#wcag.wcag-menu {
	display: flex;
}

.wcag-menu-item {
	margin-right: 35px;
}

#wcag.wcag-menu .menu-label {
	font-weight: bold;
	font-size: 0.9rem;
}

#wcag.wcag-menu .option-container {
	display: flex;
}

#wcag.wcag-menu .option {
	border: 1px solid black;
	width: 1.5rem;
	margin-right: 5px;
	text-align: center;
	font-weight: bold;
}

#wcag.wcag-menu .option-2 {
	width: 1.5rem;
	margin-right: 1px;
	text-align: center;
	font-weight: bold;
}

#wcag.wcag-menu .option:hover, .wcag-menu .option-2:hover {
	cursor: pointer;
}

#wcag.wcag-menu .option.white-black a{
    color: black !important;
}

#wcag.wcag-menu .option.black-white a{
    color: white !important;
}

#wcag.wcag-menu .option.yellow-black a{
    color: black !important;
}

#wcag.wcag-menu .option.black-yellow a{
    color: yellow !important;
}

#wcag.wcag-menu .option.white-black {
    background-color: white !important;
}

#wcag.wcag-menu .option.black-white {
    background-color: black !important;
}

#wcag.wcag-menu .option.yellow-black{
    background-color: yellow !important;
}

#wcag.wcag-menu .option.black-yellow {
    background-color: black !important;
}

#wcag.wcag-menu .option-2.normal {
    padding-top: 6px;
}


#wcag.wcag-menu .option-2.big {
    font-size: 1.3rem;
}


