html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #FFFFFF;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}


/* OLD
h1 { font-size: 1.2em; }
h3 { font-size: 1.0em; }
*/



h2,
h3 {
  margin-top: 26px;
  margin-bottom: 4px;
}

h4,
h5,
h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}

h1,
.h1 {
    margin-top: 0px;
    padding: 0;
    font-size: 140%;
/*  font-size: 39px; */
}

h2,
.h2 {
  font-size: 120%;
}

h3,
.h3 {
  font-size: 120%;
}

h4,
.h4 {
  font-size: 100%;
}

h5,
.h5 {
  font-size: 100%;
}

h6,
.h6 {
  font-size: 90%;
}



p {
    margin: 4px 0;

}


a {
  color:#336699;
   font-weight: bold;
    font-size: 102%;
  text-decoration: underline;
}
a:hover{
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #336699;
  text-decoration: underline;
}


img {
 max-width: 100%;
}


#main{ 
  width:830px;
  margin-left:auto;
  margin-right:auto;
}

#title {
    margin: 12px auto 18px auto;
    text-align: center;
}

#mainform{
  margin:10px auto;
/*  border: 1px solid red; */
  text-align:center;
}


@media screen and (max-width: 500px) {


body {
  font-size: 16px;
}

#main{ 
  width:100%;
  margin-left:auto;
  margin-right:auto;
}

#title img{
    width:100%;
}

.form-group{
    width:100%;
}

table {
    width: 100%;
}






}



.warning {
text-align: center;
color: #ee0000;
font-weight: bold;
margin: 0 0 24px 0;
}


.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.form-control {
  display: block;
  width: 100%;
  height: 24px;
  padding: 2px 15px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #2c3e50;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #dce4ec;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #336699;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 156, 188, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 156, 188, 0.6);
}


.form-group {
  margin-bottom: 4px;
}

.radio,
.checkbox {
  display: block;
  min-height: 21px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " "; 
}

.form-horizontal .form-group:after {
  clear: both;
}


.col-lg-2,
.col-lg-3,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10 ,
.col-lg-11 {
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }



.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 11px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: right;
  font-size: 120%;
  color: #336699;
  font-weight: bold;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 0px solid #c0c0c0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    max-width:100%;
  cursor: pointer;
  -webkit-appearance: button;
}




#content{
  font-size: 1.0em;
  border: 1px solid #336699;
/*  border-top: 2px dotted gray;
  border-right: 2px dotted gray;
  border-left: 2px dotted gray;
  border-bottom: 2px dotted gray;
*/
/* float:right; */
  width:780px;
  max-width:100%;
 margin-left:auto;
  margin-right:auto;
  padding: 0 10px 10px 10px;
}

#content h2 {
margin-top: 8px;
}

.content-item {
    margin-bottom: 16px;
}

/*
table, th, td{ 
  border: 2px solid #ffae33;
  background-color: #fff8ee;
}
*/



button,
input,
select,
textarea {
max-width:100%;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
max-width:100%;
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
max-width:100%;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn {
  display: inline-block;
  padding: 4px 15px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-primary {
  color: #ffffff;
  font-weight: bold;
  background-color: #336699;
  border-color: #ff9900;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #336699;
  background-color: #ff9900;
  border-color: #336699;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}


textarea {
  overflow: auto;
  vertical-align: top;
}
/* table table-striped table-bordered table-hover */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 98%;
  margin-bottom: 21px;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ecf0f1;
}

.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ecf0f1;
  background-color: #336699;
  color: #fff;
}

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #ecf0f1;
}
.table-bordered {
  border: 1px solid #ecf0f1;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ecf0f1;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #ececf9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #ecf0f1;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #ecf0f1;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
/*  background-color: #fff; */
/*  border-color: #18bc9c; */
  font-weight: 600;
/*  color: #18bc9c; */
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #ecf0f1;

}



.header{
  background-color:#ffae33;
  color: #336699;
}

.free{
  background-color:#e1fbe1;
}

h2{
  color:#336699;
}

#footer { 
          font-size: 0.9em;
          font-color: #999;
          text-align: center;
 }

.offer-lnk {
color: #00aa55;
}