@charset "utf-8";
/* Sivuston ulkoasu */
table {
    width: 610px;
	border: 0px;
	padding: 5px;
    }
th {
    background: #B4C2CB;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	}
td {
    background: #DCE3E8;
	padding: 5px;
	}
.alkeis {
    background: #6AA03A;
	color: white;
    }
.kaikki {
    background: #009CDD;
    color: white;
	}
.jatko {
    background: #31778A;
    color: white;
	}
.oikeareuna {
    border-right: 10px solid white;
    }
#substance .aikataulu a {
    color: white;
    font-weight: normal;
}
td.leipis {
    background-color: green;
}
