@media print
{
    .non-printable { 
       display: none; 
    }
    body,table{
       font-size: 85%;
    }
}

body{
    font-family: Helvetica;
}
.table{
    font-size: 85%;
}
th{
    text-align: center;
}
.judul{
    padding: 0 10 5 5;
    margin-bottom: 10;
    border-bottom: 2px steelblue solid;
    border-left: 20px steelblue solid;
    text-align: left;
}
.datepicker table{
    font-size: 100%;
    margin: 0.5em;
}
.del{
    cursor: pointer;
}
.table-responsive{
    padding: 0px;
}
pre{
    border: none;
    background-color: transparent;
    padding: 0;
    font-family: Arial;
    font-size: 100%;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

th,td{
    white-space: nowrap;
}