.exchanges-page * {
    box-sizing: inherit !important;
}

#container > .row > #content  {
    width: 100%;
    display: table;
}
#container h2 {
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    width: 980px;
    text-align: left;
    padding:10px 0px 10px 10px;
}
#container h3 {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 10px 2px 0;
}
#container .section {
    margin: 15px 0;
    width: 100%;
    display: inline-block;
}
#container .col {
    width: 49%;
    float: left;
}
#container .col-2 {
    margin-left: 2%;
}
#container .bx {
    padding: 15px;
    border-right: 1px solid #f0f5f7;
    border-bottom: 1px solid #f0f5f7;
    border-left: 1px solid #f0f5f7;
    border-top: 3px solid #CFD6E8;
}
#container .bx.error{
    text-align: center;
}


/*******************************************************************/
/* TableElement                                                    */
/*******************************************************************/

.TableElement .even{ background: #fff !important;}
.TableElement .odd{ background: #f4f4f4 !important;}
.TableElement,
.report-table {
    /* padding-left: 10px; */
    margin-top: 10px;
}

.TableElement table th,
#content .TableElement table th,
.report-table th {
    background: #fff;
    color:#000;
    text-shadow: none;
    text-align: center;
    font-size: 12px;
    vertical-align: bottom;
    padding: 2px 10px 2px 0;
    text-align: right;
}

.TableElement td,
.TableElement td.Numeric,
.report-table td {
	color:#444;
    height: 20px;
    vertical-align: middle;
    font-size: 12px;
    width: 123px;
    padding: 2px 10px 2px 0;
    text-align: right;
    border:none;
}

.TableElement td.strong,
.report-table td.strong,
.fundamentals-table td.strong {
	font-weight:bold;
}

.report-table td:first-child {
	text-align:left;
    width: 600px;
    padding-left: 10px;
}

.fundamentals-table {
    /* padding-left: 10px; */
    margin-top: 10px;
}
.fundamentals-table th {
    background: #fff;
    color:#000;
    text-shadow: none;
    text-align: center;
    font-size: 12px;
    vertical-align: bottom;
    padding: 2px 10px 2px 0;
    text-align: right;
}
.fundamentals-table td {
	color:#444;
	height: 20px;
	vertical-align: middle;
	font-size: 11px;
	width: 155px;
	padding: 2px 10px;
	text-align: left;
	background-color: #f4f4f4;
	border-bottom: 1px solid #ddd;
}

.fundamentals-table td.title {
    font-weight:bold;
    background-color: #e2e6f1;
    border-bottom: 1px solid #bac0d0;
    width: 258px;
}

.bottom-obs {
    padding: 10px 0 ;
    font-size: 11px;
    text-align: right;
    width:100%;
    display: inline-block;
}
.bottom-obs div {
    font-size: 11px;
    padding: 10px 0 0;
    font-family: arial,helvetica,sans-serif;
    display: inline-block;
}
.bottom-obs .left {
    float: left;
    text-align: left;
    width: 80%;
    display: inline-block;
}
.bottom-obs .right {
    float: right;
    text-align: right;
    width: 20%;
    display: inline-block;
}
.bottom-obs::after {
    clear: both;
}
.bottom-support-msg ,
.bottom-support-msg a{
    text-align: center;
    font-size: 11px;
    padding: 10px 0 0;
    color: #333;
}
.bottom-support-msg a {
    color: #00c;
}
.report-table td {
    text-align: right;
}

#container .chart {
    display: block;
    background: #fff;
    min-height: 200px;
    margin: 10px auto;
}

/*
 * Selector box
 */
#nav-selector {
	background: #f4f4f4;
	border-radius: 6px;
	text-align: right;
	height: 40px;
	padding:0 10px;
}
#nav-selector p {
	line-height:40px;
}

/* Tweak for SymbleTitleElement */
#SymbolTitle div.heading {
	width:60% !important;
}