/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

    This file contains rules for
    WARNING 
    that implement the UU design system specifically for Sitevision

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Placement of warning message */
.warning {
    bottom: 0px;
    left: 0px;
    position: fixed;
    right: 0px;
    z-index: 1000;
}

.warning .jumbotron {
    margin-bottom: 0;
}

/* Don't restrict the width of the warning message in order to make the height as small as possible. */
.warning-message {
    max-width: none;
}