@charset "UTF-8";
/* CSS Document */
body {
	text-align: center;
	background-color: rgba(255,255,255,0.70);
    text-align: left;
}
.log_table tr th {
    vertical-align: text-top;
}
.log_table tr td {
    vertical-align: text-top;
}
.log_table {
    background-color: white;
}
.log_table th:first-of-type {
    width: 60pt;
}