@charset "utf-8";


#testWebserverWarning {
    width:                  100%;
    height:                 4em;
    
    width:                  100%;
    min-width:              60em;
    
    background-color:       #ffff00;
    color:                  #000000;
    border-bottom-color:    #000000;
    border-bottom-style:    solid;
    border-bottom-width:    0.2em;
    padding:                0;
    margin:                 0;
    
    background-image:       url(../../images/test_webserver_warning_background.jpeg);
    background-position:    center bottom;
    background-repeat:      repeat-x;
    
    text-align:             center;
    
    vertical-align:         middle;
    
}

#informationPopup #testWebserverWarning {
    display:                none;
}

#testWebserverWarning .testWebserverWarningMainMsg {
    font-size:              150%;
    font-weight:            800;
    letter-spacing:         0.3em;
    
}

#testWebserverWarning .testWebserverWarningExtraMsg {
    margin-left:            2em;
    font-size:              90%;
    letter-spacing:         0.1em;
}

#testWebserverWarning a, #testWebserverWarning a:visited {
    color:                  #0000ff;
}

#testWebserverWarning a:hover, #testWebserverWarning a:active {
    color:                  #000000;
}