
.dec-params dl {
  float: left;
  width: 50%;
}

.dec-params{
	width: 100%;
	overflow: hidden;
}

.main-field-wrap {
	width: 100%;
	overflow: hidden;
}

.field-name{
	float: left;
}


.main-field-wrap dl {
  float: left;
  width: 33.33%;
  border-left: 1px solid #e5e5e5;
  box-sizing: border-box;
  line-height: 26px;
  text-align: center;
  padding: 10px 3px;
}

.price {
  color: #ee4340;
  font-size: 16px;
  font-weight: bold;
  vertical-align: baseline;
}



.top-h3{
	height: 40px;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    border-radius: 50px;
    padding: 0 25px;
    background-color: #08ACEE;
    text-align: center;
    margin: 20px;
}



.table {
 padding: 30px;
 background-color:#CCC8 ;
}
.table p.tabrow {
 min-height:30px;
 line-height:30px;
 font-size:12px;
 color:#333333;
 padding:10px;
 border-bottom: 0;
}
.table p.tabrow span.td {
 width: 124px;
 text-align:center;
 font-weight:bold;
 float:left;
}
.table p.tabrow var.td-details {
 padding-left:20px;
 padding-right:20px;
 max-width:629px;
 float:left;
}
.table p.tabrow i.td-clear {
 clear:both;
 width:100%;
 height:0;
 border:0;
 display:block;
}
