﻿.calendar {
    z-index: 1;
    background-color: #ddd;
}

.reptable {
    border-spacing: 2px;
    border-collapse: collapse;
}

    .reptable th {
        padding: 5px;
        border: 1px solid #808080 !important;
        text-align: center;
        line-height: 16px;
        font-weight: bold;
        background-color: #ddd;
        color: #164666;
    }

    .reptable td {
        padding: 5px;
        border: 1px solid #ddd !important;
        text-align: center;
        line-height: 15px;
        color: #164666;
    }

.chart {
    font-size: 12px;
    font-weight: bold;
    color: #164666;
    background-color: #ddd;
}
