@charset "utf-8";

*{
	margin:0px;
	padding:0px;
	font-family: verdana;

}

table {
    width: 100%;
}

thead, tbody, tr, td, th { display: block; }

tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

table {
    width: 100%;
}

thead, tfoot, tbody, tr, td, th { display: block; }

tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

thead th {
    height: 50px;

    /*text-align: left;*/
}
tfoot th {
    height: 50px;
    /*text-align: left;*/
}

tbody {
    height: 500px;
    overflow-y: auto;
}

thead {
    /* fallback */
}
tfoot {
    /* fallback */
}


tbody td, thead th, tfoot th {
    width: 19.2%;
    float: left;
}


body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}



#responsive-menu {
	background:#DEB25E;padding:10px 5px;
}
#responsive-menu-list {
	display:block;
}
.menu-item {
	display:inline-block;
	padding: 0px 15px;
	border-right: #E8C47D 1px solid;
}
.menu-item a {
	color:#FFF;text-decoration:none;
}
	
#menu-expand-collapse{
	display:none;cursor:pointer;
}

@media screen and (max-width: 600px) {
	#responsive-menu-list {
		display:none;
		width: 100%;
	}
	.menu-item {padding: 10px 5px;border-bottom: #E8C47D 1px solid;border-right: #ccc 1px none;display: block;}
	#menu-expand-collapse{display:block;text-align:right;}
}



