.fullscreen {
  width: 100%;
  height: 100vh;
  display: table;
  
  position: fixed;
  left: 0;
  top: 0;
}

#login_block {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  
  padding:24px;
  margin: auto;
  
  transform: scale(1.5, 1.5);
}

#login_block h1 {
  font-weight: lighter;
}

.error {
  color: #ff0000;
}

#nav {
  width: 75%;
  margin: 16px auto 16px;
  text-align: center;
  
  font-size: 24pt;
  font-weight: lighter;
}

#nav a {
  text-decoration: none;
}

#nav .active {
  padding:8px;
}

#nav span {
  margin: 8px;
}

#nav img {
  padding:8px;
  vertical-align: middle;
}

.infobar {
  display: table;
  border-collapse: separate;
  border-spacing: 8px;
}

.inforow {
  display: table-row;
}

.infobox {
  width: 350px;
  padding: 16px;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 16px;
  display: table-cell;
  vertical-align: top;
}

.infoheader {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.inspector_row_title {
  margin: auto;
  width: 50px;
  text-align: center;
}

#inspector_showbox
{
  border: 1px solid;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  z-index: 1000;
}

#inspector_showbox td {
  border: 1px solid;
  padding: 4px;
}

#inspector_swatch {
  width: 24px;
  height: 24px;
  display: block;
  margin: auto;
}

#inspector_label {
  font-size: 16px;
}

#inspector_date {
  font-size: 16px;
}

#inspector_value {
  font-size: 25px;
}  

.ac-input {
  width: 350px;
}

.ac-suggest {
  width: 350px;
  border: solid;
  border-width: 1px;
  display: none;
  z-index: 9999;
  position: absolute;
}

.ac-failure,.ac-choice {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 334px;
  display: inline-block;
}

.ac-failure {
  color: #aaaaaa;
}

.ac-selected {
  background-color: #CCCCEE;
}

#legend_scroller {
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

.swatch {
  width: 24px;
  height: 24px;
  border: 1px solid black;
}

.legend_item_title {
  line-height: 32px;
  vertical-align: middle;
  width: 240px;
}

.legend_spacer {
  width: 100%;
}

.legend_row {
  display: flex;
  width: 100%;
}

#inspector_good_dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid black;
  display: block;
  margin: 0 auto;
}

#options_box table {
  border-collapse: collapse;
}

#options_box td {
  padding: 4px;
}

.spreadsheet_table {
  border-collapse: collapse;
  border: 1px solid;
}

.spreadsheet_cell,.spreadsheet_row,.spreadsheet_header {
  padding: 8px;
  border: 1px solid;
  text-align: center;
}


