﻿#NotificationContainer {
    background-color: #0477b5;
    background-image: none;
    color: white;
    border: 0.1em solid black;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    font-size: 15px;
    font-family: "FordAntennaRegular",Arial,Helvetica,sans-serif;
    font-size: 1em;
    line-height: 1.1;
    z-index: 1031;
    position: absolute;
    margin: 0.5em;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
}

#NotificationTitle {
    font-size: 2em;
    letter-spacing: .015em;
    font-family: "FordAntennaRegular",Arial,Helvetica,sans-serif;
    line-height: 1.333;
}

#NotificationText {
    text-align: justify;
    text-justify: inter-word;
}

@font-face {
    font-family: "FordAntennaRegular";
    src: url("//db.onlinewebfonts.com/t/6a1755c7e65329236932f45c73c8e3ff.eot");
    src: url("//db.onlinewebfonts.com/t/6a1755c7e65329236932f45c73c8e3ff.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/6a1755c7e65329236932f45c73c8e3ff.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/6a1755c7e65329236932f45c73c8e3ff.woff") format("woff"), url("//db.onlinewebfonts.com/t/6a1755c7e65329236932f45c73c8e3ff.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/6a1755c7e65329236932f45c73c8e3ff.svg#Ford Antenna Regular") format("svg");
}

@font-face {
    font-family: "FordAntennaCondLight";
    src: url("//db.onlinewebfonts.com/t/ad83d656eb8b7bdf15692d406ca6c5fb.eot");
    src: url("//db.onlinewebfonts.com/t/ad83d656eb8b7bdf15692d406ca6c5fb.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/ad83d656eb8b7bdf15692d406ca6c5fb.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/ad83d656eb8b7bdf15692d406ca6c5fb.woff") format("woff"), url("//db.onlinewebfonts.com/t/ad83d656eb8b7bdf15692d406ca6c5fb.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/ad83d656eb8b7bdf15692d406ca6c5fb.svg#Ford Antenna Cond Light") format("svg");
}
