@charset "UTF-8";

#tableX{
	width : 98%;
	border-collapse: collapse;margin-bottom : 20px;
}

#tableX td, #tableX th{
	padding: 2px 0px;
	width: 50%;
}

#tableX th{
	font-weight: bold;
	width: 20%;
}

#tableX thead th{
	background: #e6e6e6;
}
@media only screen and (max-width:770px)

{
#tableX{
	
	display: block;	
	border: 1px solid #e6e6e6;	
	width: 96%;	
	margin-left: auto;	
	margin-right: auto;	
}

#tableX thead{
	display: none;
}

#tableX tbody{
	display: block;
}

#tableX tbody tr{
	display: block;
	margin-bottom: 1.5em;
}

#tableX tbody th, #tableX tbody td{
	
	display: list-item;	
	border : medium none;	
	width: 100%;	

    text-align : left;
  }

#tableX tbody th{
	margin-bottom: 5px;
	list-style-type: none;
	color: #fff;
	background: #000066;
}

#tableX tbody td{
	
	margin-left: 10px;
	list-style-type: none;
	padding: 0px;	
}

}


#table00{
	width : 98%;
	border-collapse: collapse;
	margin-left : 1%;
	margin-right : 1%;
	margin-top : 20px;
margin-bottom : 30px;
}

#table00 td, #table00 th{
	padding: 8px;
	border: 1px solid #cccccc;
	width: 50%;
}

#table00 th{
	font-weight: bold;
	width: 20%;
}

#table00 thead th{
	background: #e6e6e6;
}
