﻿/*
 * Base structure
 */

hr {
    border-color: lightgray;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 100px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: lightgray;
  height: 100%;
}

html {
    height: 100%;
}

.grecaptcha-badge{
    z-index: 1031;
}