.speeches_and_articles_table_column_sup {
  width: 100%;
  padding-right: 25px;
}
.speeches_and_articles_row.w-inline-block:nth-child(odd){
  background-color: #f6f6f6;
}

.no_color_table_row {
  flex-wrap: nowrap;
}
.no_color_table_block._sup {
  width: 100%;
  border-left: 1px solid #4d4d4d;
}
.no_color_table_block._sup:last-child {
  border-right: 1px solid #4d4d4d;
}
.no_color_table_block._sup.opt2 {
  padding-left: 0px;
  border-left-style: none;
  border-right-style: none;
}

@media (max-width: 991px) {
  .speeches_and_articles_table_column_sup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-bottom: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .no_color_table_row {
    flex-wrap: wrap;
  }
  .no_color_table_block._sup {
    width: 90%;
    border-left-style: none;
  }
  .no_color_table_block._sup:last-child {
    border-right-style: none;
  }
  .no_color_table_block._sup.opt2 {
    width: 92.5%;
  }
}

@media (max-width: 767px) {
  .speeches_and_articles_table_column_sup {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .no_color_table_block._sup {
    width: 87.5%;
  }
  .no_color_table_block._sup.opt2 {
    width: 90%;
  }
}

@media (max-width: 479px) {
  .no_color_table_block._sup {
    width: 80%;
  }
  .no_color_table_block._sup.opt2 {
    width: 85%;
  }
}