#app-container #app-main {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  font-family: verdana;
  font-size: 11px;
  border-top: 1px solid white;
}

@media screen and (min-width: 0px) and (max-width: 400px) {
  .app-caption {display: none;}  /* hide title on smaller screen */
}

#app-container .app-logo {
  position: relative;
  content:url("/static/img/logo.png");
  max-height: 45px;
}

#app-container .app-caption:after {
  content: ' ';
  display: inline-block;
  padding: 15px 15px 20px 20px;
  font-family: verdana;
  font-size: 20px;
  color: #606060;
  text-shadow: 0px 1px 2px #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Builds output styling */
.usage th {
  cursor: pointer;
}
.tab div {
  text-align: left;
}

.tab header {
  margin: 10px;
}

.tab header button {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.tab footer {
  margin-top: 40px;
  border-top: 1px solid #ccc;
  text-align: left;
}

.tab button {
  background-color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
  border: 1px solid #EAEAEA;
  font-size: 1.0em;
  font-weight: normal;
  margin: 0px;
}

.tab table.lineup {
  display: inline-block;
  border-collapse: collapse;
  box-shadow: 2px 2px 5px #ccc;
  margin: 10px;
  font-size: 1.0em;
}

.tab table.usage {
  float: left;
}

.tab table.usage caption {
  font-size: 0.7em;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #EAEAEA;
  background-color: #F5F5F5;
}

.tab tbody tr:nth-child(odd) {
  background-color: #F5F5F5;
}

.tab tbody tr:nth-child(even) {
  background-color: #FFF;
}

.tab thead tr {
  background-color: #fff !important;
  text-transform: uppercase;
}

.tab th,
.tab td {
  border: 1px solid #EAEAEA;
  padding: 5px;
  text-align: left;
}

.tab td:first-child,
.tab th:first-child {
  padding-left: 10px;
}

.tab th {
  font-size: 0.6em;
  font-weight: bold;
}

.tab td.right,
.tab th.right {
  text-align: right;
  padding-right: 10px;
}

.tab td.center,
.tab th.center {
  text-align: center;
}

.playerName { 
  text-overflow: ellipsis;
  overflow: hidden; 
  display:inline-block;
  width: 120px; 
  white-space: nowrap;
}

.w2ui-marker {
  background-color: rgb(246 226 29 / 98%);
}