.size12 {  font-size: 12px; line-height: 17px}
.size10 {
	font-size: 12px;
	line-height: 18px;
}
.size14 {
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}

table, th, td {
  border-collapse: collapse;
  line-height: 1.5;
}

table.staff{
      border: 1px solid #ccc;
}

table.staff th {
  width: 500px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  background: #faff00;
}
table.staff td {
  width: 500px;
  padding: 10px;
  vertical-align: top;
}

table.holiday{
      border: 1px solid #ccc;
}

table.holiday .month {
 background-color: #808080;
 color: #ffffff;
}

table.holiday .day{
    border-bottom: 1px solid #ccc;
}