table {
    width: 92%;
	margin-left:auto;
	margin-right:auto;
    border-bottom: 2px solid #ADADAD;
}

table tr {
    border-top: 1px solid #ADADAD;
}

table tr:first-child {
    border-top: 2px solid #ADADAD;
}

table tr.s_title {
    border-top: 0;
    border-bottom: 2px solid #ADADAD;
}

table tr.s_title td {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #7B7B7B;
}

table tr th {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1.5px;
    color: #7B7B7B;
    padding: 8px;
    box-sizing: border-box;
}

table td {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: .5px;
    color: #7B7B7B;
    padding: 8px;
    box-sizing: border-box;
    vertical-align: middle;
}

table td.nowrap {
    white-space: nowrap;
}

table th.nowrap {
    white-space: nowrap;
}

@media screen and (max-width: 1023px) {
    table {
        white-space: nowrap;
    }
    table tr th {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: .5px;
    }
    table td {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0;
        white-space: normal;
    }
    table tr.s_title td {
        font-size: 12.5px;
        line-height: 18px;
        letter-spacing: 0;
    }
    @media screen and (min-width: 768px) {}
    @media screen and (max-width: 360px) {}
}