﻿.alert-message {
    z-index: 1000;
    position: fixed;
    top: 0px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.alert-dismissable .close {
    position: initial;
}
