.thinkbeeclub#revision .pageTitle {
  margin-bottom: 50px;
}
.thinkbeeclub#revision .anony {
  padding: 0 5%;
}
.thinkbeeclub#revision .anony__rt {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .thinkbeeclub#revision .anony__rt {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .thinkbeeclub#revision .anony__tableWrapper {
    overflow: auto;
    width: calc(100% + 5vw);
  }
}
.thinkbeeclub#revision .anony__tableWrapper__table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .thinkbeeclub#revision .anony__tableWrapper__table {
    width: 1000px;
  }
}
.thinkbeeclub#revision .anony__tableWrapper__table > tbody > tr > th {
  border: 1px solid #bebebe;
  background-color: #f9f9f9;
  font-weight: 400;
  vertical-align: middle;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 700;
}
.thinkbeeclub#revision .anony__tableWrapper__table > tbody > tr > td {
  border: 1px solid #bebebe;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}
.thinkbeeclub#revision .anony__tableWrapper__table > tbody > tr > td > a {
  color: #1a1a1a;
  text-decoration: underline;
}
.thinkbeeclub#revision .anony__tableWrapper__table > tbody > tr > td > a:hover {
  text-decoration: none;
}
.thinkbeeclub#revision .anony__tableWrapper__table .comment {
  color: #de0000;
}