body {
  margin: 0;
  padding: 0 15px;
  font-family: arial;
  font-size: 14px;
  background: white url(../../back.jpg) left top repeat;
}

* {
  outline: none;
}

a {
  color: black;
}

.field {
  margin-bottom: 15px;
  overflow: hidden;
}

.result{
  display: none;
}

table {
  border-collapse: collapse;
  margin-bottom: 30px;
}
th {
  text-align: center;
}

th.name {
  text-align: left;
}

td {
  padding: 8px 8px 8px 0;
  border-bottom: 1px #ccc dashed;
}

.table:not(.done) .corr, .table:not(.done) .your, .table:not(.done) .their {
  display: none;
}

.table:not(.done) thead {
  display: none;
}

.table.done .chk {
  display: none;
}

.your, .their {
  text-align: center;
  padding: 8px 10px;
}

.corr {
  text-align: left;
}

.your span, .their span {
  width: 20px;
  display: inline-block;
  height: 20px;
  background: #74c147;
}

.row.red .their span {
  background: red;
}

.your span {
  background: red;
}

.your span.green {
  background: #74c147;
}

input[type=button] {
  border: 1px #508299 solid;
  border-radius: 4px;
  background: #508299;
  color: white;
  vertical-align: middle;
  height: 30px;
  font-size: 14px;
  padding: 0 20px;
  cursor: pointer;
}

.legend .status {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #74c147;
  vertical-align: middle;
}

.more {
  display: none;
}

.legend {
  padding: 10px 0;
}

.legend .status.red {
  background: red;
}

.legend > div {
  display: inline-block;
  margin-right: 50px;
}

tr.grouper td {
  font-weight: bold;
}