/* contents of #tab-content-area */
#tabular-others-column-1-of-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow:auto;
  border-bottom: 1px solid #D0D0D0;
}

/* contents of tabular-others-column-... */
.others-table {
  font-size: small;
  width: 96%;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid black;
  border-radius: 0.3em;
  box-shadow: 0.2em 0.2em 0.1em 0 #202020;
}

.others-table th {
  background: linear-gradient(#000000, #000030);
  background: -moz-linear-gradient(#000000, #000030);
  background: -webkit-linear-gradient(#000000, #000030);
  background: -o-linear-gradient(#000000, #000030);
  border-bottom: 1px solid black;
}

.others-table tr:nth-child(odd) {
  background-color: #181818;
}

.others-table tr:nth-child(even) {
  background-color: #303030;
}

.others-table td {
  text-align: center;
}

.others-table td a {
  display: block;
}
