﻿
.con_mypage .form-item label {
    font-weight: normal;
    margin: 0px 20px 0px 10px;
}

.agreement-list {
    width: 100%;
    border-collapse: collapse;
}

    .agreement-list th {
        background: #137ab1;
        color: #fff;
        padding: 5px;
    }

    .agreement-list td {
        padding: 5px;
    }

        .agreement-list td:nth-child(1), .agreement-list td:nth-child(3) {
            text-align: left;
        }

    .agreement-list .stt_yes {
        background: #137ab1;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #fff;
        display: inline-block;
        padding: 5px;
    }

    .agreement-list .stt_no {
        background: #d5000e;
        border: 1px solid #137ab1;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #fff;
        display: inline-block;
        padding: 5px;
    }

.con_news_grid .item-news {
    height: 318px;
}


@media only screen and (max-width: 767px) {
    .con_news {
        display: none;
    }
}


.pagination > li > a.active, .pagination > li > span.active {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

table > thead:first-child > tr:first-child > th {
    font-weight: normal;
    font-size: 14px;
}

.hide {
    display: none !important;
}
