.sc-senator-allspeeches-header {
  margin-left: -15px;
  margin-right: -15px;
  height: 330px;
}
.sc-senator-allspeeches-content h2 {
  margin-top: 0;
}
.sc-senator-allspeeches-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-allspeeches-content-item-image {
  max-width: 100px;
  max-height: 100px;
  overflow: hidden;
}
.sc-senator-allspeeches-content-item-description h3 {
  font-size: 1.5em;
}
.sc-senator-allspeeches-content-item-description p {
  color: rgb(0, 0, 0);
}
.sc-senator-allspeeches-content-item a:link {
  text-decoration: none;
}
.sc-senator-allspeeches-content-item:hover {
  background-color: rgb(238, 238, 238);
}
.sc-senator-allspeeches-related-news {
  padding-top: 20px;
}
.sc-senator-allspeeches-latest-interventions {
  background-color: rgb(221, 221, 221);
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.sc-senator-allspeeches-latest-interventions a {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}
