
/* Reset CSS */
.va_mv_wrapper , .va_mv_wrapper * {
  margin: 0;
  padding: 0;
  line-height: normal;
	vertical-align: baseline;
}

.va_mv_wrapper {
  width: 700px;
  margin: 0 auto;
	background-color: #fff;
  cursor: default;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  text-align: left;
  color: #000;
}

.va_mv_wrapper b {
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

#va_mv_graph {
	height: 349px;
	text-align: center;
	border-bottom: 1px solid #ccc;
  /*
  border: 2px solid #ccc;
	border-radius: 4px;
  */
  position: relative;
}

#va_mv_canvas {
  position: absolute;
  left: 50px;
  bottom: 39px;
  z-index: 1;
}

#va_mv_overlay{
	position: absolute;
	top: 15px;
  width: 100%;
  text-align: center;
}

#va_mv_title {
  text-align: center;
  white-space: nowrap;
}

#va_mv_title h1{
	font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
}

#va_mv_centerlabel {
	display: none;
  text-align: center;
}

#va_mv_leftlabel {
	position: absolute;
	display: none;
  top: 149px;
	right: 498px;
	text-align: center;
}

#va_mv_rightlabel {
	position: absolute;
	top: 149px;
	left: 502px;
	display: none;
	text-align: center;
}

.va_mv_label {
	display:inline-block;
  padding: 3px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  color: #444;
}

.va_mv_label b {
  color: #444;
}

.va_mv_label:hover,.va_mv_label.hovered{
	background-color: rgba(0,0,0,0.7);
	border-radius: 2px;
	color:#fff;
  padding:3px;
}

#va_mv_powered h2,#va_mv_estimates h2,#va_mv_assumptions h2{
	font-size:14px;
}

.va_mv_footer_block {
  line-height: 175%;
  white-space: nowrap;
  margin-right: 5px;
  max-width: 220px;
  overflow: hidden;
}

#va_mv_assumptions{
	float: left;
}

#va_mv_estimates,#va_mv_powered{
	float: right;
}

#va_mv_estimates{
	margin-right: 60px;
}

#va_mv_footer{
  box-sizing: border-box;
	padding: 15px 50px;
	height: 90px;
}

/* hacks: override enfold theme */
#va_mv_footer select{
	font-family:"Open Sans",sans-serif;
	font-size:12px;
  -webkit-appearance: menulist !important;
  display: inline-block;
  width: auto;
  color: #000 !important;
  border-radius: 0px !important;
  border-color: rgb(169, 169, 169) !important;
  margin: initial;
  padding: initial;
  vertical-align: middle;
  white-space: normal;
  background: none !important;
  line-height: 1;
}

#va_mv_timeperiod{
	text-decoration:underline;
	cursor:pointer;
}

#va_mv_timeperiod_select{
	cursor:pointer;
}

#va_mv_statement {
  position: absolute;
  left: 0;
	bottom: 16px;
	display: none;
  width: 100%;
  text-align: center;
}

.va_mv_footer_entry {
  position: absolute;
  padding: 1px 0;
  width: 200px;
  line-height: 200%;
}

#va_mv_mileage_text {
  cursor: pointer;
	text-decoration: underline;
}
