#content div.well-red {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #eb654a;
    border: 1px solid #000;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

#content div.well-orange {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f28451;
    border: 1px solid #000;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

#content div.well-yellow {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ffe169;
    border: 1px solid #000;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

#content div.well-green {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #a9cc68;
    border: 1px solid #000;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

#content div.well-darkgreen {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #7bbc84;
    border: 1px solid #000;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}





