.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-interventions .intervention-first-letter-cap {
  display: inline-block;
}
.sc-senator-interventions .intervention-first-letter-cap:first-letter {
  text-transform: capitalize;
}
.sc-senator-interventions-header {
  margin-left: 0px;
  margin-right: 0px;
  height: 330px;
  position: relative;
}
.sc-senator-interventions-content h2 {
  margin-top: 0;
}
.sc-senator-interventions-content-headers-red {
  color: rgb(96, 0, 0);
}
.sc-senator-interventions-content-item {
  border: 1px solid rgb(170, 170, 170);
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  padding: 15px 15px 0 15px;
  margin: 15px 0;
}
.sc-senator-interventions-content-item-description {
  border-top: 1px solid rgb(221, 221, 221);
}
.sc-senator-interventions-content-item a:link {
  text-decoration: none;
}
.sc-senator-interventions-content-item a:hover {
  text-decoration: none;
}
.sc-senator-interventions-content-item a:link > .sc-senator-interventions-content-item-description {
  margin-top: 10px;
  padding-top: 10px;
}
.sc-senator-interventions-content-item-legacy {
  margin-top: 15px;
}
.sc-senator-interventions-content-item:hover {
  background-color: rgb(238, 238, 238);
}
.sc-senator-interventions-related-news {
  padding-top: 20px;
}
