@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
body {
  margin: 0;
}

/* 템플릿 */
      #menubar {
          width:100%;
          height:50px;
          background-color:#eeeeee;
          margin-bottom:10px;
      }

      #menubar a {
          text-decoration: none;
      }

      #teamname {
          font-size:16px;
          color:#aaaaaa;
          font-family: 'Noto Sans KR', sans-serif;
          margin:15px 0px 0px 10px;
          float:left;
          font-weight: bold;
      }
    

      #credit {
          font-family: 'Noto Sans KR', sans-serif;
          font-size:0.6em;
          color:#aaaaaa;
          text-align: center;
          margin: 10px auto;   
          clear: both;
      }

a, a:visited, a:active {
  color: #444;
}

.container {
  width:1400px;
  height:950px;
  margin: 0 auto;
}

h1 {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.5em;
  color:#222;
}

#toolbar {
  margin:20px 0px 5px 0px;
  height:30px;
}

.explaintext {
  font-family: 'Noto Sans KR', sans-serif;
  font-size:0.8em;
  line-height: 0.7em;
  color:#777;
}

.button {
  min-width: 130px;
  padding: 4px 5px;
  cursor: pointer;
  text-align: center;
  font-size: 13px;
  border: 1px solid #e0e0e0;
  text-decoration: none;
}

.button.active {
  background: #555;
  color: #fff;
}


#vis {
  width: 1050px;
  height: 1050px;
  float: left;
}


.datatitle {
  font-size: 18px;
  font-family: 'Noto Sans KR', sans-serif;
  fill: #aaa;
}


.bubble {
  font-size:0.7em;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: bold;
  opacity: 0.5;
  cursor:pointer;
}

.bubble:hover {
  font-size:2.2em;
  opacity:1;
  z-index: 10;
}


/* 툴팁 */
#tooltip {
  width:330px;
  height:200px;
  padding:0px 10px;
  float: left;
  background-color:#efefef;
}

.datatext {
  font-family: 'Noto Sans KR', sans-serif;
  font-size:0.9em;
  line-height: 1em;
  color:#555;
}