@charset "utf-8";

@media print, screen and (min-width: 751px) {
#tbl_history{
margin: 80px auto 0;
padding: 0 20px;
max-width: 1120px;
}
#tbl_history table{
width: 100%;
}
#tbl_history table th,
#tbl_history table td{
padding: 25px;
}
#tbl_history table th{
font-weight: normal;
width: 12em;
}
#tbl_history table > tbody > tr:nth-child(odd){
background-color: #FFF;
}
#tbl_history table > tbody > tr:nth-child(even){
background-color: #F4F4F4;
}
}

@media screen and (max-width: 1024px) and (min-width: 751px) {

}
@media screen and (max-width: 750px) {
#tbl_history{
margin: 40px 20px 0;
}
#tbl_history table{
	display: block;
	font-size: 14px;
}
#tbl_history thead,
#tbl_history tbody,
#tbl_history tr,
#tbl_history th,
#tbl_history td{
display: block;
text-align: left;
}
#tbl_history table th{
font-weight: normal;
padding: 20px 20px 0;
}
#tbl_history table td{
padding: 0 20px 20px;
}
#tbl_history table > tbody > tr:nth-child(odd){
background-color: #FFF;
}
#tbl_history table > tbody > tr:nth-child(even){
background-color: #F4F4F4;
}
}
