body {
	background-color: #fbfbfb !important;
	font-family: Arial;
}

span {
	vertical-align: middle;
}

img {
	vertical-align: inherit !important;
}

h2.section-header {
	background: transparent !important;
    margin-top: 5px !important;
	padding-left: 0px !important;
}

.TableElement {
    margin-top: 0px !important;
}

.text-center {
	text-align: center;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.news-container {
	width: 994px;
	font-size: 0;
	box-sizing: border-box;
	margin: 15px 0px;
}

.news-container * {
	box-sizing: border-box;
}

#article-section {
	text-align: left;
	width: 684px;
	float: left;
}

.article-card {
	padding: 10px 15px;
	margin-bottom: 15px;
	background: #fff;
	border: 2px solid lightgrey;
	border-top: 4px solid blue;
}

#right-sidebar {
	width: 300px;
	margin-left: 10px;
	position: -webkit-sticky;
  	position: sticky;
  	top: 10px;
  	font-size: initial;
}

.news-ad {
	margin-top: 0px;
}

.article-header-section {
	margin-top: 15px;
	font-size: 1.2rem
}

.article-headline {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.0em;
	padding-bottom: 10px;
}

.article-share-info-section {
	margin: 10px 0px;
	border-top: 2px solid lightgrey;
	border-bottom: 2px solid lightgrey;
	display: block;
}

.article-author-time, .article-author-time a {
	font-size: 1.2rem;
	padding: 5px 0px;
	width: 60%;
	display: inline-block;
}

.article-print-button{
	width: 30%;
	display: inline-block;
	float: right;
	text-align: right;
	padding-top: 5px;
}

.article-body {
	font-size: 1.1rem;
}

.article-body img {
	max-width: 100%;
	padding: 0px 15px;
	vertical-align: inherit !important;
}

#article-section,
#right-sidebar {
  float: left;
  right: 0;
}

/* iHub BB Section */
#bb-latest-posts {
	max-width: 680px !important;
	width: 100% !important;
	background: none !important;
}

#board-header-wrapper {
	background: none !important;
	margin-top: 0px !important;
	border-bottom: 2px solid #d6d6d6;
	font-size: 18px;
}

#board-header-wrapper a h2 {
	margin-bottom: 0px;
}

.MessageBoard table tr:nth-child(2n) {
	background: #F8F8F8 !important;
}

.MessageBoard table tr:nth-child(2n+1) {
	background: none !important;
}

.msg-pic {
	width: 70px !important;
	height: 70px !important;
	border-radius: 3px !important;
	border: 1px solid #d6d6d6 !important;
}

.msg-alias {
	font-size: 16px !important;
}

a span.msg-link {
	font-weight: normal !important;
}

/* News List Section */
.ihNews {
	height: auto !important;
	min-height: 50px;
}
.info {
	margin-top: 0px !important;
}

.TableElement td {
    border-bottom: 2px solid #ccc !important;
    border-right: initial !important;
    padding: 6px 5px 5px 5px !important;
}

.NewsListElement table tr:nth-child(2n), .ihNews.even {
	background: #F8F8F8 !important;
	border-top: 1px solid #ccc !important;
}

.NewsListElement table tr:nth-child(2n+1), .ihNews.odd {
	background: none !important;
	border-top: 1px solid #ccc !important;
}

#threads table .Column1, #news table .Column1 {
    padding: 8px 0px;
}

a .date {
	color: #222222;
	font-size: 13px;
}

.advfn_nw_link {
	text-decoration: none;
	font-size: 15px;
	color: blue !important;
}

/* Quote CSS */
.qs-current-price {
	padding-left: 0px !important;
}

.traded.PriceBackgroundUnchangedFlashing {
	background: none;
	border: none;
	font-weight: normal;
}

.body-text-overflow {
	overflow-wrap: break-word !important;
	word-wrap: break-word !important;
	word-break: break-word !important;
	overflow-x: scroll;
	max-width: 660px;
}

/* ############### News Sources ############### */
.article-body p a {
	font-size: 16px;
}

.article-body ul{
  margin-left: 10px;
}

.article-body ul li{
    margin: 5px 20px;
    font-size: 16px;
    list-style: disc outside none;
}
/* GLOBE */
.article-body p {
	margin-left: 0px;
	margin-bottom: 1em;
	font-size: 1.1rem;
}

.article-body pre {
	font-size: 14px;
	overflow-x: auto;
}

/* PRNCA */
.prnbcc {
	width: 100%;
}

.prnews_p {
	margin-bottom: 2px;
}

/* EDGAR */
pre.eolPrint80pt {
	overflow-x: auto;
	max-width: 994px;
	font-size: 12px;
}

#article-section .article-card .article-body table {
	overflow-x: auto;
	max-width: 660px;
	display: inline-block;
}