.sc-page-votes .sc-vote-details-box {
  border: 1px solid rgb(96, 0, 0);
  padding: 8px 12px;
  margin-bottom: 23px;
}
.sc-page-votes .sc-vote-details-box-title {
  color: #600;
  font-weight: bold;
}
.sc-page-votes .sc-vote-details-box-title, .sc-page-votes .sc-vote-details-box-related, .sc-page-votes .sc-vote-details-box-journal-debate {
  margin-top: 5px;
}
.sc-page-votes .sc-vote-details-summary-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.sc-page-votes .sc-vote-details-summary-table {
  margin: 20px 10%;
  display: flex;
  flex-direction: row;
  border: 1px solid rgb(96, 0, 0);
  width: 80%;
}
@media (max-width: 768px) {
  .sc-page-votes .sc-vote-details-summary-table {
    font-size: 75%;
  }
}
.sc-page-votes .sc-vote-details-summary-table-col {
  flex: auto;
  width: 20%;
}
.sc-page-votes .sc-vote-details-summary-table-col:not(:last-child) {
  border-right: 1px solid rgb(96, 0, 0);
}
.sc-page-votes .sc-vote-details-summary-table-col-cell {
  height: 50%;
  text-align: center;
  padding: 5px 0;
}
.sc-page-votes .sc-vote-details-summary-table-col-cell:nth-last-of-type(2) {
  border-bottom: 1px solid rgb(96, 0, 0);
  background-color: rgb(238, 238, 238);
}
.sc-page-votes .sc-vote-details-summary-table-col-cell-tall {
  height: 100%;
  text-align: center;
  padding: 25px 0;
  font-weight: bold;
}
.sc-page-votes .sc-vote-details-table-centered {
  text-align: center;
}
