﻿@charset "utf-8";
@import url("/style.css");

table.planning {
	border-collapse: collapse;
	width: 100%;
}

table.planning th {
	text-align: left;
	padding: 0.2em;
}

table.planning td {
	text-align: left;
	vertical-align: top;
	padding: 0.2em;
	max-width: 19em;
}

table.planning thead tr {
	background-color: #ffffa0;
}

table.planning tr:nth-child(even) {
	background-color: #e8e8e8;
}

table.planning tr.next {
	background-color: #d0ffff;
}
