body {
    background-color: linen;
}

.badge {
    font-weight: normal !important;
}

.container {
    background-color: linen;
}

.content th, .content td {
    padding: 2px 10px 1px 10px;
    vertical-align: top;
}

table#content td {
    position: relative;
    padding: 5px 10px;
}

tr.washout, tr.washout a {
    color: #aaa;
}

.center {
    margin: auto;
    width: 60%;
}

@media only screen and (max-width:480px) {
	.center {
		width: 100% !important;
	}
}
