/* =================================== THIS PORTION OF THE CSS IS FOR UNIQUE COMIC PAGE STYLING ================================ */

/* CSS Selectors for HTML5 */
/* /////////////////////// */

.layout-default--html5 iframe,
.layout-static--html5 iframe{
	margin: 0px -25px;
}

/* CSS Selectors for z-index HTML 950px */
/* //////////////////////////////////// */

.layout-default--html5-foreground #content {
    max-width: 600px;
}

.layout-default--html5-foreground iframe {
	margin: 0px -200px;
}

/* CSS Selectors for Static styling */
/* //////////////////////////////// */

/*.layout-static--no-command #command {
    display: none;
}*/

.layout-static nav,
.layout-static--html5 nav,
.layout-static--no-command nav {
	color: #ffffff !important;
}

.layout-static nav a,
.layout-static--html5 nav a,
.layout-static--no-command nav a {
	color: #ffffff !important;
}

.layout-static #page a,
.layout-static--html5 #page a,
.layout-static--no-command #page a {
    color: #000000 !important;
}