div.lab_history_container{
    overflow-x: hidden;
}

div#lab_history_chart{
	width: 100%;
	height: 250px;
}

div.gfr_container{
	flex-grow: 1;
	text-align: -webkit-center;
}

table.gfr{
	margin-top: 10px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

table.gfr th{
	font-weight: bold;
	font-size: 0.9em;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	text-align: center;
	padding: 3px 3px;
}

table.gfr td{
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	text-align: center;
	padding: 3px 15px;
}

div.lab_history_bottom_container{
	display: flex;
	flex-direction: row;
}

div.lab_history_table_container{
	height: 400px;
	overflow-y: auto;
	flex-grow: 2;
}

#lab_history_table{
	background: white;
	padding: 15px;
	margin: 10px auto;
}

#lab_history_table .lab_history_row{
	padding: 3px 5px;
	border-bottom: 1px solid #e0e0e0;
}

#lab_history_table .lab_history_row:first-child{
	border-top: 1px solid #e0e0e0;
}

#lab_history_table .lab_history_row:hover{
	background: #e0e0e0;
}

#lab_history_table td.lab_history_datetime{
    text-align: right;
    padding-left: 20px;
    padding-right: 50px;
    line-height: 25px;
}

#lab_history_table td.lab_history_result{
	text-align: right;
	min-width: 50px;
    line-height: 25px;
    padding-right: 20px;
}

#lab_history_table td.lab_history_normal{
	text-align: right;
	color: #999;
    padding-right: 20px;
	font-size: 0.9em;
}

#lab_history_table td.lab_history_unit{
	text-align: right;
}

