﻿/*!Default.aspx.css*/
.mblBtn .rbText.rbPrimary {
    margin-left: 25px;
    text-align: left !important;
}

.MblH1 {
    font-family: 'Poppins', sans-serif;
    font-size: 50pt;
    color: #0175be;
}

.MblH2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 60px;
    color: #e3a602;
}

.Mbl h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    color: #0175be;
}

.notificationContent {
    zoom: 1;
    display: inline;
    width: 160px;
    vertical-align: bottom;
}

.newBackground {
    width: 100%;
    height: 100%;
    background-color: #666;
    filter: alpha(opacity=30);
    opacity: .7;
    -moz-opacity: .7;
}
