div.core {
	border-radius:12px;
	padding:20px !important;
	width:75%;
	margin:1em auto;
	background-color:white;
	color: black;
}
div.core strong {
	color:black;
}
div.core div.explanation {
	font-size:75%;
	line-height: 1.2em; 
	margin: 0.5em 0; 
	text-align: justify;
}
table.core-data {
	background-color:white; 
	border:1px solid black;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}
table.core-data tr {
	border:none;
	background-color:white; 
}
table.core-data tr td, table.core-data tr th {
	border:none;
	text-shadow: none; 
	color: black;
	padding:2px 6px !important; 
}

div.core div.core-severity {
	width:30%;
	float:left;
	margin:0 1em 2em 0;
	font-size: 75%; 
	padding: 0pt; 
	margin: 0pt; 	
}

div.core div.core-severity table.core-severity-data {
}

@media only screen and ( max-width: 980px ) {

	div.core {
		width:100%;
		padding:0 !important;
	}
}