body {
  margin: 0px;
  pading: 20px;
  background-color: #FFF;
 font-family: sans-serif;
}

.min {
  margin: 10px 0px 0px 10px;
  pading: 5px;
  background-color: #CCC;
  min-width: 600px;
  max-width: 600px;
  width: 600px;
  min-height: 200px;
  max-height: 200px;
  display: inline-block;
  overflow: scroll;
}

.t1 { width:600px; background-color:#999; }
.t1>tbody>tr { margin:0px; padding:0px; background-color:#CCC; width:100%; }
.t1>tbody>tr>td { margin:0px; padding:1px; background-color:#CCC; width:25%; font-size: 10px; vertical-align: top; }
.t1>tbody>tr>td.posts { margin:0px; padding:0px; }
.t2 { width:100%; }
.t2>tbody>tr { margin:0px; padding:0px; width:100%; }
.t2>tbody>tr>td { margin:0px; padding:0px; background-color:#AAA; width:100%; vertical-align: top; }
.t2>tbody>tr>td.post-img { width:100px; }
.t2>tbody>tr>td.post-info { width:100%; }
.post-img>img { width: 100px; }
.post-info>p { margin: 0px; padding:0px 0px 10px 0px; }
.post-title { font-size: 12px; font-weight: bold; }
.post-summary { font-size: 10px; }

table#show565,
table#show888 {
  width: 100%;
  table-layout: fixed;
  empty-cells: show;
}

table#show565 thead tr,
table#show888 thead tr {
  vertical-align: bottom;
}

table#show565 thead tr th,
table#show888 thead tr th {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: .75em;
  color: #999999;
  border: none;
}

table#show565 tbody tr,
table#show888 tbody tr {
  vertical-align: middle;
}

table#show565 tbody tr td,
table#show888 tbody tr td {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: .9em;
  color: #333333;
  border: 2px solid #333333;
  padding: 4px 0;
}

table#show565 tbody tr td sub,
table#show888 tbody tr td sub {
  font-size: .60em;
  vertical-align: sub;
}

table#show565 tbody tr td:nth-child(-n+5),
table#show888 tbody tr td:nth-child(-n+8) {
  background-color: #FFCCCC;
}

table#show565 tbody tr td:nth-child(n+6):nth-child(-n+11),
table#show888 tbody tr td:nth-child(n+9):nth-child(-n+16) {
  background-color: #CCFFCC;
}

table#show565 tbody tr td:nth-child(n+12):nth-child(-n+16),
table#show888 tbody tr td:nth-child(n+17):nth-child(-n+24) {
  background-color: #CCCCFF;
}

table#show565 tfoot tr,
table#show888 tfoot tr {
  vertical-align: top;
}

table#show565 tfoot tr th,
table#show888 tfoot tr th {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: .75em;
  color: #666666;
  border: none;
}

div.roundedBorder {
  border-radius: 8px;
  border: 2px solid #CCCCCC;
}

div.copy {
  margin: 8px 0 0 0;
  display: block;
  padding: 0;
  width: 100%;
  height: 50px;
  vertical-align: top;
}

div.copy > svg {
  float: right;
    width: 2vw; height: 2vh;
    margin: 10px;
    cursor: copy;
}

div.copy > div {
  display: inline-block;
  font-size: 2em;
  padding: 0 4px;
  margin: 0;
}
