.alert {
  padding: 50px 20px;
  margin: 0;
  color: #fff;
  text-align: center; }
  .alert.alert-warning {
    background: #f15a2b;
    border: 1px solid #f15a2b;
    border-radius: 0; }
  .alert a {
    color: #fff; }
  .alert p {
    margin: 0; }

.accessibility,
#wrapper {
  display: none; }
