/*-----------------------------------------*/
/*--------- ---   TABLE  ---------------*/
/*-----------------------------------------*/

table{border:#f7f7f7 solid 1px; border-radius:8px; background-color:#FFFFFF; margin-top:15px; margin-bottom:15px; border-spacing:0px; width:100%; font-size:14px;}
th,tr,td{}
td{ width:auto; padding:5px; margin:0; text-transform:capitalize;}

/* Efek Zebra */
table tbody tr:first-child td {background: #5e6c72; color:#FFFFFF; text-align:center; border:transparent solid 0px; text-transform:uppercase} /* row 1*/
/*td:first-child {width:20%;text-align:center} /*kolom 1*/
tr:nth-child(odd){background: #f7f7f7} /* Baris ganjil Dihitung dari Header*/
/*tr:nth-child(even){background:#f5f6f7; /* Baris Genap */}
/*tr:hover{}

@media only screen and (min-width:100px) and (max-width:767px){
table {width:100%;}
td:first-child {width:30%}
}
*/ 

