
.alignRight {
  float: right !important;
  text-align: right;
}

.xenon-admin-wrap {
  font-family: 'Roboto', sans-serif;
  background: #ffffff;
  color: #116AB3;
  padding: 4px;
}

.topcol {
  float: left;
  width: 100%;
}

.data_panel {
  float: left;
  width: 100%;
  /* height: 60vh; */
  overflow: auto;
}

.xenon-admin-row {
  float:left;
  width: 100%;
  overflow: none;
}

.xenon-admin-col {
  float:left;
  width: auto;
  max-width: 50%;
  min-width: 20%;
  overflow: hiddresulten;
  padding: 2px;
}

.xenon-data-wrapper {
  float:left;
  width:100%;
  height:30vh;
  overflow: auto;
}

.xenon-button {
  position: relative;
  float: left;
  width: auto;
  min-width: 200px;
  margin: 2px;
  padding: 8px;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  color: #116AB3;
  background: #ffffff;
  height: 24px;
  line-height: 24px;  
}

.xenon-button:hover {
  color: #FFF;
  background: #116AB3;
}

.xenon-price-wrapper {
  float: left;
  width: 100%;
  height: auto;
}

.xenon-price-row {
  float: left;
  width: 100%;
  height: 24px;
  line-height: 24px;
  border-bottom: solid 1px #000000;
  box-sizing: border-box;
  background: #ffff;
}

.xenon-price-row:nth-of-type(1) {
  border-top: solid 1px #000000;
}

.xenon-price-col {
  float: left;
  width: auto;
  min-width: 120px;
  height: 24px;
  line-height: 24px;
}