@media print {
    #contact {page-break-after: always;}
}

form {
    font-size: 17px;
}


table {
    width: 100%;
    border-collapse: collapse;
}

th {
    border-bottom: 2px solid;
    border-collapse: collapse;
}

hr {
    width: 30%;
    margin-left: 0px;
}

input {
    border: none;
    margin-left: 23px;
    text-align: center;
}

.visibleLine {
    border: none;
    border-bottom: 1px solid black;
}

.noLine {
    border: none;
}

.center {
    text-align: center;
}

.gov {
    padding-left: 100px;
    margin: 0;
}

#contact, #contact2 {
    text-align: center;
    font-size: 12px;
}

#currentDate {
    padding-left: 500px;
}

.director {
    border: 1px solid lightgray;
    width: 55%;
    margin-left: 0px;
}

#directorSig {
    /*width: 200px;*/
    /*height: auto;*/
    height: 100px;
    width: auto;
}

#picAdjust {
    margin-top: 110px;
}

.rep {
    border: 1px solid lightgray;
    width: 80%;
    margin-left: 0px;
}

#tableDiv {
    height: 150px;
    width: 50%;
}

.flex-container {
    display: flex;
    justify-content: center;
}

.flex-container > div {
    /*background-color: #EFEFEF;*/
    width: 100%;
    margin: 10px;
    text-align: left;
}
