.center {
	font-family: 'Montserrat', sans-serif;
	display: block;
	font-size: 10pt;
	color: #777777;
	text-align: center;
	font-weight: normal;
}
.table_head {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #003266;
	font-weight: 700;
	text-align: left;
	padding: 5px 0px 5px 15px;
	background-color: #bcccd7;
	text-transform: uppercase;
}

​/* #hidden
{
    display: none;
}​

.div_wrap {
    width: 100%;
	height: 800px;
	
	background-color: yellow;
	
}
.element {
	width: 100%;
	position:absolute;
}
#chartprice {
	width: 100%;
	height: 430px;
	
}
.legend {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
} */


