﻿.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}
.quote {
    color: #101010;
}
.img-responsive {
    width:100%;
}
.CustomValidatorCalloutStyle div,
.CustomValidatorCalloutStyle td {
    border: solid 1px blue;
    background-color: #ADD8E6;
    color:#101010;
}