/* ===============================
   RESET TOTAL DO LAYOUT
=============================== */

/* RESTAURA GRID ORIGINAL DO OJS */
.pkp_structure_main{
  display:block !important;
}

/* GARANTE SIDEBAR NORMAL */
.pkp_structure_sidebar{
  display:block !important;
}

/* REMOVE FORÇA DE LARGURA */
.pkp_structure_content{
  width:auto !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
}

/* REMOVE QUALQUER OFFSET */
.pkp_structure_content_wrapper{
  margin:0 auto !important;
  padding:0 !important;
}

/* REMOVE QUALQUER FLEX INDEVIDO */
.pkp_structure_page{
  margin:0 !important;
  padding:0 !important;
}
body{
  background:red !important;
}