
#infovis {
    position:relative;
	width: 468px;
    height: 100%;
    margin: 0;
    overflow:hidden;
}


#infovis h4 {
    font-size:1.1em;
    text-decoration:none;
    font-weight:normal;
    color:#23A4FF;
}


#infovis #inner-details {
    font-size:0.8em;
    list-style:none;
    margin:7px;
}

#log {
    position:absolute;
    top:10px;
    font-size:1.0em;
    font-weight:bold;
    color:#23A4FF;
}

/*TOOLTIPS*/
#infovis .tip {
    color: #111;
    width: 139px;
    background-color: white;
    border:1px solid #ccc;
    -moz-box-shadow:#555 2px 2px 8px;
    -webkit-box-shadow:#555 2px 2px 8px;
    -o-box-shadow:#555 2px 2px 8px;
    box-shadow:#555 2px 2px 8px;
    opacity:0.9;
    filter:alpha(opacity=90);
    font-size:10px;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding:7px;
}

#infovis #inner-details {
  font-size:12px;
}

#infovis span.close {
	color:#FF5555;
	cursor:pointer;
	font-weight:bold;
	margin-left:3px;
}

#infovis span.name {
  cursor: pointer;
  color : #111;
}

/*TOOLTIPS*/
#infovis .tip {
   text-align: left;
   width:auto;
   max-width:500px;
}

#infovis .tip-title {
  font-size: 11px;
  text-align:center;
  margin-bottom:2px;
}

#infovis span {
    margin: 2px;
    text-decoration:none;
    color:#111;
    font-family:'Malgun Gothic' !important;
}

/* #infovis span:hover, span:focus { */
/*     color:#ffffff; */
/*     border:0 solid #f40; */
/*     background-color: #d6d6d6; */
/* } */

#infovis span font.labelName {
    font-weight: bold;
    text-shadow: 0 0 1px rgba(0,0,0,0.3);
    letter-spacing: -1px;
    font-smooth:always;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

#infovis span font.labelName2 {
    font-weight: bold;
    text-shadow: 0 0 1px rgba(0,0,0,0.3);
    letter-spacing: -1px;
    font-smooth:always;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
	cursor:default;
}

#infovis span font.labelCount {
    font-size: 10px;
}