/* site.css - Global styles */

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-top: 85px;
    margin-bottom: 60px;
}

a {
    color: #0077cc;
}

h1 {
    font-size: xx-large;
    padding-left: 0px;
}

h2 {
    font-size: x-large;
}

input {
    margin-bottom: 10px;
}

table {
    width: 100%;
}