body {
    margin: 0;
/*    background: #f9f9f5;   */
}

h1, h2, h3, h4, h5, h6, th, td {
    font-family: 'Roboto Condensed', sans-serif;
}

h4 {
    font-size: 21px;
    padding: 20px 0;
    margin: 0;
}

th, td {
    border: 1px solid #dfe0d1;
}

ol, ul {
    margin-top: 8px;
    margin-bottom: 12px;
    margin-left: -15px;
}

.judul-tabel {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.sub-tema {
    border-bottom: 0px !important;
    -moz-box-shadow: 0 0 !important;
    -webkit-box-shadow: 0 0 !important;
    -o-box-shadow: 0 0 !important;
    -ms-box-shadow: 0 0 !important;
    box-shadow: 0 0 !important;
}
.subsub-tema {
    border-top: 0px !important;
    -moz-box-shadow: 0 0 !important;
    -webkit-box-shadow: 0 0 !important;
    -o-box-shadow: 0 0 !important;
    -ms-box-shadow: 0 0 !important;
    box-shadow: 0 0 !important;
}

.zebra-table {
	border: 5px solid #fff;
}

.zebra-table th {
	text-align: center;
    font-size: 100%;
    font-weight: 500;
    color: #fff;
    border-bottom: 3px double #dfe0d1;
    background: #516b6b;
    padding: 18px 8px;
}

.zebra-table td {
	padding: 10px 7px;
	text-align: left;
	margin: 0;
	font-size: 90%;
	font-weight: 300;
}

.zebra-table tbody tr:nth-child(odd) { /* Make table like zebra */
	background: #eee !important;
}
		
.centered-table {
    margin-left: auto !important;
    margin-right: auto !important;
    border: 1px solid #aaa;
    margin-bottom: 15pt;
}

/* Scroll Table CSS */
        table {
            width: 100%;
            table-layout: fixed;
        }
        .tbl-header {
            background-color: rgba(255,255,255,0.3);
            padding-right: 0.5%;
            padding-left: 0.5%;
            margin-right: auto;
            margin-left: auto;
        }
        .tbl-content {
            overflow-x: auto;
            margin-top: 0px;
            border-bottom: 2px solid #dededb;
            padding-right: 0.5%;
            padding-left: 0.5%;
            margin-right: auto;
            margin-left: auto;
        }
        
        /* for custom scrollbar for webkit browser*/

        ::-webkit-scrollbar {
            width: 6px;
        } 
        ::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
        } 
        ::-webkit-scrollbar-thumb {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
        }