html {
  height: 100%;
}
body {
  height: 100%;
  line-height: 2;
/*  color: #33475B;*/
  color: #333;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .5px;
}
h1 {
  font-size: 20px;
  line-height: 26px;
  padding: 2px 0 15px 0;
/*  margin: 1px 0 15px 0;*/
  font-weight: normal;
/*  color: #333333;*/
}
h3 {
  padding: 0;
  margin: -10px 0 22px 0;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  text-transform: none;
  vertical-align: baseline;
  margin-block-start: 1em;
  margin-block-end: 1.7em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: 700;
  color: #555555;
}
h4 {
  padding-bottom: 10px;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
h5 {
    line-height: 1.75;
    font-size: 14px;
}
p {
  /*padding: 0px;
  margin: 0;
  line-height: 20px;
  font-size: 14px;*/
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
b {
  font-weight: 700;
}
input[type='text'], input[type='password'], select {
  box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  max-width: 100%;
  margin: 2px;
  outline: 0 none;
  padding: 3px 4px 3px 32px;
  font-size: 14px;
  line-height: 24px;
  height: auto;
  border-radius: 6px;
}
input[type='text']:focus, input[type='password']:focus {
  background-color: #feffec;
}
input[type='checkbox']:hover {
  cursor: pointer;
}
input[type="submit"] {
  display: block;
  padding: 2px 20px;
  margin: 30px auto;
  font-size: 14px;
  border: 1px solid #0099cc;
  font-weight: normal;
  cursor: pointer;
  border-radius: 20px;
  white-space: nowrap;
  box-shadow: 0 1px 1px #999999;
  outline: 0;
  text-align: center;
  color: #ffffff;
  background: #43a6df;
  background-color: #43a6df;
}
input[type="submit"]:hover {
  background-color: #0099cc;
}
a {
  color: #3f7796;
}
a:hover {
  color: #659fbe;
}
::selection {
  background-color: #43A6DF;
}
::-webkit-scrollbar {
    width: 0;
}
/*----- Table -----*/
table {
  width: 100%;
}
td,th,dt
{
  padding: 5px 10px;
  text-align: left;
  vertical-align: top;
}
