.alert {
    font-weight: bold;
    font-size: 14px;
}

.alert-floating {
    position: fixed;
    top: 50px;
    left: 0px;
    width: 100%;
}

.alert-floating-inner {
    margin: 0 auto;
}