﻿#informationArea{
    position: fixed;
    top: 0;
    width: 100%;
}
.informationBar{
    margin: 30px auto auto;
    display: table;
    height: 100%;
}
.alert{
    display: inline-block;
    box-shadow: rgb(255, 255, 255) 0px 0px 11px 0px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fffae6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.alert-success{
    background-color: #f3f8e6;
    color: #84bd00;
}