.wrap.acf-settings-wrap{
    max-width:1100px;
}
.wrap.acf-settings-wrap #post-body{
    float: left;
    position: relative;
    margin:0px !important;
    width:100%;
}
.wrap.acf-settings-wrap #post-body #postbox-container-1{
    position: absolute;
    left: 0px;
    top: 100%;
    margin: 0px !important;
    width: 100% !important;
    float:none !important;
}
.wrap.acf-settings-wrap #post-body #postbox-container-2{
    width:100% !important;
}
.wrap.acf-settings-wrap #post-body #postbox-container-1 .meta-box-sortables{
    width:100% !important;
}
.wrap.acf-settings-wrap #post-body #postbox-container-1 .postbox{
    background:none !important;
    border:0px !important;
}
.wrap.acf-settings-wrap #post-body #postbox-container-1 .postbox-header{
    display: none !important;
}
.wrap.acf-settings-wrap #post-body #postbox-container-1 #major-publishing-actions{
    background:none !important;
    border:0px !important;
    padding:0px !important;
}
.wrap.acf-settings-wrap #post-body #postbox-container-1 #major-publishing-actions input[type='submit']{
    padding:10px 50px;
}
.wrap.acf-settings-wrap .postbox.acf-postbox{
    border:0px;
    box-shadow: 0px 0px 3px #ccc;
    border-radius: 5px;
    padding:10px;
}
.wrap.acf-settings-wrap .handle-actions{
    display: none;
}
.wrap.acf-settings-wrap #submitdiv{
    box-shadow: none !important;
}