.postcontent table {
    /*background-color: red; */
    width: 100%;
	
}
.postcontent th {
	background: #3366cc;
    border: 1px solid #fff;
	vertical-align: middle;
	font-size: 18px;
	padding-left: 10px;
    padding-right: 10px;
	padding-top: 5px;
    padding-bottom: 5px;
	text-align: center;
}

.postcontent td {
    border: 1px solid #fff;
	vertical-align: middle;
}

/* THEAD */
.postcontent table thead
{
    background-color: #3366cc;
    color: white;
	height: 50px;

}

.postcontent table thead th.heading {
    text-align: center;
}
/* TBODY */
/* Filas impares */
.postcontent table tbody tr:nth-child(odd)
{
   /* background-color: red; */
}

/* Filas Pares*/
.postcontent table tbody tr:nth-child(odd)
{
    background-color: #f2f2f2;
}
/* efecto sobre fila */
.postcontent tr:hover {
	background-color: #f5f5f5
	}

/* efecto sobre header */
.postcontent th:hover {
	background-color: #ff6700;
	}

	
.staff th, td {
    border: none;
	padding-left: 10px;
    padding-right: 10px;
	padding-top: 5px;
    padding-bottom: 5px;
}