




#infovis {
    
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    overflow:hidden !important;
}

/*TOOLTIPS*/
.jittip {
    color: #222d32 !important;
    /*width: 139px !important;*/
	/*max-width: 500px!important;*/
    
    opacity:0.9 !important;
    font-family: 'Montserrat', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif !important;
    
	padding: 5px 8px 4px 8px !important;
	text-align: left !important;
	font-weight: bold !important;
	font-size:12px !important;
	/*background-color: #e7e7e7 !important;*/
	background:-webkit-gradient(linear, 0 top, 0 bottom, color-stop(0.18, #fafafa), color-stop(0.64, #f0f0f0)) !important;
	background:-moz-linear-gradient(center bottom, #f0f0f0 34%, #fafafa 82%) repeat scroll 0 0 transparent !important;
	background:-ms-linear-gradient(bottom, #f0f0f0 34%, #fafafa 82%) repeat scroll 0 0 transparent !important;
	background:linear-gradient(center bottom, #f0f0f0 34%, #fafafa 82%) repeat scroll 0 0 transparent !important;
	border-radius:3px !important;
	border:1px solid #222d32 !important;
	/*box-shadow:2px 2px 2px #cdcdcd !important;*/
	-moz-box-shadow: 2px 2px 3px 3px #222d32,
					 2px -2px 3px -3px #222d32 !important;
	-webkit-box-shadow: 2px 2px 3px 3px #222d32,
						2px -2px 3px -3px #222d32 !important;
	-o-box-shadow: 2px 2x 3px 3px #222d32,
				   2px -2px 3px -3px #222d32 !important;
	box-shadow: 2px 2px 3px 3px #222d32,
				2px -2px 3px -3px #222d32 !important;
   
    
}