﻿/*normativa IE */
.browser {
    width: 100%;
    height: 270px;
    line-height: 25px;
    background-color: gainsboro;
    z-index: 9999;
    text-align: center;
    font-size: 14px;
    position: fixed;
    bottom: 0px;
}

#browserWarning-chiudi {
    background-color: #000;
    color: #FFF;
    border: solid 1px #CDCDCD;
    font-size: 12px;
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
    float: right;
    margin-right: 2px;
    margin-top: 2px;
    width: 40px !important;
    //height: 20px !important;
}
