
.tablestyle{
	border: 1px solid #eee;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
	font-family: 'TildaSans',Arial,sans-serif;
	 display: block;
    overflow-x: auto;
    white-space: nowrap;
}
.tablestyle th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}
.tablestyle td{
	padding: 5px 10px;
	border: 1px solid #eee;
	text-align: left;
}
.tablestyle tbody tr:nth-child(odd){
	background: #fff;
}
.tablestyle tbody tr:nth-child(even){
	background: #F7F7F7;
}