.button {
  border: 0;
  display: inline-block;
  font-size: 19px;
  padding: 10px 15px 5px 15px;
  cursor: pointer;
  margin-right: 10px;
}
.button + .button {
  margin-top: 10px;
}
.button--back {
  background-color: #DDDDDD;
  color: #000000;
  text-decoration: none;
  padding-left: 10px;
}
.button--back::before {
  content: '';
  height: 20px;
  width: 20px;
  display: inline-block;
  background: url('/themes/custom/ofstedContacts/images/arrow-back.svg') no-repeat;
  vertical-align: sub;
  margin-right: 7px;
}
.button--back:hover,
.button--back:visited {
  color: #000000;
}
.button--back:focus {
  background-color: #DDDDDD;
  outline: 3px solid #ffbf47;
}
.button--external {
  background-color: #0B74C5;
  color: #ffffff;
  text-decoration: none;
  padding-right: 10px;
}
.button--external::after {
  content: '';
  height: 20px;
  width: 20px;
  display: inline-block;
  background: url('/themes/custom/ofstedContacts/images/arrow-next.svg') no-repeat;
  vertical-align: sub;
  margin-left: 7px;
}
.button--external:hover,
.button--external:visited,
.button--external:link {
  color: #ffffff;
}
.button--external:focus {
  background-color: #0B74C5;
  outline: 3px solid #ffbf47;
}
.button--print {
  border: 1px solid #000000;
  display: inline-block;
}
.button--print::before {
  content: '';
  background: url('/themes/custom/ofstedContacts/images/printer.svg') no-repeat;
  height: 22px;
  width: 22px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 12px;
}
.button--print:hover {
  color: #000000;
}
.button--thankyou {
  background-color: #0B74C5;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  padding-right: 10px;
}
.button--thankyou:visited,
.button--thankyou:link {
  color: #ffffff;
}
.button--thankyou:focus {
  background-color: #0B74C5;
  outline: 3px solid #ffbf47;
}
.button--thankyou::after {
  content: '';
  height: 20px;
  width: 20px;
  display: inline-block;
  background: url('/themes/custom/ofstedContacts/images/arrow-next.svg') no-repeat;
  vertical-align: sub;
  margin-left: 7px;
}
input[name="next"] {
  background-color: #0E2856;
  background-image: url('/themes/custom/ofstedContacts/images/arrow-next.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right 10px center;
  color: #ffffff;
  padding-right: 40px;
}
input[name="next"]:focus {
  border-bottom: 0;
}
input[name="previous"] {
  background-image: url('/themes/custom/ofstedContacts/images/arrow-back.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left 10px center;
  padding-left: 40px;
}
input[name="op"],
input[name="download"] {
  background-color: #00823B;
  background-image: url('/themes/custom/ofstedContacts/images/arrow-next.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right 10px center;
  border-bottom: 2px solid #003618;
  color: #ffffff;
  padding-bottom: 3px;
  padding-right: 40px;
}
input[name="external"] {
  background-color: #0B74C5;
  background-image: url('/themes/custom/ofstedContacts/images/arrow-next.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right 10px center;
  color: #ffffff;
  padding-right: 40px;
}
input[name="ofsted_home_page"] {
  background-image: url('/themes/custom/ofstedContacts/images/arrow-back.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left 10px center;
  padding-left: 40px;
}
input.button--disabled {
  background-color: buttonface;
}
