﻿.content-wrapper {
    background-color: white;
}

.reportHeading {
    margin-top: 0px;
}

#divMain th {
    font-weight: 600;
    text-align: center;
}

#divMain th, td {
    padding: 3px !important;
}

#divMain .boxShadow {
    border-bottom: 1px solid #d2d2d2;
    box-shadow: 1px 1px 0px 1px rgba(148,148,148,0.5);
}

.reportform {
    margin-top: -20px;
}

.horizintalLine {
    width: 100%;
    box-shadow: 0px 2px 2px #5f6b65;
    height: 10px;
    margin-bottom: 30px;
}

.verticalAlignment
{
    vertical-align:middle !important;
}

.lightBold {
    font-weight:600 !important;
}

.largeFont {
    font-size:17px;
}

.veryLargeFont {
    font-size:25px;
}
.smallFont {
    font-size:12px;
}