
h3{font-size: 1.6em;
margin-bottom: 1.5em;}
h4{font-size: 1.1em;
margin-bottom: 1em;}

p{
    margin-bottom: 1.5em;
}


table{width: 70%;}
table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
td, th {
	padding: 5px;
	width: 30px;
	height: 25px;
    vertical-align:middle;
}
th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}

@media (max-width: 559px) {
 
table{width: 100%;}   
    
}