.intro {
    margin-top: 30px;
}

p.subtitle {
    margin-top: 5px;
    margin-bottom: 25px;
}
p.subtitle {
    font-size: 18px;
}

.features {
    margin-top: 30px;
    padding: 15px;

}

.features .img-holder, .whatsnew-content .img-holder {
    margin-bottom: 30px;
}

.whatsnew-content h3 {
    margin-bottom: 30px;
}

.button a {
    color: #fff;
    padding: 7px 10px 9px;
    text-transform: uppercase;
    min-width: 150px;
}

.button-trial {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0 10px 0;
    line-height: 22px;
}

.btn-green {
    background-color: #5fa706;
    border: 1px solid #5fa706;
}

.btn-grey {
    background: #959595;
    color: #fff;
    border: 1px solid #959595;
}

.note {
    font-size: 11px;
    line-height: 16px;
    margin-top: 0;
}

ul.links {
    list-style-type: none;
    padding: 0 0 10px;
}

.right-col img {
    width: 120px !important;
}

.right-col p {
    font-size: 13px;
    line-height: 16px;
    margin-top: 0;
}

.right-col .product-item p {
    padding-left: 15px;
}

.format-content ul.formates-supported {
    list-style: none;
    padding-left: 0;
}

.format-content h4 {
    margin-top: 20px;
}

.footer-buttons {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .intro {
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

    .right-col .product-item {
        display: inline-block;
        margin-right: 10%;
        vertical-align: top;
        text-align: center;
    }

    p.note {
        margin-bottom: 30px;
    }
}