

div {
    text-align: center;
}
body {
    color: #040404;
    background-color: #fff;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
}

header {
    text-align: center;
}
.dontPrint {
    margin: auto;
    width: 40%;
    border-radius: 20px;
    background-color: #F1F2F3


}

.submission {
    margin: auto;
    width: 50%;
    padding: 20px;
    position: absolute;
    right: 70px;
}


label {
    
    float: left;
    clear: left;
    width: 150px;
    text-align:right;
    margin: 5px;
    
}


.textbox {
    text-align: left;
    width: 100%;
    
}

textarea {
    border: none;
}

input {
    
    float: left;
    margin: 5px;
    border-radius: 5px;
    border: none;
}

table {
    table-layout: fixed;
}

td {
    max-width: 150px;
    word-wrap: break-word;
}

img {
    width: auto;
    height: auto;
}

.printThis {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

#barcode1 {
    text-align: center;
}

#btn {

  background-color: #F1F2F3;
  border: none;
  color: #2B9CE0;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition-duration: 0.4s;
  border-radius: 10px;

}

#btn:hover {
    background-color: F1F2F3;
    color: black;
}

@media print {
    table {
        table-layout: fixed;
    }
    td {
    max-width: 150px;
    word-wrap: break-word;
    }

    img {
    text-align: center;
    width: 150px;
    height: auto;
    }

}

@media screen and (min-width: 1015px) {
    .dontPrint {
    width: 40%;
    }
}

@media screen and (min-width: 764px) and (max-width: 1010px) {
    .dontPrint {
    width: 60%;
    }
}

@media screen and (min-width: 1300px) {
    .dontPrint {
    width: 30%;
    }
}