* {
    box-sizing: border-box;
    font-family: 'Lucida Sans';
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

body {
    font-size: 15px;
    margin: 0;
    background-color: #f7f7f7;
}

header {
    text-align: center;
    padding: 20px;
}

#judul {
    font-size: 30px;
}

#foto {
    width: 15%;
    float: left;
    border: 6px solid #fff;
    border-radius: 4px;
    padding: 0px;
}

#table-biodata {
    float: left;
    border-top: 4px solid #3381ff;
    width: 80%;
    margin-left: 10px;
    margin-bottom: 40px;
}

#table-biodata td {
    border-bottom: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

#table-biodata #data {
    width: 35%;
    font-weight: bold;
}

#table-biodata #titikDua {
    width: 2px;
}

#judul-jadwal {
    padding-left: 30px;
    font-size: 20px;
    margin-bottom: 20px;
}

#tabel-krs {
    width: 100%;
    margin: 0px;
}

#tabel-no {
    width: 4px;
}

#tabel-kmt {
    width: 12px;
}

#tabel-klp {
    width: 12px;
}

#tabel-head {
    background: #3381ff;
    color: #fff;
}

#tabel-krs tbody tr:nth-child(even){
    background-color: #f5f5f5;
}
#tabel-krs tbody tr:hover {
    background-color: #f2f2f2;
}

footer {
    text-align: center;
    padding: 50px;
}