
.content {
    max-width: 1100px;
    margin: auto;
}
.section{
    background-color: #b2cecc;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.selectoption{
    text-align: center;
    color: gainsboro;
}

.thdescription{
    text-align: center;
}

#serviceaddress{
    position: relative;
    width: 40%;
}
#title {
    text-align: center;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 1;
}
#thaddress, #thlogo{
    display: inline-block;
    vertical-align: middle;
}
#thaddress{
    width: 75%;
    margin-top: 30px;
    margin-bottom: 30px;
}

#thlogo{
    margin-top: 15px;
    float:right;
    width: 25%;
}
#logo{
    width:70%;
    height: auto;
}



#rulesdownload{
    background-color: #b2cecf;
    border-radius: 5px;
}
#resource-table{
    margin:auto;
    
}
#submit{
    background-color: #b2cecf;
    border: 10px;
    font-size: large;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    border-radius: 5px;
    margin: 15px;
    padding: 15px;
}

#contact-table{
    margin: 0 auto;
}