

#menubutton_1 {
    width:49%;
}

#menubutton_2 {
    width:49%;
}

#menubutton_1:hover, #menubutton_1.selected {
  background-color:#2db3c6;
}

#menubutton_2:hover, #menubutton_2.selected {
  background-color:#2db3c6;
}

#blackdot_1 {
  left:5.4%;
  top:78%;
}

#blackdot_2 {
  left:5.4%;
  top:68%;
}

#blackdot_3 {
  left:5.4%;
  top:22%;
}

#blackdot_4 {
  left:5.4%;
  top:14%;
}

#blackdot_5 {
  left:11.5%;
  top:57%;
}

#graph_bd_svg_status{
  width:660px;
}

.graph_blackbar {
  background-color:black;
  color:white;
  font-weight:700;
  font-size:0.86666vw;
  height:3.866666vw;
  z-index:500;
  position:absolute;
  margin-left:5px;
  left:-15%;
  padding:0.8vw 2vw;
  line-height:1.2vw;
  top:0vw;
  opacity:0;
  border-top-right-radius:8px;
  border-bottom-right-radius:8px;
}

#button_box {
  padding-left:40px;
}

#caption_center {
  text-align:center;
  font-weight: 800;
}

#caption_right {
  text-align:left;
  padding-left:6px;
  font-weight: 800;
}

.caption_button {
  margin:0px 10px;
  text-align:center;
  width:90px;
  display:inline-block;
  font-weight: 800;
}

.caption_small {
  font-weight:300;
  font-size:12px;
}

.clear {
  clear:both;
}

.button_img {
  width:90px;
  height:90px;
  display:inline-block;
  margin:0px 10px;
  cursor:pointer;
}

#button_sz_sm { background-image: url('../img/small.png'); }
#button_sz_md { background-image: url('../img/medium_size.png'); }
#button_sz_bg { background-image: url('../img/big.png'); }
#button_sp_sl { background-image: url('../img/slow.png'); }
#button_sp_md { background-image: url('../img/medium_speed.png'); }
#button_sp_fa { background-image: url('../img/fast.png'); }

#button_sz_sm.selected,#button_sz_sm:hover { background-image: url('../img/small_selected.png'); }
#button_sz_md.selected,#button_sz_md:hover { background-image: url('../img/medium_size_selected.png'); }
#button_sz_bg.selected,#button_sz_bg:hover { background-image: url('../img/big_selected.png'); }
#button_sp_sl.selected,#button_sp_sl:hover { background-image: url('../img/slow_selected.png'); }
#button_sp_md.selected,#button_sp_md:hover { background-image: url('../img/medium_speed_selected.png'); }
#button_sp_fa.selected,#button_sp_fa:hover { background-image: url('../img/fast_selected.png'); }


@media screen and (min-width: 1500px) {

}

@media screen and (max-width: 750px) {
 
}

