.circliful {
    overflow: visible !important;

}

.svg-container {
    width: 100%;
	height: 100%;
    margin: 0 auto;
    overflow: visible;
    position: relative;
}

@media all and (-ms-high-contrast: none) {
  .svg-container {
    height: 300px;
  }
}

svg .icon {
    font-family: FontAwesome;
}

.legend-line {
    white-space: nowrap;
	top: 10px;
    left: 0px;
	font-size: 18px;
	font-weight: 600;
    text-align: left;
	background: rgba(255,255,255,0.7);
	padding: 10px;
	border-radius: 4px;
	color: #444;
}

@media (max-width: 991px){
.legend-line {
    white-space: nowrap;
	top: 10px;
    left: 0px;
	font-size: 16px;
	font-weight: 600;
    text-align: left;
	background: rgba(255,255,255,0.7);
	padding: 10px;
	border-radius: 4px;
	color: #444;
} 
}

.color-box {
    width: 18px;
    height: 18px;
    border-radius: 2px;
    display: inline-block;
    float: left;
    padding-top: 3px;
    margin: 5px 5px 0 0;
}

#graph-circle,#graph-circle2{
	padding: 0 10px 30px 0;
}

.iphone{
	display: none;
}