.tabs a {
  cursor: pointer;
  padding: 5px;
  background: #fff;
  color: #000;
  border: 1px solid #666;
  border-bottom: 0;
}

.tabs a:hover, .tabs a.active {
  background: #666;
  color: #fff;
}

.tabContent {
  border: 1px solid #aaa;
  margin: 4px 0;
  padding: 5px;
  width: 564px;
}

br {
  height: 2px;
}

.hidden {
  display: none;
}

.visible {
  display: normal;
}

fieldset {
  border: 1px solid #aaa;
  display: inline-block;
  padding: 2px 14px 8px 10px;
  background-color: #FBFBFE;
  margin-right: 12px;
  vertical-align: middle;
}

#majorTickFieldset, #minorTickFieldset {
  display: inline-block;
  height: 96px;
  margin-right: 10px;
  padding: 2px 14px 8px 10px;
  background-color: #FBFBFE;
}

#gridFieldset, #tickLengthFieldset, #tickWidthFieldset {
  display: inline;
  float:left;
  height: 70px;
  margin-right: 12px;
  padding: 0px 14px 8px 10px;
  background-color: #FBFBFE;
}

.alignCenter {
  float: center;
  text-align: center;
}

.alignRight {
  float: right;
  text-align: right;
}

.hr05 {
  border: none;
  height: 5px;
  visibility: hidden;
  margin: 0px;
}

.hr10 {
  border: none;
  height: 10px;
  visibility: hidden;
  margin: 0px;
}

th {
  font-weight: normal;
}

input[type=range] {
   width: 100px;
   padding: 0px;
}

input[type=range].longRange {
   width: 150px;
   padding: 0px;
}

#majorTickLength, #minorTickLength {
   width: 80px;
}

#majorTickWidth, #minorTickWidth {
   width: 40px;
}

#ticksTab {
  white-space: nowrap;
}

.openFieldset {
  display: inline-block;
  vertical-align: middle;
  background-color: #FBFBFE;
}

#orLabel {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 10px;
}

#csvTarget {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 14px 8px 10px;
  height: 60px;
  width: 190px;
  background-color: #FFFFD0;
}

#availablePlots {
  width: 250px;
}

input[type=color] {
   width: 60px;
}

input[type=range]::-ms-track {
    height: 4px;
    
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #aaa;
    border-radius: 5px;
}
input[type=range]::-ms-fill-upper {
    background: #ccc;
    border-radius: 5px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #46a;
}
input[type=range]:focus::-ms-fill-lower {
    background: #aaa;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}

.textNumeric {
   width: 75px;
}

.textTitle {
   width: 214px;
}

.textDateTime {
   width: 130px;
}