table.dataTable tbody th, table.dataTable tbody td 
{
    font-size: 11px;
}

#tPPs td:nth-of-type(7) {
  background-color:#5ec3f3;
}

div.fw-background 
{
    position: absolute;
    top: -677px;
    left: 0;
    width: 100%;
    height: 800px;
    background: #3a7fd5;
    background: linear-gradient(to right, #ffffff, #8ccaff);
    transform: skew(0, -1.5deg);
    transform-origin: bottom left;
    box-shadow: inset 0 -3px 10px rgba(0,0,0,0.1);
}

footer.fw-footer 
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    clear: both;
    color: #ccc;
    text-align: right;
    padding: 2em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#nav li img 
{
    padding:5px;
}

#nav li a {
    display: block;
    padding: 0px 1px; /*padding: 10px 15px;*/
    background: #5d5d5d; /*#ccc*/
    /*border-top: 1px solid #eee;*/
    border-bottom: 1px solid #999;
    text-decoration: none;
    color: #ffffff; /*#000*/
}

#nav li a:hover, #nav li a.active 
{
    background: #000000; /*#999*/
    color: #fff;
}
#nav li ul 
{
    display: none; 
    /*used to hide sub-menus*/
}
#nav li ul li a 
{
    padding: 10px 25px;
    background: #ececec;
    border-bottom: 1px dotted #ccc;
}

#nav div
{
    padding: 0px;
}

#nav ul
{
    padding-inline-start: 0px;
    margin-block-start: 0px;
    list-style-type: none;
    margin-block-end: 0px;
}


#btnFilter
{
    padding: 3px 6px;
    margin-bottom: 10px;
    width: 100px;
}

#tSireOffspring tr td
{
    background-color: lightskyblue;
}

#tDamOffspring tr td
{
    background-color: lightpink;
}

.ms-options ul
{
    list-style: none;
    margin: 0;
    padding: 5px;
}

.toggletab
{
    width: 100%;
    display: block;
    background: rgba(0,0,0,0.78);
    color: #fefefe;
    /*padding: .75em;*/
    border-radius: 0.15em;
    transition: background .3s ease;
}
  
.toggletab:hover 
{
  background: rgba(0, 0, 0, 0.9);
}

.centertext
{
    text-align: center;
}

.dirt
{
    background-color: #cc6a0d75;
}
.turf
{
    background-color: #2ecc0d3b;
}
.aw
{
    background-color: #9999996e;
}

.age
{
    background-color: #faffa8;
}