﻿
h2 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 10px;
}

ol {
    padding: 10px 0 20px 0;
}
table tbody tr td {
    text-align:left !important;
}
    table tbody tr td a {
        color: #109ba5;
        text-decoration: none;
    }
input[type=radio] {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: -2px 6px 0 0;
}
.tCenter {
    text-align: center !important;
}
.wrap_btn {
    text-align: center;
    padding-top: 30px;
}
    .wrap_btn input {
        font-size: 16px;
        color: #fff;
        border-radius: 4px;
        padding: 10px 22px;
        background: #109ba5;
        cursor:pointer;
    }
    .wrap_btn input:hover {
        background: #09838c;
    }

@media (max-width: 910px) {


}