﻿#teamsi-banner-alert {
    position: relative;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    line-height: 2.5;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
}

#teamsi-banner-alert-close {
    position: absolute;
    right: 10px;
    cursor: pointer;
}
