li{
list-style:none;
}
h1{
font-size:21px !important;
}
.container{
padding: 15px 15px;
}
.type-table li {
color: #ff7200;
font-size: 14px;
padding: 4px 4px;
}
.type-table li:hover{
background: #f7eedc;
border-radius: 8px;
cursor:pointer;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
}
.features-table li {
background: #fcf0de none repeat scroll 0 0;
border-left: 2px solid #fca037;
border-right: 2px solid #fca037;
border-bottom: 2px solid #fca037;
color: #4c493f;
font-size: 16px;
padding: 15px 24px;
}
.features-table li:hover{
background: #ffd089;
cursor:pointer;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 0 30px 0 rgba(0, 0, 0, 0.19);
-webkit-transition: all .35s;
-moz-transition: all .35s;