/*
 * Base structure
 */

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

/* Extra markup and styles for table-esque vertical and horizontal centering */

.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
}

.cover-container {
  margin-right: auto;
  margin-left: auto;
}

.no-margin {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

