#wcagKnobs {
    background: #0980ff;
    padding: 10px;
    border-radius: 0px;
    cursor: pointer;
  }
  
  .nailedWcagKnob {
    position: fixed;
    z-index: 10;
    right: 10px;
    background: #0980ff;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 0;
    top: 50vh;
    z-index:  1000000000;
    box-shadow: #000 1px 1px 7px -2px;
  }
  
  .wcag-font-inner {
    display: block;
  }

  .wcag-hr{
    border-top: #ffffff solid 1px;
    width:24px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  #wcag_font_menu{
      display: none;
      padding-left: 10px;
      padding-right: 10px;
  }
 
#wcag_font_icon {
    width: 40px;
    height: 40px;
  }

.forced_wcag {
	color:  #000000 !important;
	background: #ffffff !important;
}

.forced_wcag:before {
	color:  #000000 !important;
	background: #ffffff !important;
}

#wcagKnobs.forced_wcag { background-color: #000 !important; }
#wcag_font_menu.forced_wcag { background-color: #000 !important; }
#wcag_font_icon.forced_wcag { background-color: #000 !important; }
#wcag_font_smaller.forced_wcag { background-color: #000 !important; }
#wcag_font_bigger.forced_wcag { background-color: #000 !important; }
#wcag_font_original.forced_wcag { background-color: #000 !important; }
#wcag_font_inverte.forced_wcag { background-color: #000 !important; }
