.container.content > .row > .col-lg-9 { width: 100%; }
.container.content > .row > .col-lg-3 { display: none; }

h2 {
	font-family: 'Open Sans', sans-serif, arial;
    color: #000;
	font-weight: bold;
}

.panel-title a::before {
	content: "\002b";
	margin-right: 10px;
}

.panel-title a.active::before {
	content: "\2212";
}

.date-published {
	font-size: 85%;
	text-align: right;
	margin-bottom: 5px;
}

ul.topics {
	list-style-type: none;
	padding-left: 15px;
}

ul.topics li {
	position: relative;
	font-size: 14px;
	margin-bottom: 8px;
}

ul.topics li::before {
	content: '';
    position: absolute;
    left: -15px;
}

ul.topics li.highlight::before {
	content: '';
    width: 7px;
    height: 7px;
    background: #ECAC02;
    top: 5px;
}

ul.topics li.special {
	color: red;
}
	
ul.topics li.highlight {
	font-weight: bold;
}

.main-title {
	color: #E6B10C;
	/*padding-left: 15px;*/
    font-weight: bold;
    margin-bottom: 10px;
}

.panel-group .panel {
	margin-bottom: 10px;
	border-bottom: 3px solid #ddd;
}

.panel-group {
	border-bottom: 0;
}

.no-wrap {
	white-space: nowrap;
}