﻿/*Template *************************************************/

/*UI *************************************************/
table {
	width: 100%;
}
tbody {
	background-color: #FFF;
}
th, td {
	text-align: center;
	line-height: 30px;
}
th {
	background-color: #1883B3;
	color: #FFF;
	font-weight: bold;
	text-shadow: none;
	border-left: 1px dashed #FFF;
	text-shadow: 1px 1px #000;
}
th:first-child {
	border-left: none;
}
td {
	border-bottom: 1px dashed #1883B3;
	border-left: 1px dashed #1883B3;
	padding: 5px;
}
td:first-child {
	border-left: none;
}
/*tr:hover {
	background-color: #ffedc6;
}*/