.ta {
  padding-right: 34px;
}
.stable {
  font-size:10pt;
  border-style: solid;
  border-width: 5px;
  border-color: #cf9090 #503030 #503030 #cf9090;
  background-color: #884030;
  text-align:center;
  width:100%;
  border-collapse: collapse;
}
.stable th {
  background-color: #f3f3f3;
  text-align: left;
  border: solid 1px #cca3a3;
  color: #6caa3a;
  font-size: 11pt;
  padding: 4px;
}
.stable td {
  border: solid 1px #cca3a3;
  color: #cacaca;
}
.stable a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #76dfdf;
}
.stable a:hover {
  text-decoration: none;
  color: #ffffcc;
  background-color: #2287fa;
}