html, body {background-color: white; height: 100%; font-family: tahoma; margin: 0; padding: 0;}

.list_in { color: blue;}
.list_in_bg { background-color: blue;}
.list_work { color: red;}
.list_work_bg { background-color: red;}
.list_out { color: green;}
.list_out_bg { background-color: green;}


.title_date {color: black; font-size: 20px; text-align: left; } 
.title_time {color: black; font-size: 20px; text-align: left; } 
.title_str {background-color: #222 ; color: white; font-size: 20px; text-align: center; font-weight: bold;} 

table {width: 100%;}
.str_ {font-size: 38px; border: 1px solid grey; text-align: center;}
.str_in {font-size: 38px; border: 1px solid blue ; text-align: center;}
.str_work {font-size: 38px; border: 1px solid #BD9417; text-align: center;}
.str_out  {font-size: 38px; border: 1px solid green; text-align: center;}

.str_time {width: 180px;}
.str_type {width: 200px;}

table td {height: 100px; max-height: 100px;}