@charset "utf-8";
/* CSS Document */

table {
    border-collapse: collapse;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

table, th, td {
    border: 1px solid black;
	padding: 2px;
}

td.blue {
    background-color: #00b0f0;
    color: black;
	font-size: 120%;
}

td.input {
	color: #ff0000;
}

td.title {
	color: #00339d;
}

.redfont {
	color: red;
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}


