#OUControl {
  position: fixed;
  z-index: 42;
  width: 490px;
  left: 5px;
  top: 55px;
  overflow: visible;
  /*background: blue;*/
}

#OUTableHeader {
  float: left;
  width: 100%;
  background: rgba(0,0,0,.8);
  color: rgba(255,255,255,.8);
  border: 1px solid black;
}

#headLeft {
  float: left;
  width: 42%;
}

#headRight {
  float: left;
  width: 57%;
  font-size: 14px;
}

#headUpRight {
  width: 100%;
  text-align: center;
  text-decoration: underline;
}

#headDown0 {
  float: left;
  width: 29%;
  text-align: center;
}

#headDown1 {
  float: left;
  width: 23%;
  text-align: center;
}

#headDown2 {
  float: left;
  width: 23%;
  text-align: center;
}

#headDown3 {
  float: left;
  width: 23%;
  text-align: center;
}

#OUDrop {
  width: 185px;
  margin: 5px 5px;
  font-size: 14px;
}

#OUTable {
  float: left;
  clear: left;
  width: 100%;
  background: white;
  border: 1px solid black;
}

.tr {
  float: left;
  width: 100%;
  height: 20px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.flag {
  float: left;
  width: 3%;
  height: 20px;
  /*border: 1px solid white;*/
  border-right: 2px solid white;
}

.copc {
  float: left;
  width: 36%;
  height: 20px;
  /*border: 1px solid white;*/
  border-right: 2px solid white;
}

.copcDWS {
  float: left;
  width: 20%;
  height: 20px;
  text-align: right;
  /*border: 1px solid white;*/
  border-right: 2px solid white;
}

.twenty13 {
  float: left;
  width: 12%;
  height: 20px;
  text-align: right;
  /*border: 1px solid white;*/
  border-right: 2px solid white;
}

.twenty12 {
  float: left;
  width: 12%;
  height: 20px;
  text-align: right;
  /*border: 1px solid white;*/
  border-right: 2px solid white;
}

.change {
  float: left;
  width: 12%;
  height: 20px;
  text-align: right;
  /*border: 1px solid white;*/

}

#plumeControlWrapper {
  display: block;
  position: fixed;
  right: 5px;
  top: 55px;
  z-index: 35;
  width: 260px;
  background: rgba(0,0,0,.8);
  color: rgba(255,255,255,.8);
  border: 1px solid black;
}

#plumeList {
  width: 240px;
}

select {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

.alert {
  max-width: 100%;
}