﻿/* JN override to make small screens always fill 100% of viewport */
@media (max-width: 768px) {
  .container {
    width: 100%;
    margin: 0 auto;
  }
}

.alert-fixed {
    position:fixed !important; 
    left: 12.5%;
    top: 90px; 
    text-align:center;
    width: 75%;
    z-index:9999; 
    border-radius:0px;
    margin: .25em auto;
}

.alert-fixed-async {
    position:fixed !important; 
    left: 12.5%;
    top: 60px; 
    text-align:center;
    width: 75%;
    z-index:9999; 
    border-radius:0px;
    margin: .25em auto;
}

.MessagePanelDiv 
{
}