* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1 {
    font-size: 2em;
    padding: 1em;
    text-align: center;
    margin: 20px auto; /* Vertical  Horizontal */
    box-sizing: border-box; /* Add this */
}

h2 {
    font-size: .7em;
    height: auto;
    display: flex;
    background-color: white;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px;
    box-sizing: border-box; /* Add this */
}

h3 {
    font-size: 1.4em;
    font-weight: bolder;
    height: 40px;
    display: flex;
    background-color: white;
    justify-content: center;
    align-items: center;
    display: flex;
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
    box-sizing: border-box; /* Add this */
}

h4 {
    font-size: 1em;
    padding: 1em;
    text-align: center;
    margin: 20px auto; /* Vertical  Horizontal */
    box-sizing: border-box; /* Add this */
}

h1, h2, h3, h4, h5, h6, p {
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    border-width: medium;
    border-color: red;
    box-sizing: border-box; /* Add this */
}


.menu {
    height: auto;
    background-color: lightblue;
    justify-content: center;
    align-items: center;
    display: flex
}

button {
font-weight: bold;
background-color:aqua;
color: royalblue;
border: 2px;
border-radius: 3px;
padding: 10px 10px;
cursor: pointer;
margin: 5px;
}

.menu button:hover {
    background-color: #76AEED;
}

.menu button:active {
    background-color: #407FC7;
}

.logo {
    height: 100px;
    display: flex;
    background-color: white;
    justify-content: center;
    align-items: : center;
}

img {
    width: 300px;
}

.logo_pic {
    width: 200px;
    display: block;
}

strong, em {
    margin: 5px;
}

body {
    color: #414141; /* Dark gray */
    background-color: #EEEEEE; /* Light gray */
    font-size: 14px;
}

page {

}
textarea {
    min-width: 300px;
    max-width: 100%;
    min-height: 50px;
    height: 100%;
    width: 100%;
}

.header {
    height: auto;
    background-color: white;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px;
    box-sizing: border-box; /* Add this */
}

.customer_head {
    height: auto;
    display: flex;
    background-color: white;
    margin: 10px auto; /* Vertical  Horizontal */
    padding: 5px;
    flex-wrap: wrap;
    flex-direction: row;
    box-sizing: border-box; /* Add this */
}

.todslogos
{
    font-size: 16px;
    font-weight: bolder;
    padding-right: 5px;
}



.attendancedata {
    width: 100px;
    height: 20px;
    margin-right: 20px;
    box-sizing: border-box; /* Add this */
}



.business {
    width: 90px;
    font-weight: bolder;
    box-sizing: border-box; /* Add this */
}

.businessname {
    width: 200px;
    height: 20px;
    margin-right: 10px;
    justify-content: center;
    align-items: left;
    text-align: left;
    word-wrap: normal;
    box-sizing: border-box; /* Add this */
}

.intersectionblock,
.highwayblock, 
.businessblock,
.attendanceblock
{
    display: flex;
    width: 300px;
    margin-left: 10px;
}

.intersection,
.highway,
.attendance
{
    width: 90px;
    font-weight: bolder;
    justify-content: center;
    align-items: left;
    text-align: left;
    box-sizing: border-box; /* Add this */
}

.selectcolumn {
    height: 50px;
    width: auto;
    display: flex;
    background-color: white;
    margin: 0px 0px; /* Vertical  Horizontal */
    flex-direction: column;
    align-items: left;
    text-align: left;
    box-sizing: border-box; /* Add this */
}

.intersectiondata,
.highwaydata {
    width: 200px;
    height: 20px;
    margin: 0px;
    justify-content: center;
    align-items: left;
    text-align: left;
    box-sizing: border-box; /* Add this */
}

.addressblock,
.address2block,
.cityblock,
.postalcodeblock,
.provinceblock,
.websiteblock,
.faxblock,
.contactblock,
.contact2block,
.phoneblock,
.phoneextblock,
.phone2block,
.phone2extblock,
.emailblock {
    display: flex;
    width: 300px;
    text-align: left;
}

.address,
.address2,
.city,
.postalcode,
.province,
.website,
.fax,
.contact,
.contact2,
.phone,
.phoneext,
.phone2,
.phone2ext,
.email {
    width: 90px;
    font-weight: bolder;
    box-sizing: border-box; /* Add this */
}

.addressdata,
.address2data,
.citydata,
.postalcodedata,
.provincedata,
.websitedata,
.faxdata,
.contactdata,
.contact2data,
.phonedata,
.phoneextdata,
.phone2data,
.phone2extdata,
.emaildata {
    width: 200px;
    height: 20px;
    margin-right: 10px;
    word-wrap: normal;
    box-sizing: border-box; /* Add this */
}

.column_section {
    height: auto;
    display: flex;
    background-color: white;
    margin: 10px auto; /* Vertical  Horizontal */
    padding: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box; /* Add this */
}

.row_section {
    height: auto;
    display: flex;
    background-color: white;
    margin: 10px auto; /* Vertical  Horizontal */
    padding: 5px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box; /* Add this */
    flex-wrap: wrap;
}

.footer_section {
    height: auto;
    display: flex;
    background-color: white;
    padding: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-around;
    box-sizing: border-box; /* Add this */
}

.aeblock,
.territoryblock,
.datefield 
{
    display: flex;
    width: 300px;
}

.ae,
.territory {
    width: 80px;
    font-weight: bolder;
    margin-left: 20px;
    box-sizing: border-box; /* Add this */
}

.territoryname,
.aename 
{
    width: 20px;
    height: auto;
    word-wrap: normal;
    box-sizing: border-box;
    text-align: left;
}


.column_section textarea {
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    border: 2px solid #D6D9DC;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 7px;
    box-sizing: border-box;
}

.signpics {
    width: 800px;
    height:250px;
    background-color: white;
    display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
    flex-direction: row;
}

.inspectorpics {
    width: 300px;
    background-color: white;
}

.business_pic,
.intersection_pic,
.signfacia_pic,
.storehours_pic {
    border: 1px solid #fff;
    width: 300px;
    height: 300px;
}

.pictitle {
    display: flex;
    font-weight: bolder;
}
