/* ---------------- defaults ----------------------- */
body {
  background-color: #1c1c1c;
  color: #D6D6D6; 
  margin:0;
  padding:0;
  font-family: Arial, Helvetica, sans;
  font-size: 12px;
}

h1 {
  font-size: 24px;
  font-weight: normal;
}

h2 {
  font-size: 18px;
  font-weight: normal;
}

a {
  color: #FF9E23;
}

div.chart {
  margin-bottom: 5px;
}

span#node {
  font-weight: bold;
}

input#tx1filter {
  width: 500px;
}

div#txdetailsovl {
  display:none;
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  height:30%;
  overflow-y: scroll;
  background-color: #222222;
  border: 2px solid black;
}

div#txdetailsovl.fs {
  height:100%;
}

div#allnodes {
  float:right;
  margin: 20px;
}

div#allnodes table {
  border-collapse: collapse;
}

div#allnodes table td {
  border: 1px solid #D6D6D6;
  padding: 2px;
}

div#queuestbl table {
  border-collapse: collapse;
}

div#queuestbl table td {
  border: 1px solid #D6D6D6;
  padding: 2px;
}
  
div#alltps {
  float:right;
  width: 160px;
  height: 160px;
  color: #222222;
  background-color: #FF9E23;
  border: 2px solid #EB901E;
  margin: 20px;
  padding: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

div#allcpu {
  float:right;
  width: 160px;
  height: 160px;
  color: #222222;
  background-color: #2CA02C;
  border: 2px solid #289128;
  margin: 20px;
  padding: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

div#alltxstack {
  float:right;
  width: 160px;
  height: 160px;
  color: #222222;
  background-color: #222222;
  border: 2px solid #222222;
  margin: 20px;
  padding: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
