/*-------------------table---------------------*/
table{
	width: 100%;
	border-collapse: collapse;				
}
th, td{
	text-align: center;
	vertical-align: middle;
	padding: 0.2rem;
}
table tr.head,table th{
	font-weight: bold;
    text-align: center;
}
table.page_head tr td{
	vertical-align:top;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
table tr:hover{
	color: inherit;
	background-color: inherit;
}