/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body, table, tr, td {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #606770;
  line-height: 145%;
  background-color: white;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 950px) {
    body, table, tr, td {
      font-size: 16px; } }

td.nti_nl3_msg, td.nti_nl3_err {
  white-space: normal; }

input, select {
  height: 35px;
  width: 100% !important;
  border: 1px solid #E2E2E2;
  background-color: rgba(240, 240, 240, 0.4);
  padding: .3rem 1rem;
  border-radius: 0px;
  margin-bottom: .5em;
  font-size: 1rem; }

td.nti_nl3_err {
  color: red;
  font-weight: bold; }

input[type="submit"] {
  display: inline-block;
  padding: .5em 1.2em;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 500;
  border: 1px solid #005099;
  color: #005099;
  font-weight: normal;
  background-color: white;
  font-size: 1rem;
  height: auto;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  input[type="submit"]:hover {
    color: white;
    background-color: #005099; }

label {
  white-space: break-spaces; }

div {
  max-width: 100%; }
  div br {
    display: none; }

#captcha_challenge {
  margin-top: 1em; }
