/* Gallery */
div.rwGalThumb
{
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,.075);
    border-radius: .525em;
    padding-bottom: 5px;
}

div.rwGalThumb img
{
     border-top-left-radius: .525em;
     border-top-right-radius: .525em;
}

#imageGallery div.rwGalThumbTitle
{
    font-size: 1.15em;
    font-weight: 300;
    color: #aecb33;
    margin-bottom: 5px;
    max-width: 280px;
   /* width: 280px; /* Needs to be set to the gallery thumb width */
}

#imageGallery div { margin: 10px; }

.alert-danger{ color: red; }
.alert-success{ color: green; }
.alert-dismissible button { visible: none; display: none; }