@charset "UTF-8";

#curriculam-tabel1 {
    padding-top: 20px;
}
@media screen and (max-width: 767px) {
    .responsive #curriculam-tabel1 {
        padding-top: 0;
    }
}

#curriculam-tabel1 table {
    width: 100%;
    border-collapse: collapse;
}

#curriculam-tabel1 table th {
    padding: 26px 13px;
    border: 1px solid #D6D6D6;
    background-color: #F0F0F0;
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .responsive #curriculam-tabel1 table th {
        padding: 5px 10px;
    }

    .responsive #curriculam-tabel1 table th span {
        width: 2em;
        text-align: center;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-orientation: upright;
        min-height: 5em;
    }
}

#curriculam-tabel1 table td.month {
    padding: 26px 13px;
    border: 1px solid #D6D6D6;
    white-space: nowrap;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .responsive #curriculam-tabel1 table td.month {
        padding: 10px;
    }
}

#curriculam-tabel1 table td.detail {
    padding: 26px 13px;
    border: 1px solid #D6D6D6;
    line-height: 1.7;
}
@media screen and (max-width: 767px) {
    .responsive #curriculam-tabel1 table td.detail {
        padding: 10px;
        line-height: 1.38;
    }
}