@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700);
html {
  height: 100%;
}
html body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  height: 100%;
}
html body .disabled-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
html body .disabled-wrap .disabled-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
html body .disabled-wrap .disabled-inner .disabled-text {
  margin-bottom: 5rem;
}
html body .disabled-wrap .disabled-inner .disabled-text .text-link {
  color: #00b5ad;
  text-decoration: none;
}
html body .disabled-wrap .disabled-inner .disabled-text .text-link:hover {
  color: #e07b53;
  text-decoration: none;
}
