.countTable th {
    padding:5px;
	background-color: #1c1915;
	background-repeat: repeat-x;
    color:#fff;
    text-align: center;
    font-weight: bold;
}

.countTable td {
    padding:5px;
}

.countTable {
    width:150px;
    margin:10px 0 10px 0;
    border-collapse:collapse;
}
