@charset "utf-8";
/* CSS Document */

.big {
    font-size: 110%;
}

.online-b {
    color: #069;
}

.online-point {
    color: #99001a;
}

.online-em {
    color: #069;
    font-weight: bold;
}

.online-em_c {
    color: #069;
    font-weight: bold;
    text-align: center;
}


.req {
    background: #069;
    padding: 20px 30px 20px 30px;
    margin: 0px;
    color: aliceblue;
    text-align: center;
    font-size: 18px;
    
}