.well{
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
}

h3 {
    font-size: 18px;
    margin-top: 0;
    line-height: 22px;
}


.btn {
    background-color: #e5e5e5;
    background-image: none;
    filter: none;
    border: 0;
    padding: 7px 14px;

    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;

    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
}

.btn.red {
    color: white;
    text-shadow: none;
    background-color: #d84a38;
}

.description{

    margin: 20px 0;

}