body {
  margin: 0px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  background-image: url( https://common.clsa-elcv.ca/images/background.gif );
  background-repeat: repeat;
}

h1, h2 {
  margin: 0px;
  padding: 0.5em;
  text-align: center;
}

a {
  text-decoration: none;
  outline: 0;
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 7px;
  line-height: 1.6;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #5e6a71;
  border-color: #2a2a53;
  font-size: 0.8em;
  width: 14em;
}

a:hover {
  background-color: #4e4e9c;
  border-color: #36366c;
}

.header {
  z-index: 10;
  box-shadow: 0px 3px 3px #a0a0a0;
}

.view {
  margin: 0.7em 0.5em 0em;
  padding: 1em 2em;
  text-align: center;
  background: #fff;
}

.title {
  background: #5e6a71;
  color: white;
}

.gradient-footer {
  position: relative;
  top: -10px;
  height: 8em;
  background: -moz-linear-gradient(top, white,  transparent);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, transparent));
  background: -webkit-linear-gradient(top, white, transparent);
  background: -o-linear-gradient(top, white, transparent);
  background: -ms-linear-gradient(top, white, transparent);
  background: linear-gradient(to bottom, white, transparent);
}

.help {
  color: #7a003c;
}
