html,
body {
  margin: 0;
  padding: 0;
  color: #000;
  background: #fff;
  line-height: 25px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

a {
  color: #000;
  display: block;
  text-decoration: none;
}

* {
  font-size: 20px;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#login {
  width: 100%;
  height: 100%;
  margin: 50px 0;
  text-align: center;
}

#login input,
#login select {
  width: 150px;
  display: block;
  margin: 15px auto;
}

#resas li {
  display: block;
  padding: 0 15px;
  line-height: 50px;
}

#resas li:nth-child(odd) {
  background: #ddd;
}

#resas li.buttons {
  padding: 20px 0;
  background: #fff;
  text-align: center;
}

#resas li button {
  margin: 0 15px;
}

#resas li b {
  float: right;
}

#resas li.old * {
  color: #777 !important;
}

#resas li.next {
  font-weight: bold;
}

#resa h1 {
  margin: 0;
  line-height: 50px;
  text-align: center;
  text-indent: -10px;
  padding: 20px 0 0 0;
}

#resa button,
#resa input[type="button"] {
  width: 300px;
  display: block;
  margin: 20px auto;
}

#resa ul {
  margin: 30px 0;
  display: block;
}

#resa li {
  display: block;
  padding: 0 15px;
  line-height: 50px;
  position: relative;
}

#resa li:nth-child(odd) {
  background: #ddd;
}

#resa li:last-child {
  border-bottom: 2px solid #ddd;
}

#resa li span.checkbox {
  float: left;
  width: 50px;
  height: 50px;
  margin-left: -10px;
  padding-right: 5px;
  background: url("/checkbox.png") no-repeat 0 0;
}

#resa li span.checked {
  background-position: 0 -50px;
}

#resa li span.nom {
  left: -10px;
  padding: 0 10px;
  position: relative;
  display: inline-block;
}

#resa li b {
  top: 0;
  right: 0;
  padding: 0 15px;
  position: absolute;
}

#resa li i {
  top: 0;
  right: 45px;
  color: #999;
  position: absolute;
}

#resa div.hidden {
  display: none;
  text-align: center;
}

#resa input {
  width: 170px;
  margin-right: 10px;
}

#resa b select {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

#stats {
  padding: 20px;
  text-align: center;
}

#stats select,
#stats button {
  display: block;
  margin: 50px auto;
}

#stats table {
  margin: 50px auto;
  border-collapse: collapse;
}

#stats td {
  padding: 0 15px;
  text-align: left;
  line-height: 30px;
  border: 1px solid #000;
}

#stats td + td {
  text-align: center;
}

#stats tr:first-child td:first-child {
  border-top: none;
  border-left: none;
}
