body {
   padding: 0 10px 0 10px;
}

h1, h3 {
   margin-bottom: 30px;
   text-align: center;
}
p{
	padding:0px;
	margin:0px;
	}

div.alert{
	text-align: center;
}

form {
   margin-bottom: 30px;
}

table td {
   text-align: center;
   vertical-align: top;

}

tr:nth-child(1) {
   text-align: center;
   font-weight: bold;
   background-color: #eee;
}

tr:nth-child(1) td:nth-child(2) {
   text-align: center;
}

td:nth-child(2) {
   text-align: left;
   background-color: #eee;
}

td:last-child {
	font-weight:bold;
}

.grey {
   background-color: #ccc !important;
}

.red {
   background-color: #fcc !important;
}
.yellow{
	background-color: #f5edd5 !important;
}
