/* Table front */
.post thead{
	font-weight: bold !important;
}
.post thead tr{
    background-color:#eee !important;
}
.post tr:nth-of-type(2n+2){
	background-color:#eee;
}
