.sen-pagination, .sen-year-pagination {
  text-align: center;
  margin: 10px;
  margin-bottom: 0;
}
.sen-pagination-buttons {
  display: inline-block;
  padding-left: 0;
}
.sen-pagination-buttons-ellipsis, .sen-pagination-buttons-arrow, .sen-pagination-buttons-page {
  display: inline-block;
  text-align: center;
}
.sen-pagination-buttons-ellipsis a, .sen-pagination-buttons-arrow a, .sen-pagination-buttons-page a {
  color: rgb(51, 51, 51);
  display: block;
  padding: 4px 0;
  width: 32px;
  height: 32px;
  border: 1px solid rgb(51, 51, 51);
}
.sen-pagination-buttons-arrow a, .sen-pagination-buttons-page a {
  margin: 4px;
  text-decoration: none;
}
.sen-pagination-buttons-arrow a:hover, .sen-pagination-buttons-arrow.active a, .sen-pagination-buttons-page a:hover, .sen-pagination-buttons-page.active a {
  background-color: rgb(51, 51, 51);
  color: white !important;
  font-weight: bold;
  text-decoration: none !important;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease;
}
.sen-pagination-buttons-arrow a:hover i, .sen-pagination-buttons-arrow.active a i, .sen-pagination-buttons-page a:hover i, .sen-pagination-buttons-page.active a i {
  text-decoration: none !important;
}
.sen-pagination-buttons-arrow:not(.active) a:hover, .sen-pagination-buttons-page:not(.active) a:hover {
  cursor: pointer;
}
.sen-pagination-buttons-ellipsis a {
  border-color: transparent;
}
.sen-pagination-buttons-arrow a i {
  font-size: 20px;
  vertical-align: middle;
}

.sen-year-pagination a {
  width: 50px !important;
}

.sc-senator-external-speech-related-news {
  padding-top: 20px;
}
.sc-senator-external-speech-header {
  margin-left: -15px;
  margin-right: -15px;
  height: 330px;
}
.sc-senator-external-speech-content-headers {
  text-align: center;
}
.sc-senator-external-speech-content-headers-red {
  color: rgb(96, 0, 0);
}
