/* PARENT ELEMENT WITHIN THIS FILE:  section.center > .contentArea > .content  */

section.center > .contentArea > .content div#pageDescription {
	margin: 0px 15px 15px 15px;
}

/**** ICONS ****/
.subscribeIcon{
	margin-top: -5px;
	margin-right: 20px;
	width:20px;
	height:20px;
	display:inline-block;
	cursor: pointer;
	background: url("subscribe.svg");
	background-size: 100% 100%;
}



/* -- FILTER MENU -- */
section.center > .contentArea > .content nav{
	margin-top: 20px;
}
section.center > .contentArea > .content nav th{
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	height: 54px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: rgb(0,134,205);
}
section.center > .contentArea > .content nav th:hover{
	text-decoration: underline;
}
section.center > .contentArea > .content nav th.disabled{
	background: rgba(25,25,25,0.2);
        
        
}

@media (max-width: 980px){
section.center > .contentArea > .content nav th{
	font-size:10px !important;
        padding:0 !important;
}

}



/* -- ARTICLE LAYOUT -- */

section.center > .contentArea > .content article{
	overflow-y: hidden; /* collapse / expand animation! */
	border: 1px solid #ebebeb;
	width: 872px;
	margin-top: 10px;
}
section.center > .contentArea > .content article > .headline{
	background-image: url("article_headline_bg.png");
	height: 54px;
	width: 100%;
}
section.center > .contentArea > .content article > .headline a {
	color: #000;
	font-size: 14px;
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	text-decoration: none;
}
section.center > .contentArea > .content article.resolved{
	opacity: 0.6;
	border: 1px solid #b6b6b6;/* correct border color (opacity!) */
}
section.center > .contentArea > .content article th{
	padding-left: 5px;
	padding-right: 5px;
	height: 54px;
}
section.center > .contentArea > .content article ul{
	list-style: none;
	margin: 20px 10px 20px 10px;
}


/** -- ARTICLE CONTENT LAYOUT -- [parent Element:  section.center > .contentArea > .content article > .content  ] */

section.center > .contentArea > .content article > .content div.body {
	margin: 7px 10px 20px 10px;
}
section.center > .contentArea > .content article > .content div.body ul {
	list-style: disc;
}


/*** -- ARTICLE CONTENT / UPDATE HEADER LAYOUT -- */
section.center > .contentArea > .content article > .content div.updateHeader {
	margin: 20px 10px 5px 10px;
	padding-top: 2px;
	border-top: 1px solid #36F;
}
section.center > .contentArea > .content article > .content div.updateHeader h2{
	font-size: 17px;
	color: #0086cd;
}
section.center > .contentArea > .content article > .content div.updateHeader span.title{
	font-size: 15px;
	color: #555;
}
section.center > .contentArea > .content article > .content div.updateHeader span.timestamp{
	font-style: italic;
	font-size: 12px;
	color: #555;
}
section.center > .contentArea > .content article > .content div.updateContent{
	margin: 7px 10px 20px 10px;
}

/*** -- ARTICLE CONTENT / UPDATE CONTENT LAYOUT -- */
section.center > .contentArea > .content article > .content div.updateBody {
	margin: 10px 10px 20px 20px;
}


/** -- ARTICLE FOOTER -- */
section.center > .contentArea > .content article > footer {
	padding: 2px;
	background: rgba(0,0,0,0.01);
}


/** DIALOG */
#subscriptionDialogContainer > div.loadingIndicator {
	width: inherit;
	height: 64px;
	background: url('loadIndicator.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
