:root{
    --theme-color: #00477e;
    --secondary-color: #bd1e24;
}
pre {
    background-color: transparent;
    width: 100%;
    overflow: hidden;
    white-space: pre-wrap;
    word-wrap: break-word !important;
    border-style: none;
    font-size: 15px;
    padding: 5px;
    margin: 0;
    
}
.left{ float: left; }
.right{ float: right; }
.noSpace{
    margin: 0px;
    padding:0px;
}
.thumb{
	width: 200px;
	height: 200px;
	border-radius: 360px;
}

.clear{ clear: both; }

.cardContainer{
	background-color: #0067a7;
	color: white;
	height: 280px;
	margin-top: 20px;
}

.footer{
	background-color: #293633;
	color: white;
	margin-top: 5px;
	padding: 30px;
}
.footer li{ margin-top: 20px; }
.footer a{ color: white; }
.brief{
	width: 70%;
	height: auto;
	float: left;
}

