h2.bb_warn {
	font-size: 18pt;
	background-color: orange;
}

h2.bb_warn small, h2.bb_warn small a {
	font-size: 14pt!important;
	text-decoration: underline!important;
	color: #06c !important;
}

.bb_card {
	width: 302px;
	border: 1px solid #06c;
	display: inline-block;
	background-color: white;
	padding: 0 4px 4px 4px !important;
	margin: 8px !important;
}

.bb_card img {
	margin-left: -4px !important;
}

.bb_card h4 {
	font-size: 14px;
	line-height: 16px;
	height: 32px;
	margin: 0 0 2px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.bb_card .bb_desc {
	font-size: 12px;
	line-height: 14px;
	height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.alert h3 {
	font-weight: bold;
	font-size: 16px;
}

form#post fieldset {
	border: 1px solid #ccc;
	padding: 0 1.4em 0 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow:  0px 0px 0px 0px #000;
	box-shadow:  0px 0px 0px 0px #000;
}

form#post legend {
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-align: left !important;
	width:auto;
	padding: 0 4px;
	margin: 8px 0;
	border-bottom:none;
}

form#post fieldset#options legend {
	padding-left: 16px;
}

.pun label.radio-inline {
	display: inline-block;
	padding-left: 20px;
}