/*
# Color scheme: CloudPuff family
# Sky Blue:   #2196F3
# Puff Purple: #8A3FFB
# Bubble Pink: #F2A6DE
# Puff Green: #6FE86F
# Ink Navy:   #1B1044
# White:      #F7F6F6
*/
.body_main {
    background: #1B1044;
    color: #F7F6F6;
    font-family: "Tahoma";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}
.footer {
    color: #8A3FFB;
    font-size: 12px;
    text-align: center;
}
.header {
    color: #F7F6F6;
    font-size: 18px;
}
.table_main {
    color: #F7F6F6;
    font-size: 18px;
    text-align: left;
}
.td {
    border: 0;
    color: #FFF;
    text-align: left;
}
.td_alt {
    color: #C6C4C4;
    font-family: Tahoma;
    font-size: 14px;
    text-align: center;
}
.td_blank {
    border: 0;
    color: #FFF;
    text-align: left;
    width: 5%;
}
.td_descr {
    border: 0;
    color: #FFF;
    font-family: Tahoma;
    font-size: 20px;
    text-align: left;
    width: 30%;
}
.td_detail {
    border: 0;
    color: #FFF;
    font-family: Tahoma;
    font-size: 20px;
    text-align: left;
    width: 45%;
}
.td_cfb {
    color: #6495ED;
    font-family: Courier;
    font-size: 12px;
    font-style: normal;
    text-align: left;
}
.td_ltg {
    color: #90EE90;
    font-family: Courier;
    font-size: 12px;
    font-style: normal;
    text-align: left;
}
.td_main {
    border: 2px solid #2196F3;
    border-bottom-style: none;
    border-right-style: none;
    border-top-left-radius: 25px;
    color: #2196F3;
    font-family: Tahoma;
    font-size: 24px;
    padding: 15px;
    text-align: center;
}
.td_top {
    background: #1B1044;
    color: #FFF;
    font-family: Tahoma;
    text-align: center;
    font-size: 20px;
}
.td_titles {
    background: #1B1044;
    border: 2px solid #2196F3;
    border-bottom-style: none;
    border-right-style: none;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #1B1044;
    font-family: Tahoma;
    font-size: 18px;
    text-align: center;
}
.th_titles {
    color: #F2A6DE;
    font-family: Tahoma;
    font-size: 14px;
    text-align: center;
}
.th {
    color: #FF0;
    font-family: Tahoma;
    font-size: 14px;
    text-align: center;
}
.tr {
    color: #FFF;
    text-align: center;
}
.tr_headers {
    border: 1;
    color: #FF0;
    text-align: center;
}
img {
    display: block;
    border-bottom-style: none;
    border-right-style: none;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-left: auto;
    margin-right: auto;
}
.band_cond_fair_std {
    color: #FF0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
}
.band_cond_good_std {
    color: #0F0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
}
.band_cond_poor_std {
    color: #F55;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
}
.band_cond_unkn_std {
    color: #FFF;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
}
a:link {
    color: #CC6686;
    text-decoration: underline;
}
a:visited {
    color: #F04C63;
    text-decoration: underline;
}
a:hover {
    color: #FF687E;
    text-decoration: underline;
}
a:active {
    color: #FFAF87;
    text-decoration: underline;
}
tr:hover {
    background-color: #6A6876;
}

