.wcag-menu{
	float: right;
}
.wcag-contrast-list, .wcag-size-list{
	float: left;
	list-style-type: none;
}
.wcag-contrast-list>li, .wcag-size-list>li{
	float:left;
	font-size: 20px;
	font-weight: normal;
}
.wcag-contrast-list>li>a, .wcag-size-list>li>a{
	display: block;
	padding: 5px;
	margin-left: 5px;
	width: 24px;
	height: 24px;
	text-align: center;
}
.wcag-contrast-list>li.wcag-contrast-1>a{
	border: 1px solid #e7ebf2;
	color: #242B36;
	background: #fff;
}
.wcag-contrast-list>li.wcag-contrast-2>a{
	border: 1px solid #000;
	color: #000;
	background: #fff;
}
.wcag-contrast-list>li.wcag-contrast-3>a{
	border: 1px solid #000;
	background: #000;
	color: #ffff00;
}

.wcag-size-list>li.wcag-size-1>a{
	font-size: 12px;
}
.wcag-size-list>li.wcag-size-2>a{
	font-size: 15px;
}

.wcag-menu .tooltip.bottom .tooltip-arrow{
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.wcag-menu .tooltip-inner {
	max-width: 350px;
	padding: 6px 12px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	background-color: #000;
	border-radius: 0px;
	word-break: keep-all;
	white-space: nowrap;
	opacity: 1;
}
