#box {
    margin-top: 2%;
}

#box2 {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translate(0%, 5%);
}

@media(max-width: 650px) {
    #box {
        text-align: center;
        margin-top: 0;
    }
}

#boxx {
    background: #FFF;
    margin: 0 auto;
    width: 600px;
    height: 760px;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);

}

#boxxx {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: #FFF;
    padding: 0;
    border-radius: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

#iframe {
    width: 100%;
    height: 690px;
    border-radius: 0;
    position: relative;
    border-radius: 0 0 8px 8px;
}

#iframe2 {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

@media(max-width: 650px) {
    #boxx {
        margin: 0 auto;
        position: fixed;
        width: 100%;
        height: 100%;
        padding: 0;
        border-radius: 0;
    }
}

.redd {
    background: none;
}

.redd:hover {
    background: #E81123;
    border-radius: 0 8px 0 0;
}

.sys {
    background: none;
}

.sys:hover {
    background: #444;
}

#bb02 {
    display: none;
}

.text-limit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 550px;
    padding: 5px;
}