/* Companion Custom CSS over-rides for [ Pain Train ]:  -  */

@media only screen and (max-device-width: 480px) {
		#header {
			display: none;
		}
		.comic_navi_wrapper {
		font-size: 32px;
		}
}


*.header-info { display: none; } /*hides the site title and tagline*/

#comment-wrapper {
display: none;
} 

*.comic-chapter {
display: none;
}

p .nocomments { display: none; }

#sidebar-right {
display:none;
}

*.narrowcolumn {
      width: 770px;
      margin: 2 auto;
      float: left;
   }
   
img {
max-width: inherit;
}
#comic {
padding: 0 0;
}

#page
{
max-width:980px !important;
}

#header
{
height:301px !important;
}

#sidebar-left {
width:200px !important;
float: left !important;
}

#content-column {
width:750px !important;
}