@charset "UTF-8";

table#record {
  width:100%;
  margin:5px 0 50px;
  border-collapse:collapse; }

table#record tr#record-header {
  background:url(/exchange/open/images/record-th-background.jpg); }

table#record th {
  padding:8px 0;
  margin:0; }

table#record th.list1 {
  border-left:1px solid #D7D7D7;
  border-right:1px solid #ffffff; }

table#record th.list2 {
  border-right:1px solid #ffffff; }

table#record th.list3 {
  border-right:1px solid #D7D7D7; }

table#record td {
  text-align:center;
  padding:8px;
  border:1px solid #D7D7D7; }

table#record td.theme { text-align:left; }

table#record td.space {
  padding:0;
  font-size:0;
  line-height:0;
  height:2px;
  border:none; }

table#record tr:nth-child(2n)  td { background-color:#f0f0f0; }
