form h3 {
  background-color: #99cc33;
  font-family: "hind",Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin: 1em 0;
  padding: 3px;
}

form label, form select {
  font-size: 16px;
}

.form-field.vertical {
  margin-bottom: 1em;
}
.button {
  border-color: #99cc33;
  color: #5a5a5a;
}
.button:hover {
  background-color: #99cc33;
}
textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple="multiple"]:focus {
  border-color: #99cc33;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) inset, 0 0 5px rgba(153, 204, 51, 0.7)
}

.update-billing .form-display-wrapper {
  text-align: center;
}
.thankyou .alert {
  background-color: #99cc33;
  color:#ffffff;
}
.form-list > div {
  display: block;
  margin: 3em auto;
  max-width: 1140px;
  width:100%;
}
.navbar-nav > li > span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  padding: 26px 5px 25px;
  text-transform: uppercase;
  line-height: 30px;
  color: #fff;
}


/*11052015 changes*/
.contact-page td {
    padding: 10px;
}
table.dateacenter {
    margin: 15px 0;
}
table.dateacenter td {
    padding: 5px;
	
}
.dateacenter tr:nth-child(even){
		background: #eeeeee;
	}
	.navbar-nav li.active span{
	 background: #99cc33 none repeat scroll 0 0;
    color: #333333;
	}
	table.dateacenter td:first-child {
    background-color: #ffffff;
}
.content-wrapper {
    max-width: 1140px;
}
.tec-page {
    margin: 0 -15px;
}
.maling-list table td {
    padding: 5px;
}
table.dateacenter td:first-child {
    width: 30px;
}
@media screen and (max-width:780px) {
.navbar-brand {
    margin-left: 0px !important;
  
}
.content-wrapper {
    padding: 10px !important;
}
.form-list > div{ width:100%;}
}