/*
# Color scheme: https://hookagency.com/color-schemes/ -> "Trusted Source"
#                                               Links -> "Vintage Sexy"
#                                               Hover -> "Lavendar Blush"
# Red: #F04C63
# Gray: #C6C4C4
# Lt Blue: #51C5DD
# White: #F7F6F6
# Navy Blue: #0A4F70
*/
body.main {
    background: orange;
    color: #F7F6F6;
    font-family: "Tahoma";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}

hr.main {
  border: 3px solid #F16;
  border-radius: 3px;
  width: 35%;
  align: left;
  margin-left: 1;
}

nav.list_ctr {
  color: #F04C63;
  border: 1;
  font-size: 0.25em;
  text-align: center;
}

td.header {
    color: #323299;
    font-size: 1.0em;
    text-align: center;
}

td.footer {
    color: #323299;
    font-size: 0.5em;
    text-align: center;
}

header {
    color: #F7F6F6;
    font-size: 18px;
}

table.main {
    color: #4F0A70;
    font-size: 1em;
    text-align: left;
}

table.dataframe {
    color: #0A4F70;
    font-size: 18px;
    text-align: left;
}

dataframe {
    color: #0A4F70;
    font-size: 18px;
    text-align: left;
}

table.top {
    color: #F00;
    font-size: 2.5em;
    text-align: left;
}

td {
    border: 0;
    color: #FFF;
    text-align: left;
}

td.list_lf {
    color: #CFC;
    border: 1;
    font-size: 0.65em;
    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: 0.25em;
    font-style: normal;
    text-align: left;
    vertical-align: middle;
}

td.lg {
    color: #90EE90;
    font-family: Monaco;
    font-style: normal;
    font-size: 0.5em;
    text-align: left;
}

td.ltg {
    color: #90EE90;
    font-family: Courier;
    font-size: 0.75em;
    font-style: normal;
    text-align: left;
}

td.main {
    border: 2px solid #51C5DD;
    border-bottom-style: none;
    border-right-style: none;
    border-top-left-radius: 25px;
    color: #51C5DD;
    font-family: Tahoma;
    font-size: 24px;
    padding: 15px;
    text-align: center;
}

td.top {
    background: #0A4F70;
    color: #FFF;
    font-family: Tahoma;
    text-align: center;
    font-size: 20px;
}

td.titles {
    background: #0A4F70;
    border: 2px solid #51C5DD;
    border-bottom-style: none;
    border-right-style: none;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #C6C4C4;
    font-family: Tahoma;
    font-size: 1.25em;
    text-align: center;
}

th.titles {
    color: #F04C63;
    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;
}

li.time_yel {
    color: yellow;
    font-family: Courier;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

li.time_grn {
    color: lightgreen;
    font-family: Courier;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

li.time_pnk {
    color: pink;
    font-family: Courier;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

li.time_pur {
    color: #AF69EE;
    font-family: Courier;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

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;
}

