div.view-news.view-display-id-page .attachment-before .read-more-wrapper {
  padding-bottom: 1em;
  border-bottom: 1px solid #e6e6e6;
}

a.read-more {
  background-color: #ef7c00;
  border-radius: 2px;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  padding: 3px 8px;
  margin-left: 15px;
  text-decoration: none;
  font-size: 14px;
}

.node-teaser a.read-more {
  margin: 0 15px 15px;
}

#main-content:focus {
  border: 0;
  outline: 0;
}

#registratie-info-step-2 .form-type-item h2,
#registratie-info-step-3 .form-type-item h2 {
  border-bottom: 1px solid #cacaca;
  margin: 15px 0;
  padding-bottom: 15px;
}

/* 'Check a phone number' pane */
.pane-bmnr-check-number {
  position: relative;
}
.pane-bmnr-check-number h2{
  border-bottom: 1px solid #ccc;
  color: #f07b00;
  font-size: 18px;
  margin-top: 0;
  padding-bottom: 10px;
  margin-left: 34%;
  width: 66%;
}
.pane-bmnr-check-number form{
  overflow: hidden;
  padding: 0;
}
.pane-bmnr-check-number #bmnr_check_number{
  font-style: italic;
}
.pane-bmnr-check-number .form-item{
  margin-bottom: 5px;
}
.pane-bmnr-check-number .form-item .form-text{
  width: 100%;
}
.pane-bmnr-check-number fieldset{
  border: none;
  margin: 1rem 0 0;
  padding: 0;
}
.pane-bmnr-check-number .form-submit{
  float: right;
  margin-top: 1rem;
}
.pane-bmnr-check-number .g-recaptcha{
  /* ReCaptcha won't let us style it neatly, therefore make a own fix to make it look better */
  border-radius: 4px;
  border-right: 1px solid #d8d8d8;
  overflow: hidden;
  width: 200px;
}
.pane-bmnr-check-number .g-recaptcha > div{
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
}

.pane-bmnr-check-number form > div{
  float: right;
  width: 66%;
}

.img--bordered {
  border-radius: 5px;
}

.icon-wrapper img {
  width: 100%;
}

.icon-wrapper:before {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #ffffff;
  content: "";
  display: block;
  top: 14px;
  right: -8px;
}

.icon-wrapper--inside-block {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 26%;
  width: calc(30% - 15px);
}

@media only screen and (min-width: 56.875em){
  /* mimic 'right aligned' style from other panes */
  .pane-bmnr-check-number .g-recaptcha > div{
    margin-left: 0;
    max-width: 290px;
  }
}

.node-link.node-teaser h2 {
  margin-bottom: 5px;
  font-size: 14px;
}
