/*@CHARSET "ISO-8859-1";*/

@font-face {
    font-family: MyFont;
    src: url(fonts/SourceSansPro-Regular.otf);
}

table {
    margin: 0 auto;
}

table, th, td {
    border-collapse: collapse;
    border: 0px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.2em;
}

.head {
    background: #ccc; /* Old browsers */
}

.head th {
    color: #000;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2em;

    padding:5px;
}

.head th {
    color: #000;
    font-size: 12px;
    line-height: 1.2em;

    padding:5px;
}


.satu {
    background-color: #fff;
}

.dua {
    background-color: #f1f1f1;
}

.merah {
    background-color: #ffaeae;
}
.kuning {
    background-color: #f5ffae;
}

.satu:hover, .dua:hover, .merah:hover {
    background-color: #BADFFE;
    font-weight: bold;
    cursor: pointer;
}