.nagish-contrast,
.nagish-contrast #page,
.nagish-contrast #main-wrapper {
    background-color: #000000;
    color: #FFFF66;
}

.nagish-contrast a,
.nagish-contrast ul li a {
    background-color: #000000;
    color: #FFFFFF !important;
}
.nagish-contrast h1,
.nagish-contrast h2,
.nagish-contrast h3,
.nagish-contrast h4,
.nagish-contrast h5 {
    color: #FFDE9B !important;
}

.nagish-contrast .sidebar .block {
    background-color: #222;
}

.nagish-contrast input {
    background-color: #000000;
    color: #ffffff !important;
    border: 1px white solid;
}
.nagish-contrast a:not(#nagish-close) {
	text-decoration: underline !important;
}
.nagish-contrast .header__site-slogan {
	background: #000;
	color: #fff;
}
.nagish-contrast ul.quicktabs-tabs li.active a {
    background-color: #000;
    color: white;
    outline: 1px solid #fff;
}
.nagish-contrast .region-sidebar-first .menu > li.active > a,
.nagish-contrast .region-sidebar-first .menu > li.active-trail > a {
	color: #ffff66 !important;
}
.nagish-contrast #navbar-administration .navbar-tray a {
    color: #707070 !important;
}
.nagish-contrast .node-position .field-label-inline .field-label,
.nagish-contrast .node-position .field-label-inline .field-items {
	color: #ffff66;
}
.nagish-contrast .region-footer .block {
	background-color: #222;
}
.nagish-contrast #content table tr:nth-of-type(2n+1) {
	background-color: #222;
} 
.nagish-contrast #content table tr:nth-of-type(2n) {
	background-color: #000;
} 