_qualification.css 737 Bytes
.qualification-info {
    h2,
    h4 {
        text-align: center;
        line-height: 30px;
    }

    h2 {
        font-size: 24px;
        font-weight: bold;
        margin-top: 100px;
    }

    h4 {
        font-size: 16px;
    }

    table {
        margin: 40px auto 100px;
        border: 1px solid #e0e0e0;
        width: 600px;

        thead {
            td {
                background: #eee;
                font-weight: bold;
            }
        }

        td {
            line-height: 40px;
            text-align: center;
            color: #171717;
        }

        td:first-child {
            border-right: 1px solid #e0e0e0;
        }

        tr {
            border-top: 1px solid #e0e0e0;
        }
    }
}