/* cloodo core css version 1 */
iframe#cloodo_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#wpcontent {
    position: absolute;
    bottom: 0;
    left: 140px;
    width: auto;
    right: 0;
    margin-left: 0;
    overflow: hidden;
}
#wpbody {
    float: unset;
    height: 100%;
}
body.folded #wpcontent {
    left: 17px;
    margin-left: 0;
}
#cloodo_admin_default{
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    font-size: 28px;
}
#cloodo_admin_default > div{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
