@CHARSET "UTF-8";

body{
    /* background:url(../images/JMAHK_BG.jpg)  no-repeat center center; */
    background-size:cover;
    background-attachment:fixed;
    /* background-color:#CCCCCC; */
    background-position:right;
    font-family: Arial !important;
    /*color:#28357B;*/
    /*position: fixed;*/
    left: 0;
    top: 0;
    width:100vw;
    height: 100vh;

}
.banner{
    width:100%;
    text-align:center;
    vertical-align:middle;
}

.warning{
    background-color: #ff95954d;
}

.passed{
    background-color: #c6e2bf;
}

.hidden{
    display:none;
}

div .popupbox{
    position: fixed;
    border: 1px solid rgb(204, 204, 204);
    background: rgb(255, 255, 255);
    top: 15vh;
    left: 20vw;
    width: 60vw;
    z-index:1;
    overflow:auto;
}

