body {
  font-family: 'Roboto Slab', serif;
}
#status-bar {
  font-family: 'Courier New', monospace;
  font-weight: bold;
}
#tab-container {
  position:relative;
}


input[class="tab-inp"] { display: none; }
input[class="tab-inp"] + label { display: inline-block }

input[class="tab-inp"] ~ .tab { display: none }
#tab1:checked ~ .tab.content1,
#tab2:checked ~ .tab.content2,
#tab3:checked ~ .tab.content3,
#tab4:checked ~ .tab.content4,
#tab5:checked ~ .tab.content5,
#tab6:checked ~ .tab.content6,
#tab7:checked ~ .tab.content7,
#tab8:checked ~ .tab.content8 { display: block; }

input[class="tab-inp"] + label {
  border: 1px solid #999;
  /* background: #EEE; */
  background: #FFF;
  color: #666;
  padding: 4px 12px;
  border-radius: 4px 4px 0 0;
  position: relative;
  top: 1px;
}
input[class="tab-inp"]:checked + label {
  /* background: #FFF; */
  background: #EEE;
  color: black;
  /* border-bottom: 1px solid #CCC; */
}
input[class="tab-inp"] ~ .tab {
  border-top: 1px solid grey;
  padding: 8px;
}
input[class="tab-inp"]:checked ~ .tab {
  border-top: 1px solid transparent;
  padding: 8px;
}

.tab {
  width: 900px;
  height: 665px;
  background-color: #EEEEEE;
  border: 1px solid grey;
  border-radius: 0px 5px 5px 5px;
  position: absolute;
  display: none;
  margin: 0px 6px 6px 0px;
  padding: 10px;
}
.tab-title {
  padding-left: 3px;
}
canvas {
  position: absolute;
  left: 10px;
  top: 33px;
}
button {
  font-weight: bold;
}
.util-container{
  margin-top: 15px;
}
.sound-panel {
  display: inline-block;
  margin-right: 50px;
  vertical-align: top;
}
.util-button {
  margin-left: 370px;
}
#local-timezone {
  display: inline; 
  font-size: small;
}
.restart-date-time-container {
  margin-left: 15px;
}
ul, li {
  margin: 0;
}
p {
  margin-top: 6px;
  margin-bottom: 6px;
}
#about-text {
  font-size: small;
  background-color: #fcfcfc;
  margin-top: 5px;
  padding-left: 5px;
  height: 635px;
  overflow-y: scroll;
}
.scale {
  display: inline-block;
  width: 59px;
  text-align: center;
}
#vol-control {
  border: solid 1px #000000;
  border-radius: 8px;
  height: 7px;
  -webkit-appearance: none;
}
.nv-zoom {
  display: inline-block;
  width: 50px;
  text-align: right;
}
