/* Crucifor.me's shitty CSS :)
 *
 * Theme colors:
 * - Light grey background : #cbcbcb;
 * - Dark green background: #005149;
 * - Almost white : #ece8dc;
 * - Nice yellow : #edb92e;
 * - Dirty green : #A3A948;
 * - Shiny orange : #F85931;
 * - Bloody red : #CE1836;
 * - Cool green : #009989;
*/

body {
	background-color: #edb92e;
	font-family: 'Calibri Light', sans-serif;
}

.crucileft {
	margin-right: 5px;
	padding: 5%;
	background-color: #005149;
}

.rezosocio svg { color: #ece8dc; margin: 10px; }
.rezosocio svg:hover { color: #edb92e; }
.rezosocio svg:active { color: #F85931; }

.cruciright {
	background-color: #cbcbcb;
}

.cruciright dt {
	font-size: 16px;
	margin-top: 0 !important;
	padding-top: 0;
	border: none !important;
}

.uk-table a {
	text-transform: uppercase;
	font-weight: bold;
}

.cruciright a {
	color: #000;
}

.cruciright a:hover {
	color: #009989;
	text-decoration: none;
}

.cruciright a:active { color: #edb92e; }


.description {
	color: #666;
	margin-left: 10px;
	text-transform: none;
}

.uk-label {
	font-size: 11px;
	margin-right: 10px;
}

.conf {	background-color: #ed8231; }
.paper { background-color: #A3A948; }
.article {	background-color: #2caac6; }

.cruciright h1 {
	font-size: 32px;
}

.cruciright h2 {
	font-size: 22px;
}

.uk-card {
	text-align: center;
	background-color: #dcdcd7;
	box-shadow: none;
	padding: 5%;
}	