﻿.bg {
    width: 100%;
    height: 80px;
    background: #efefef;
    text-align: center;
    padding: 30px 0;
}

    .bg h2 {
        color: #000;
        font-size: 24px;
    }

    .bg span {
        color: #ea1328;
        font-size: 14px;
    }

.gray {
    color: #666;
    font-size: 16px;
    font-weight: bold;
}

.top {
    margin-top: 20px;
}

.red {
    color: #ea1328;
    font-size: 14px;
    padding-left: 20px
}

table {
    border-spacing: 0px;
    text-align: center;
    width: 100%;
    border-collapse: collapse;
}

    table th {
        text-align: center
    }

    table tr {
        font-size: 16px;
        height: 40px
    }

        table tr:nth-child(odd) {
            background: #f7f7f7
        }
