@CHARSET "UTF-8";

h1 a, h2 a, h3 a {
	font-size:24px;
	text-decoration:none;
	color:black;
}
h2 a {
	font-size:20px;
}
h3 a {
	font-size:16px;
}
.newsCount {
	color:red;
	text-decoration:underline;
}

.chat-placeholder-header {
	margin-top: 20px !important;
	background-color: #CFD6E8;
	padding: 5px;
}

.new-thread-button-primary {
	color: rgb(255, 255, 255);
	background: linear-gradient(#AAAAD5, #C4CBD8) repeat scroll 0 0 rgba(0, 0, 0, 0);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	text-decoration: none;
}

.new-thread-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1.5;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
	padding: 0.0rem 0.75rem;
    border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	cursor: pointer;
	margin-bottom: 5px;
	margin-left: 10px;
}

.no-threads-box {
	background-color:#F0F0E7;
	text-align:center;
	margin-top: 10px;
	padding-top: 12px;
	padding-bottom: 10px
}

.no-threads {
	background-color: initial;
	margin-top: initial !important;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: initial !important;
}
/* General */
#content{
	width: 688px;
	padding: 0 5px;
}
#threads .ColumnLast
{
	text-align:right;
}
#toolbar
{
	text-align:left;
	background:#ddd;
	padding:8px;
	border:1px solid #AAAAD5 !important;
	width: 688px !important;
}
.RelatedStocksElement td
{
	width:33%;
}
.TableElement {
	margin: 5px 0px;
}
h1.TableElement, h2.TableElement {
	background: none;
}
.TableElement table th
{
	background: linear-gradient(#AAAAD5, #c4cbd8) repeat scroll 0 0 rgba(0, 0, 0, 0);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
#container
{
	margin-top:10px;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items:stretch;
	align-content: space-around;
	width:994px
}
#navbar
{
	vertical-align: top;
	width:300px;
	margin-right:6px;
    display: flex;
    flex-direction: column;
}
#maincontent, .maincontent
{
	width:688px;
	text-align:left;
	display: flex;
    flex-direction: column;
}
#scrolling-element-parent {	
	flex-grow: 1;
}
.topposts_container {
	width:994px;
    display: flex;
    flex-direction: column;
}
.scrolling-element {
	padding-top: 10px;
}
/* Quote */
.width20 td{
	width:20%;
}
.quote-ffsidebar {
	margin-top: 10px;
}
/* Dividends */
.highlight {
	background: yellow;
}
.symbol-title-container {
	margin-left: 6px;
}
#heading, #heading-logged {
	margin: 15px 0px 5px 0px;
}
.bottom-chart-container {
	margin: 10px 0px;
}
.share-price-chart-container {
	margin-top: 10px;
}