ul > li
{
  padding: 5px 5px 5px 0px;
}

.return_link {
  background-color: #ba4a00;
}

section > h1 {
  width: 100%;
  text-align: center;
  margin: 15px 0 10px 0;
}

section > h3 {
  margin-top: 10px;
  text-align: center;
  padding-left: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
section {
  flex: 1 1 100%;
}

ul {
  width: 100%;
}

}