
.main-content {
  width: 460px;
  padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  background-color: #555;
  color: white;
}

.tab-content {
  height: 350px;
}

.nav-tabs > li > a:hover {
  border-color: #333 #333 #333;
  background-color: #444;
  color: #fff;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #fff;
  cursor: default;
  background-color: #333;
  border: 1px solid #000;
  border-bottom-color: transparent;
}
 
.tabs-below > .nav-tabs {
  border-top: 1px solid #000;
}

.tabs-below > .nav-tabs > li > a:hover {
  border-top-color: #000;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #000 #000 #000;
}

.center {
  text-align: center;
}

#wrongUuidModal {
  width: 400px; 
  margin-left: -200px; 
  margin-top: -150px; 
  background-color: #333;
}
 
#restartbutton {
  margin-top: 12px;
  width: 200px;
}

#restartwarning {
  position: absolute;
  width: 400px;
  height: 120px;
}

#plate {
  float: left;
  margin-right: 0px;
}
  
.plateimage {
  height: 260px;
  width: 260px;
}

#plateformcontainer {
  width: 150px;
  height: 322px;
  display: table;
  float: right;
}

#plateformchild {
  display: table-cell;
  vertical-align: bottom;
}

.result-even {
  font-size: 0.8em;
  line-height: 0.9em;
  color: #bbb;
}
.result-odd {
  float: left;
  width: 70px;
  font-size: 0.8em;
  line-height: 0.9em;
  color: #bbb;
}

.tight {
  line-height: 0.4em;
}

#linelabel {
  padding-right: 13px;
  line-height: 2.1em;
}

#resultButton {
  width: 87%;
  margin-bottom: 20px;
}

#resultlist {
  margin-bottom: 26px;
}

#resultset {
  height: 160px;
  overflow: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}

#resulttable {
  width: 100%;
}

#resulttable td {
  text-align: center;
  border-top: 1px solid #ddd;
}

.partly {
  background-color: #F89C1A;
}
.correct {
  background-color: #5BB45B;
}
.wrong {
  background-color: #D94E48;
}

.progress {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

h2 {
  padding-top: 0px;
  margin-top: 0px;
  font-size: 1.2em;
  color: #eee;
}