div.standard {
	width:100%;
	max-width:430px;
}

select {
	width:100%;
	max-width:330px;
}

@media (min-width:768px) {
	div.standard {
		text-align:right;
		float:right;
		position:relative;
		top:-2px;
	}

	ul.tabs li:first-child {
		margin-right:20px;
	}
}

ul.tabs {
	border-bottom:1px solid #a0a0a0;
	padding-left:10px;
	margin:10px 0;
}

ul.tabs li {
	color:#404040;
	display:inline-block;
	background-color:#e0e0e0;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-top:1px solid #a0a0a0;
	border-left:1px solid #a0a0a0;
	border-right:1px solid #a0a0a0;
	cursor:pointer;
	width:120px;
	text-align:center;
}

@media (max-width:767px) {
	ul.tabs {
		padding-left:5px;
	}
}

ul.tabs li.selected {
	background-color:#f0a0a0;
	font-weight:bold;
}

div.item h3 {
	margin-top:5px;
}

div.item div.head {
	cursor:pointer;
	background-color:#f0f0f0;
	padding:1px;
	margin-top:2px;
}

div.item div.links {
	display:none;
}

div.item ul {
	margin:2px 0 5px 15px;
	list-style:none;
	padding:0;
}

div.controls {
	display:none;
}

/* Threats
 */
img.logo {
	float:right;
	margin-top:-50px;
	margin-bottom:15px;
}

tr.category td {
	font-weight:bold;
	overflow:hidden;
	height:30px;
	position:relative;
}

tr.category td div.background {
	position:absolute;
	top:0;
	left:0;
	border:1000px solid #f0f0ff;
}

tr.category td div:nth-child(2) {
	position:relative;
}

tr.description td {
	font-style:italic;
}

p.standard {
	margin-top:10px;
	margin-bottom:0;
}

p.standard span:after {
	content:",";
	margin-right:5px;
}
p.standard span:last-child:after {
	content:none;
}

@media print {
	div.container {
		width:none;
		max-width:none;
		padding-bottom:0;
	}

	nav.navbar, div.header, div.footer {
		display:none;
	}

	tr.category {
		border-top:2px solid #e0e0e0;
	}

}
/* PUBLISH DELETE BEGIN */

tr#threat_12 td {
	padding-bottom:60px;
}
table[language='nl'] tr#threat_30 td {
	padding-bottom:120px;
}
table[language='nl'] tr#threat_36 td {
	padding-bottom:150px;
}
table[language='nl'] tr#threat_42 td {
	padding-bottom:100px;
}
table[language='nl'] tr#threat_49 td {
	padding-bottom:50px;
}
/* PUBLISH DELETE END */
