.bullionvaultchart .jschart_time {
	margin-left: 4px;
}

.bullionvaultchart .jschart_metal {
	margin-right: 4px;
}

.bullionvaultchart #jschart_currency {
	margin-left: 8px;
}

.bullionvaultchart #jschart_timeframe {
	margin-left: 8px;
}

.bullionvaultchart #jschart_type {
	margin-left: 4px;
}

.bullionvaultchart .jschart_inside {
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	padding-top: 5px;
	white-space: nowrap;
	overflow: hidden;
}

.bullionvaultchart .jschart_blank {
	background-color: #e8e8e8;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	color: black;
	cursor: pointer;
	font-size: 12px;
	padding: 3px;
}

.bullionvaultchart .jschart_clicked {
	color: white;
	background-color: #434343;
	border-bottom: 0.1px solid #434343;
	border-right: 0.5px solid #434343;
	border-left: 0.5px solid #434343;
	border-top: 2px solid #434343;
	padding: 3px;
	font-size: 12px;
	cursor: pointer;
}

.bullionvaultchart .jschart_export {
	color: black;
	background-color: #f4f4f4;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-top: 1px solid black;
	padding: 3px;
	border-radius: 3px;
	font-size: 12px;
	cursor: pointer;
	float: right;
	position: relative;
	-moz-margin-top: -23px !important;
}

.ie7 .bullionvaultchart .jschart_export {
	margin-top: -23px;
}

.bullionvaultchart .jschart_list {
	color: black;
	background-color: white;
	padding: 3px;
	border-radius: 3px;
	font-size: 12px;
	border: medium none blue;
}

.bullionvaultchart #jschart_controls {
	height: 35px;
	background-color: #f4f4f4;
	width: 100%;
	position: relative;
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-weight: bolder;
	white-space: nowrap;
	display: none;
}

.bullionvaultchart #jschart_credits a:link, .bullionvaultchart #jschart_credits a:visited {
	color: black;
	text-decoration: none;
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 12px;
}

.bullionvaultchart #jschart_credits a:hover {
	color: black;
	text-decoration: underline;
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 12px;
}

.bullionvaultchart .jschart_logo {
	width: 120px;
	height: 21px;
}

.bullionvaultchart #jschart_credits {
	width: 122px;
	right: 0;
	bottom: 0;
	position: absolute;
	border: 2px solid #8d959b;
	display: none;
	z-index: 4;
	margin-right: 2px;
	margin-bottom: 2px;
	opacity: 0.0;
	filter: alpha(opacity = 0); /* For IE8 and earlier */
	padding-bottom: 34px;
}

.bullionvaultchart #jschart_container {
	background-color: #ffffff;
}

.bullionvaultchart #jschart_timestamp {
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	border: 0 solid blue;
	position: absolute;
	bottom: 0;
	display: none;
}

.bullionvaultchart #jschart_creditLinks {
	display: none;
	background-color: white;
	padding: 4px;
	padding-top: 4px;
}

.bullionvaultchart #jschart_creditLogo {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 120px;
	margin: 2px 5px 6px;
	z-index: 5;
}

.bullionvaultchart #jschart_timestamp a:link, .bullionvaultchart #jschart_timestamp a:visited {
	color: black;
	text-decoration: underline;
}

.bullionvaultchart #jschart_timestamp a:hover {
	color: black;
	text-decoration: underline;
}

#jschart_ht98eo34pl2 {
	text-decoration: none;
}

/*Replicate bootstrap classes used by the embedded chart*/
.visible-xs-inline {
	display: none !important;
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
	.visible-xs-inline {
		display: inline !important;
	}
	.jschart_list {
		font-size: 16px !important;
	}
}