﻿h1 {
    font-size: 1.5em;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 30px 0px 20px 50px;
    border-bottom: 1px dotted grey;
}
.wet-racehead{display:block;width:100%;font-size:0.8em;padding:30px 0 0 0;border-bottom:1px dotted #d3d3d3;margin-bottom:6px;color:cornflowerblue;font-weight:bold;}
.wet-runner-wrapper{display:block;width:100%;overflow:hidden;font-size:0.8em;}
.wet-stats-wrapper{display:inline-block;text-align:right;padding-left:6px;}
.wet-horse{display:inline-block;width:40%;}
.wet-sire{display:inline-block;color:#666;}
.wet-runs{display:inline-block;}
.wet-wins{display:inline-block;}
.wet-perc{display:inline-block;font-weight:bold;}

@media only screen and (min-width: 768px) {
    .wet-runner-wrapper{font-size:0.9em;}
    .wet-stats-wrapper{display:inline-block;text-align:right;width:30%;}
    .wet-horse{display:inline-block;width:30%;}
    .wet-sire{display:inline-block;width:30%;color:black;}
    .wet-runs{display:inline-block;}
    .wet-wins{display:inline-block;}
    .wet-perc{display:inline-block;font-weight:bold;}
}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {
}
