html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  /*display: none;*/
  font-family: "RSU", "Trebuchet MS", sans-serif;
  line-height: 1.2em;
  color: #2e2e2e;
  background-color: #ecf0f5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1.6rem;
}

footer {
  font-family: "RSU", "Trebuchet MS", sans-serif;
  height: 40px;
  padding-top: 11px;
  color: #ffffff;
  background-color: #1B3667;
  font-size: 12px;
  font-size: 1.2rem;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
footer p {
  margin-bottom: 0px;
}

a {
  outline: none;
  text-decoration: none;
  color: #337ab7;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
a:hover, a:active {
  text-decoration: none;
  color: #23527c;
}

label, input, select, textarea, button {
  font-family: "RSU", "Trebuchet MS", sans-serif;
}

thead {
  background-color: #1B3667;
  color: #ffffff;
}
