.main {
	background: #111;
	color: #ccc;
}

.colwide h2.cod, .colwide h1.cod {
	border-left: 6px solid #F53929;
	color: white !important;
	letter-spacing: 1px;
	line-height: 1em;
}

.breadtext p a, .breadtext ul a, .breadtext ol a {
	color: #F53929 !important;
}

.breadtext p#logWarning.alert-notice a{
	font-weight: bold;
	color: white !important;
}

.breadtext p.right {
	max-width: 100%;
}

.table>tbody>tr.success {
	background: #629e61 !important;
	color: #000;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border: 1px solid #b32a2a !important;
}

.likebuttons {
	background: #111;
}

.info form {
	background: #F53929;
	color: #111;
}

.info form button {
	display: inherit;
	padding: 0.7em 2em;
	text-transform: uppercase;
	background: #111;
	color: #ccc;
	border: none;
	font-weight: bold;
	font-size: 1.25em;
	cursor: pointer;
}



img.headerimage.left {
	max-width: 100%;
}

@media all and (min-width: 1021px){
	.right {
	float: inherit;
	}
}

