.block-arr-logo{
  float:left !important;
}

.arr-branding{
  display:inline-block;
  vertical-align:top;
}

.arr-branding h1{
  font-size:2em;
  vertical-align:top;
  margin-left:2em;
}
.updated{
  color: blue;
}

table {
    border-collapse: collapse;
}

.addbut:hover, .clrbut:hover{
  cursor: pointer;
  background-color:yellow;
}

.entryPort{
    width: 22%;
    /* height: 4em; */
    /* float: left; */
    display: inline-block;
    background-color: aliceblue;
    padding: 2em;
    margin: 1em;
    text-align: center;
}

.autofind{ 
  background-color:white;
  float:left;
  width:12em;
}

.racelink{
  margin-left:2em;
}

.editing{ 
  background-color:powderblue !important;
}

.nonEdited{
  background-color:'powderblue';
  color:pink;
}

.obsolete{
  text-decoration: line-through;
}

.scrunch th:nth-child(-n+3){/* first three tableheads*/
 width:1em;
}

/* optional */
li {
  line-height: 1.5; }

.cbutton{
  background-color:green;
  color:white;
  border: 2px outset #80FF80;
  width: 24px;
  height: 25px;
  cursor: pointer;
 }
 
.infoBox{ 
  width:90px;
  background-color:lightblue;
}

.tt-suggestion{ 
  background-color:lightblue;
}
 
.shell {
  position: relative;
  line-height: 1; }
  .shell span {
    position: absolute;
    left: 3px;
    top: 1px;
    color: #ccc;
    pointer-events: none;
    z-index: 1; }
    .shell span i {
      font-style: normal;
      /* any of these 3 will work */
      color: transparent;
      opacity: 0;
      visibility: hidden; }

input.masked,
.shell span {
  font-size: 16px;
  font-family: monospace;
  padding-right: 10px;
 
  text-transform: uppercase; }

/*# sourceMappingURL=masking-input.css.map */