/*!
 * import from bootstrap.css v3.3.6
-------------------------------------------------- */
@import url(../bootstrap.min.css);


/*wells Styles - start
====================================*/
.wellX {
    background: #ECEBFF;
}

.well {
    color: #f8f8f8;
    background: linear-gradient(to top, rgba(81, 84, 57, 0.8), rgba(81, 84, 57, 0.5));
}

.well > .trans-well {
    color: #4f4f4f;
    background: linear-gradient(to top, rgba(81, 84, 57, 0.8), rgba(81, 84, 57, 0.5));
}

.well > a {
    color: #8fdf82;
    background: linear-gradient(to top, rgba(81, 84, 57, 0.8), rgba(81, 84, 57, 0.5));
}