@charset "UTF-8";

.table-scroll{
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	margin-bottom : 20px;
}

table{
  border-collapse: collapse;
  width : 98%;
  margin-left : auto;
  margin-right : auto;
}

th,td{
  border : 1px solid #8080c0;
  padding: 8px;
  white-space: nowrap;
}


th{
  background : none 0% 0% / auto auto repeat scroll padding-box border-box #b3b3d9;
padding : 8px;
  border : 1px solid #8080c0;
  text-align : center;
}









.table-scroll table tr:nth-child(even){
	background:#efefef;
}
 
.table-scroll table tr:nth-child(odd){
	background:#ffffff;
}

.table-scroll tableF tr:nth-child(even){
	background:#606000;
}
 
.table-scroll tableF tr:nth-child(odd){
	background:#ffffff;
}


td.cen{
	text-align: center;
}
