* {
  box-sizing: border-box;
}
::-moz-selection {
  color: #fff;
  background: #39c;
}
::selection {
  color: #fff;
  background: #39c;
}
html {
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 13px;
  color: #333;
  background-color: #f5f5f5;
  height: 100%;
  padding: 0;
  margin: 0;
}
a {
  cursor: pointer;
  color: #3399cc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #069;
  text-decoration: underline;
}
button,
input[type=button],
input[type=submit] {
  font-family: inherit;
  font-size: inherit;
  background-color: #3399cc;
  color: white;
  text-align: center;
  border: none;
  font-weight: normal;
  height: 2em;
  padding: 0 1em;
  cursor: pointer;
  outline: none;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  background-color: #006699;
  text-decoration: none;
}
button.gray,
input[type=button].gray,
input[type=submit].gray {
  background-color: #cbcbcb;
  color: #6b6b6b;
}
button.gray:hover,
input[type=button].gray:hover,
input[type=submit].gray:hover {
  background-color: #dcdcdc;
}
fieldset {
  border: 1px solid #ccc;
}
h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
}
h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
}
h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
}
h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
}
h5 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
}
h6 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
}
img {
  max-width: 100%;
}
input[type=text],
input[type=password],
input[type=number] {
  font-family: 'Noto Sans', sans-serif;
  outline: none;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0 1px 0 .5em;
  line-height: 1.5em;
  text-overflow: ellipsis;
  height: 2em;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus {
  border-color: #39c;
}
input[type=checkbox] {
  border: 1px solid #ccc;
  background-color: white;
  -webkit-appearance: none;
  width: 1em;
  height: 1em;
  padding: 0;
  margin: 0;
  outline: none;
  vertical-align: middle;
  cursor: pointer;
}
input[type=checkbox]:checked {
  background-image: url(/Images/icons/check-mark.svg);
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
}
input[type=checkbox]:hover,
input[type=checkbox]:active {
  border-color: #069;
}
select {
  font-family: 'Noto Sans', sans-serif;
  font-size: inherit;
  padding: 0 .5em;
  line-height: 1.5em;
  outline: none;
  border: 1px solid #ccc;
  cursor: pointer;
  height: 2em;
}
select:active,
select:hover {
  border-color: #069;
}
textarea {
  font-family: 'Noto Sans', sans-serif;
  font-size: inherit;
  outline: none;
  border: 1px solid #ccc;
  margin: 0;
  padding: .25em .5em;
  line-height: 1.5em;
  min-height: 3.5em;
}
textarea:focus {
  border-color: #39c;
}
table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
thead {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: white;
  background-color: #006699;
  font-weight: 300;
}
tbody {
  background-color: white;
}
tfoot {
  background-color: white;
}
th {
  font-weight: inherit;
  text-align: left;
  padding: 0 .75rem;
  height: 1.75rem;
}
td {
  border-bottom: 1px solid #ccc;
  padding: 0 .75em;
  height: 1.75rem;
}
td + td,
th + th {
  border-left: 1px solid #ccc;
}
sub {
  font-size: 10px;
}
