.row, #trails_report_comments_block, #at_the_fold, #at_fold_text, .TrailsReportRemarkBox, .TrailInfoTextBlockInner
    {
    background-color: white;
    }

.row
    {
    margin-right: 0px;
    margin-left: 0px;
    color: black;
    }

.col-xs-12
    {
    padding: 0px;
    }    

#at_the_fold
    {
    padding: 0px 0px 25px 0px;
    height: 0;
    }

#at_fold_logo, #at_the_fold_scroll_down, #trails_report_links_block, .GroomingReportHeaderSwirl, .BackToTop
    {
    display: none;
    }
    
#at_the_fold, #at_fold_text
    {
    color: black;
    font-size: 23px;
    line-height: 23px;
    }
    
#trails_report_comments_content
    {
    padding: 0px 0px 0px 10px;
    }

.GroomingReportHeaderRegion
    {
    font-size: 115%;
    line-height: 130%;
    }    
    
.table-header-rotated th.rotate-header
    {
    height: 145px;
    }

.table-header-rotated th.rotate-header > div
    {
    position: relative;
    top: 0px;
    left: 0px;
    height: 100%;
    -ms-transform:skew(0deg,0deg);
    -moz-transform:skew(0deg,0deg);
    -webkit-transform:skew(0deg,0deg);
    -o-transform:skew(0deg,0deg);
    transform:skew(0deg,0deg);
    overflow: hidden;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    }

.table-header-rotated th.rotate-header span 
    {
    /* original rotation was 315, original skew was 45 */
    -ms-transform:skew(0deg,0deg) rotate(270deg);
    -moz-transform:skew(0deg,0deg) rotate(270deg);
    -webkit-transform:skew(0deg,0deg) rotate(270deg);
    -o-transform:skew(0deg,0deg) rotate(270deg);
    transform:skew(0deg,0deg) rotate(270deg);
    position: absolute;
    bottom: 38px; /* 40 cos(45) = 28 with an additional 2px margin*/
    left: -18px; /*-25px; /*Because it looked good, but there is probably a mathematical link here as well*/
    display: inline-block;
    /* width: 100%;*/
    width: 85px; /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
    text-align: left;
    white-space: nowrap; /*whether to display in one line or not*/
    }
    
.TrailsReportRemarkBox
    {
    padding: 0px;
    }
    
.TrailsReportRemarkTextHeader
    {
    font-size: 80%;
    }
    
.TrailInfoTextBlock, .TrailInfoTextBlock td
    {
    font-size: 65%;
    line-height: 0.9em;
    padding: 0px 0px 0px 10px;
    }

.TrailInfoPadTop
    {
    padding: 0px;
    }
    
.ForecastBlockHeader
    {
    padding: 0px;
    }
    
.WeatherTable
    {
    width: 80%;
    }

.WeatherTable td
    {
    font-size: 90%;
    }    
    
    
    
    
    
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}