﻿#wrappedNote {
    position: absolute;
    top: 30px;
    width: 100%;
    left: 0;
}

#sgNotification {
    display: none;
    background-color: rgba(14, 62, 159, 0.90);
    border-radius: 8px;
    border: 2px solid red;
    color: #fff;
    width: 800px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3em;
}

#sgNotification span {
    display: block;
    float: left;
    margin-right: 20px;
}

#sgNotification h4 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

    #sgNotification h4 b {
        font-size: 20px;
    }

#sgNotification p {
    color: #fff;
}

#sgNotificationClose {
    float: right;
    font-size: 12px;
    padding-top: 8px;
}
