.parsley-required, .parsley-type{
	color: red;
    font-weight: bold;
}
.error-box{
	font-size:0.9em
}
div.container.features{
margin-top: 30px;
}
h3.panel-title{
 font-family: 'Oswald',sans-serif;
  font-size: 25px;
  color: white;
}

.panel-default > .panel-heading {
   background-color: #3BB98B;
   color: white;
}
thead>tr>th{
	font-weight: normal;
	font-family: 'Oswald',sans-serif;
	font-size: 20px;
	
	
}
tfoot{
		font-weight: normal;
	font-family: 'Oswald',sans-serif;
	font-size: 20px;
}

.table > tbody > tr > td{
	vertical-align: middle;	
}
h4{
margin-bottom: 0px;
}
.table.table-striped{
	margin-bottom: 0px;
}
.table > tbody > tr > th{
		vertical-align: middle;	
}


.label-info {
    background-color: rgb(34, 171, 212);
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
    	font-family: 'Oswald',sans-serif;
    	margin-left: 5px;
}
.remove-item{
	text-align: center;
}
.btn-primary{
    color: #fff;
    background-color: #5cb85c;
    font-size: 20px;
}
.form-group {
    margin-bottom: 0px;
}
label {

    margin-bottom: 5px;
   margin-top: 5px;
}

.all-content{
  margin-top: 35px;
}
.button-col{
      margin-left: 15px;
}

textarea {

    white-space: pre-wrap;
    word-wrap: normal;
    width: 100%;

}

.instructions{
    font-family: 'Oswald',sans-serif;
}

.btn-proced{
  background: #3BB98B;
}

i{
  width: 24px;
}

.payment-info{
  margin-top: 22px;
  margin-bottom: 10px;
}
.card-title{
  font-family: 'Oswald',sans-serif;
  color: #777;
  text-transform: uppercase;
  font-size: 18px;
}