.well {
    color: #ffffff;
    background-color: #F05A5B;
    border: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.gray {
    color: #000000;
    background-color: #eee;
    border: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

/*Defines the style for normal unvisited links.*/
.well a:link {
color: #ffffff;
text-decoration: none;
}
/*Defines the style for visited links.*/
.well a:visited {
color: #ffffff;
text-decoration: none;
}
/*Defines the style for hovered links.
A link is hovered when the mouse moves over it.*/
.well a:hover {
color: #ffffff;
text-decoration: none;
}
/*Defines the style for active links.
A link becomes active once you click on it.*/
.well a:active {
color: #ffffff;
text-decoration: none;
}
