/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
  @import url(style_cs.1551616270.css);

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {margin: 0; padding: 0}

/* A2.2 */
.punbb * {
  margin: 0

  }

.section, .category{
margin:5% 10%;
}


#pun-title, #pun-status, #pun-crumbs1, .divider, h1, #pun-crumbs2, #pun-about{
display:none;
}
 .category  h2{
	border-width:5px;
	border-color:red;
border-radius: 10px 10px 0px 0px;
}
 .category  .container{
	border-width:5px;
	border-color:red;
border-radius: 0px 0px 10px 10px;
}