.wrapper {
    background-color: #FFFFFF;
    padding: 0px ! important;
}

#features {
    color: #333333;
    padding: 10px;
}

#features #user-action{
    color: #4E74A1;
}

#feature-head {
    padding: 10px;
}


#feature-head .right {
    float: left;
    margin-left: 80px;
    font-size: 16px;
    width: 700px;
    margin-top: 8px;
}

#features .feature {
    margin: 0 30px;
    padding: 30px 0;
    border-bottom: dotted 1px #CFCFCF;
    min-width: 400px;
}

#features .feature.noborder {
    border-bottom: none;
}

#features .feature .image {
    float: left;
    border: solid #E4E5E5 3px;
}

#features .feature .trybutton {
    float: right;
/*    margin: 10px 15px 15px 40px;*/
}

#features .feature .big {
    font-size: 20px;
}

#features .feature .large {
    margin-top: 10px;
    font-size: 16px;
}


#features .feature h1 {
    margin-bottom: 30px;
    font-size: 30px;
}

#features .feature .info {
    float: left;
    width: 400px;
    color: #333333;
    line-height: 1.7em;
    font-size: 16px;
    margin-left: 35px;
}

#features .clear {
    clear: both;
}

#features .feature h3{
    font-size: 20px;
    font-weight: bold;
    color: #4E74A1;
}





