/*
Override part of the steel theme from OJS which cause some problems
*/
#main {
	margin: 0 0 0 5px;
	overflow: visible;
	padding: 0.5em 0 0.5em 0.5em;
}

/*
	Fix empty PDF box
*/
#inlinePdfResizer{
	width: 80%;
}

#main{
  width: 81%; 
   margin-left: 0px;
 }
 #rightSidebar{
	 margin-right: 0px;
	
 }