* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  text-shadow: 1px 1px white;
}

html {
  height: 100%;
}

body {
  margin: 0;
  background-attachment: fixed;
  font-family: "Open Sans", sans-serif;
  background: url(../img/bg.png);
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}

.wrapper {
  width: 960px;
  margin: auto;
  text-align: center;
}

header {
  background: white;
  text-align: center;
  padding: 10px;
  -webkit-box-shadow: 0px 2px 2px #b3b3b3;
  -moz-box-shadow: 0px 2px 2px #b3b3b3;
  box-shadow: 0px 2px 2px #b3b3b3;
}

table {
  -webkit-box-shadow: 0px 2px 4px #999999;
  -moz-box-shadow: 0px 2px 4px #999999;
  box-shadow: 0px 2px 4px #999999;
  overflow: hidden;
  margin-top: 20px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
table td {
  padding: 5px;
  border: 1px solid lightgray;
  background: #e6e6e6;
}
table th {
  background: white;
  padding: 5px;
  color: black;
}
table .feat {
  text-align: right;
  font-weight: bold;
}

footer {
  margin-top: 20px;
}

.red {
  color: red;
}

.green {
  color: green;
}

.credits {
  font-weight: bold;
}
