/*
 * Globals
 */

/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #f2f2f2;
}

.construction-img {
  max-width:100%;
}

.message, .message-header {
  line-height: 200%;
}

.message-header {
  padding-top: 32px;
}
