/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2020/02/28, 21:34:39
    Author     : kater
*/

.scheduleSet{
	margin: 10px 0px 5px 0px;
}
.tableTitle{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.schedule{
	width: 170px;
	text-align: center;
	border: #999 solid 1px;
	border-collapse: collapse;
	font-size: 7px;
}
.schedule th{
	margin: 0px;
	height: 14px;
	border: #999 solid 1px;
	text-align: center;
}
.schedule td{
	margin: 0px;
	height: 14px;
	border: #999 solid 1px;
	text-align: center;
}
.holiday{
	background-color: #FFCCFF;
	color: #ff0000;
}
.saturday{
	background-color: #ccffff;
	color: #00ccff;
}
.training{
	background-color: #ccffcc;
	color: #00ff00;
}
