

    /*div.container{*/
    /*    margin-bottom: 20px;*/
    /*}*/

div.adtitle{
    padding: 2em;
    background-size: cover;
    background-position: center center;
}

div.adtitle .btn{
    margin-top: 2em;
    font-size: 1em;
    line-height: 1.5em;
}

div.adtitle h1,div.adtitle h3,div.adtitle p{
    color: white;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}

div.carousel-caption{

    text-shadow: 3px 3px 3px rgba(0,0,0,0.5);

}

.avatar{
    max-width: 128px;
    max-height: 128px;
    border-radius: 50%;
}

.avatar-medium{
    max-width: 64px;
    max-height: 64px;
}


.avatar-mini{
    max-width: 24px;
    max-height: 24px;
}

/*.datepicker table tr td.new, .datepicker table tr td.old {*/
/*    color: firebrick; !important;*/
/*}*/

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: firebrick; !important;
}


.rating{
    color: #FFD700;
}

.alert a{
    text-decoration: none;
}

.alert .btn{
    color: white;
}

.card-center {
    margin: 0 auto; /* Added */
    float: none; /* Added */
    margin-bottom: 10px; /* Added */
}

/*Hide google recaptcha badge*/
.grecaptcha-badge {
    display:none !important;
}


