body, html{
  font-family:"Helvetica",Arial, sans-serif;
  letter-spacing:-1px;
}
*{
  text-transform: lowercase;
}
/*BLOCKS + COLUMNS*/
.container {
  margin:20px auto;
}

/*TYPE*/
p {
  font-size:12px;
  margin-bottom:0;
}
code, pre code, a, input, input::placeholder{
  font-family:"Courier New";
  font-size:12px;
  letter-spacing:-1px;
}

/*HEADERS*/

h1{
  font-weight:bold;
  letter-spacing: -3px;
}

/*TABLES*/
table{
  width:100%;
  max-width:100%;
  text-align: center;
  table-layout: fixed
}
th,td{

}

td{
  max-width:25%;
  font-weight:400;
  font-size:12px;
  font-family:"Courier New";
  overflow:hidden;
  max-height:16px;
}
td.json-cell{
  text-align: left;
  white-space: nowrap;
}
tr:not(#header-row):hover{
  cursor: pointer;
  color: #6666db;
}
/*INPUTS AND FORMS*/
input{
  border-radius:0;
  line-height: 14px;
  height: 24px;
  margin:2px;
  border: solid 1px black;
}
input:focus, input:focus-visible{
  border: solid 1px #6666db;
  border-radius:0;
  outline:none;
}
/*BUTTONS*/
.btn{
  border-radius: 0px;
  font-family:"Courier New";
  text-transform: uppercase; 
}
.btn{
  height:24px;
  font-size: 12px;
  min-width:80px;
  padding:2px 20px;
}
/*NAV*/
.logo-text{
  letter-spacing: -4px;
  color: #333;
  text-transform: uppercase;
}
#nav .col-md-6{
  position: relative;
}
#logout{
  position: absolute;
  right:0;
  bottom: 50%;
}

/*CORE CLASSES*/
.pagination{
  display: block;
  margin:20px auto;
  text-align:center;
  font-family:"Courier New";
  font-size:12px;
}

.fakelink{
  color: #6666db;
}
.fakelink:hover{
  cursor: pointer;
  text-decoration: underline;
}

/*HELPERS*/

#helperCntr{
  position:absolute;
  bottom:0;
  right:0;
  margin:30px;
  width:200px;
}
