.well {
    border-radius: $border-radius;
    background: $color-gray-lighter;
    border-color: $color-gray-light;
    -webkit-box-shadow: none;
    box-shadow: none;
}
