
.hidden {
    display: none;
}

.ie-detect * {
    z-index: 20000;
    top:            -10px;
    left:           0;
    position:       absolute;

}
.ie-detect {
    background: whitesmoke;
}

.ie-detect p {

    position: absolute;
    display:        inline-block;
    background: rgb(157, 231, 255);
    text-shadow: 0px 0px 2px whitesmoke;
    /*.blue { background: rgb(157, 231, 255);}*/

    padding:        20px;
    box-sizing:     border-box;
    font-family:    Helvetica;
    text-align:     center;
    width:          100%;
}

#close:hover {
    background: whitesmoke;
}
span#close {
  position: relative;
  left: 20px;

}
#close {
    cursor: pointer;
    background: lightgray;
    width: 1em;
    height: 1em;
    border: 3px solid whitesmoke;
    padding: 3px;
    border-radius: 50%;
}
