/* ------------------------------------------------------
   styling used in the patmos editor thickbox iframe
------------------------------------------------------  */



root { 
    display: block;
}



.redactie ol li{
  list-style-type:decimal;
  list-style-position:inside;
  margin:auto;
}


.redactie ul li {
  list-style-type:square;
  list-style-position:inside;
  margin:auto;
}

