#logo {
    position: absolute;
    top:  30px;
    left:  100px;
    width: 200px;
    height: 100px;
    z-index:  98;
}

#logo2 {
    position: absolute;
    top:  10px;
    left:  300px;
    width: 55px;
    height: 55px;
    z-index:  99;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    
    font-size: 24px; /* Set message font size  */
    background-color: darkblue;
    color: white;
    padding-left: 0.5em;
}

#box {
    font-size: 20px; /* Set message font size  */
    position: absolute;
    top:  180px;
    left:  300px;
}

#bar {
    position: absolute;
    top:  80px;
    width: 99%;
    z-index:  97;
}

hr {
  border: 4px solid navy;
  border-radius: 5px;
}

#info {
    font-size: 20px; /* Set message font size  */
    position: absolute;
    top:  250px;
    left:  300px;
}

#UID {
    position: absolute;
    top:  100px;
    width: 218px;
    background-color: lightskyblue;
    padding: 16px;
    border: 1px solid black;
    font-weight: bold;
}

#logon {
    font-size: 20px; /* Set message font size  */
    position: absolute;
    top:  250px;
    left:  300px;
}

#words {
    font-size: 20px; /* Set message font size  */
    position: absolute;
    top:  150px;
    left:  300px;
    width: 60%;
}

#choice {
    font-size: 20px; /* Set message font size  */
    position: absolute;
    top:  150px;
    left:  300px;
    width: 60%;
}

#opt1 {
    font-size: 20px; /* Set message font size  */
    position: absolute;
    top:  180px;
    left:  300px;
    width: 60%;
}

#opt2 {
    font-size: 20px; /* Set message font size  */
    position: absolute;
    top:  380px;
    left:  300px;
    width: 60%;
}

#cellme {
    padding: 1px;
    width: 300px;
}

#NAV {
    font-size: 20px; /* Set message font size  */
    position: absolute;
    top:  300px;
}

#NAV2 {
    font-size: 20px; /* Set message font size  */
    position: absolute;
    top:  150px;
}

td {
    padding: 5px;
    width: 130px;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 250px;
  background-color: #f1f1f1;
}

li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
  border-bottom: 1px solid #555;
  border-top: 1px solid #555;;
}

li a:hover:not(.active) {
  background-color: darkblue;
  color: white;
}

.grey {
    background: lightgrey;
}

#toobl th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: grey;
  color: white;
}

#toobl {
  border-collapse: collapse;
  width: 100%;
}

#toobl td, #toobl th {
  border: 1px solid black;
  padding: 8px;
}

#toobl tr:nth-child(even){
    background-color: gainsboro;
}

#toobl tr:hover {
    background-color: aliceblue;
}

.pinbox {
    font-size: 15px;
}

.bold {
    font-weight: bold;
}

#pins th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: grey;
  color: black;
}

#pins {
  border-collapse: collapse;
  width: 100%;
}

#pins td, #pins th {
  border: 1px solid black;
  padding: 8px;
}

#pins tr:nth-child(even){
    background-color: gainsboro;
}

#pins tr:hover {
    background-color: aliceblue;
}

.button {
  padding: 15px 25px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: darkblue;
  border: none;
  border-radius: 10px;
  box-shadow: 0 9px #999;
}

.button:hover {background-color: royalblue}

.button:active {
  background-color: royalblue;
  box-shadow: 0 4px #666;
  transform: translateY(4px);
}
#ERR {
  color: red;
  font-size: 30px;
  font: bold;
}

#wrap .statusmsg{
    font-size: 20px; /* Set message font size  */
    padding: 3px; /* Some padding to make some more space for our text  */
    background: #EDEDED; /* Add a background color to our status message   */
    border: 1px solid #DFDFDF; /* Add a border arround our status message   */
}