/* Tables
------------------------------------------------------------*/

.htable {
    width: 100%;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    border-bottom: none;
    border-spacing: 0;
}

.htable thead th {
	background-color: #D8D7CF;
	padding: 5px;
}

.htable tr {
	border-bottom: 1px solid #ccc;
}

.htable tr:nth-child(even) {
	background-color: #f5f5f5; 
}

.htable tbody th {
	padding: 5px;

}

.htable td {
	padding: 5px;
}

.htable-centered-td th,
.htable-centered-td td {
	text-align: center;
}


