table, td, th {
	padding: 10px;
}
table {
	border-collapse: collapse;
	margin: auto;
}
table.main{
	width: 80%;
}
th {
	background: #dddddd;
	text-align: center;
}
th.s{width: 100px;}
th.c{width: 300px;}
th.t{width: 100px;}
th.p{width: 100px;}
th.b{width: 100px;}
th.d{width: 200px;}

td{
	background: #eeeeee;
	text-align: center;
}
tr.m{
    border-bottom: 3px solid white;
}
a  {
  text-decoration: none;
}