/*Fixes bg color issue from 7.3, fixed in 7.3.1*/
.atom h1, .atom h2, .atom h3, .atom h4, .atom h5, .atom h6 {
    background-color: #666666;
}

/* Expand / Collapse */
		details.expand-style-1 {
			background-color: #DDA;
		}

		details.expand-style-1 summary {
			padding: 5px;
		}

		details.expand-style-1 > div,
		details.expand-style-1 > p { padding: 10px; }
		details.expand-style-1 table { background: #FFF; }

		details.expand-style-1 summary:hover,
		details.expand-style-1 summary:focus,
		details.expand-style-1 summary:active {
			background: #CCC !important;
		}

		.no-js details.expand-style-1 summary:hover,
		.no-js details.expand-style-1 summary:focus,
		.no-js details.expand-style-1 summary:active {
			background: #CCC !important;
		}

		details.expand-style-1 summary:focus,
		details.expand-style-1 summary:active {
			outline: 1px dotted #000;
		}

		details.expand-style-2 summary {
			padding: 5px;
		}

		details.expand-style-2 summary {
			background-color: #176CA7;
			color: #FFF;
		}

		details.expand-style-2 summary:hover,
		details.expand-style-2 summary:focus,
		details.expand-style-2 summary:active {
			background: #1A4D7C !important;
		}

		.no-js details.expand-style-2 summary:hover,
		.no-js details.expand-style-2 summary:focus,
		.no-js details.expand-style-2 summary:active {
			background: #1A4D7C !important;
		}

		details.expand-style-2 summary:focus,
		details.expand-style-2 summary:active {
			outline: 1px dotted #000;
		}

.gcwu-gcnb-lang {padding-left:15px !important;}
#gcwu-gcnb-lang {padding-left:15px !important;}

