@charset "utf-8";

body {
  margin: 10px auto;
  background: #FBFBF6;
  color: #968765;
  width: 960px;
  font-size: 100%;
}

header, section, table, footer {
  margin: 10px auto;
  padding: 10px;
  border: 1px solid #E7E2D7;
  border-radius: 8px;
  -webkit-border-radius: .8em;
  -moz-border-radius: .8em;
}

header {
  display: block;
  position: relative;
  text-align: center;
}
header h1 {
  margin: 10px auto;
  font-size: 28px;
}
header h2 {
  margin: 10px auto;
  font-size: 20px;
}
header h3 {
  margin: 10px auto;
  font-size: 16px;
}

section {
  width: 640px;
  float: left;
  text-align: center;
}

table {
  float: right;
  font-size: 12px;
}
table tr td {
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #E7E2D7;

}
thead, tbody {
  display: block;
}
tbody {
  width: 260px;
  height: 460px;
  overflow: auto;
}
tbody tr:nth-child(even) {
  background-color: #ECECEC;
}
tbody tr:hover {
  color: #800000;
}
th.time, td.time {
  padding: 0 5px;
}
th.heading, td.heading {
  padding: 0 5px;
  white-space: nowrap;
  text-align: left;
}

footer {
  display: block;
  clear: both;
  text-align: center;
}
