* {
  box-sizing: border-box;
}

.announcement a{
    text-decoration: none;
    font-weight: bold;
    color: black;
}
.announcement a:hover{
    color: grey;
    text-decoration: none;
}

.announcement {
    margin-left: 20px;
}

.schedule {
    width: 900px;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.schedule tr {
    border-collapse: collapse;
    height: 15px;
}

.schedule td {
    border-bottom: 1px solid #ddd;
    border-collapse: collapse;
    padding: 2px 10px 2px 10px;
}

.internal_row {
    margin-bottom: -50px;
    display: flex;
}

.internal_row:after {
    content: "";
    display: table;
    clear: both;
}

.internal_column {
    width: auto;
    float: left;
    line-height: 20px;
    margin-bottom: 50px;
    height: auto;
}

.internal_maintext h2.date {
    font-family: Abel;
    font-size: 13px;
    line-height: 10px;
    float: right;
}

.internal_maintext h2 {
    font-family: Abel;
    font-size: 30px;
    font-style: bold;
    line-height: 10px;
    float: left;
}

.internal_maintext h1 {
    font-family: Abel;
    font-size: 40px;
    font-style: bold;
    text-align: center;
}

.internal_maintext {
    display: block;
    margin-top: 50px;
    margin-left: 25%;
    margin-bottom: 30px;
    font-size: 15px;
    padding: 0px 10px;
    max-width: 1000px;
    min-width: 700px;
}

hr.announcement{
    width: 50%;
    border-color: black;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.internal_sidebar {
    width: 190px;
    background-color: #ddd;
    padding-top: 20px;
    height: 100%;
    margin-bottom: 0px;
}


.internal_sidebar a {
    display: block;
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-family: Abel;
    font-size: 20px;
    color: black;
}

.internal_sidebar a:hover {
    color: grey;
    text-decoration: none;
}

.directory_table{
    width: 850px;
    border: 1px solid #ddd;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.directory_table td{
    padding: 0px 20px;
}

.directory_table tr{
    height: 70px;
}

.locations_table{
    width: 450px;
    border: 1px solid #ddd;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-top: 50px;
}

.locations_table td{
    padding: 0px 20px;
}

.locations_table tr{
    height: 50px;
}

.assistance_table{
    width: 450px;
    height: 315px;
    border: 1px solid #ddd;
    overflow: hidden;
    float: left;
    margin-top: 50px;
    margin-bottom: 30px;
}

.assistance_table td{
    padding: 0px 20px;
}

.assistance_table tr{
    height: 50px;
}

a.other {
    text-decoration: none;
    font-style: italic;
    border: none;
    margin: 0px;
    background-color: white;
    padding: 0px;
    text-decoration: none;
    font-size: 12px;
    color: black;
    display: inline;
}

a.other:hover{
    color: grey;
}

#UL h2{
    padding-top: 10px;
    padding-bottom: 30px;
    width: 100%;
}

#UL table{
    width: 100%;
}

