<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.accessibility_plugin_div {
  position: fixed !important;
		display: flex;
	 z-index: 99999999999999999999999999999999999999999999999  !important;
	 bottom: 5px !important;
	 left: 5px !important;
	 padding: 5px !important;
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
		font-family: 'Arial' !important;
}

.accessibility_plugin_menu {
  width: 280px;
		display: flex;
		flex-direction: column;
		align-items: center;
		
		background-color:#ffffff !important;
		border: 1px #aeaeae solid !important;
		border-bottom: 3px #aeaeae solid !important;
}
.accessibility_plugin_menu.closed {
  width: 0px;
		display: none;
}

.accessibility_plugin_button {
  cursor: pointer !important;
		border: 2px #ffffff solid !important;
	
	 -webkit-background-clip: padding-box; 
  -moz-background-clip:    padding; 
  background-clip:         padding-box;
	
	 background-color:#000000 !important;
	 background-color:rgba(0,0,0,0.9) !important;
		background: url('/js/accessibility/pics/icon_left.png');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 30px 30px;
		
		width:45px !important;
	 height:45px !important;
		border-radius: 100%;
}
.accessibility_plugin_button.closed {
  width: 0px;
		display:none;
}

.accessibility_plugin_button_close {
  width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: 220ms;
		color: #383838;
		font-size: 3rem;
		&amp;:hover {
		 color: #008000;
		}
		&amp;:focus-within {
		 color: #008000;
			
		}
}

.accessibility_plugin_button_close.closed {
  width: 0px;
		height: 0px;
		display: none;
}

.accessibility_button, .accessibility_button2 {
 width: 100% !important;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	align-content: flex-start;
	gap: 10px;
	border-bottom: 1px #aeaeae dotted;
	font-size: 1rem !important;
	padding: 5px;
	height: 45px;
	color: #000000 !important;
}

.accessibility_button:hover {
  background-color: mistyrose !important;
}

.accessibility_button_selected, .accessibility_small_button_selected {
  background-color: mistyrose !important;
		display: flex;
		font-weight: 700 !important;
}

.accessibility_button_font_sizes_a_plus { 
		background: url('/js/accessibility/pics/a_plus.png');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 20px 20px;
		
		width:30px !important;
	 height:30px !important;
		
}
.accessibility_button_font_sizes_a_regular { 
		background: url('/js/accessibility/pics/a.png');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 20px 20px;
		
		width:30px !important;
	 height:30px !important;
		
}
.accessibility_button_font_sizes_a_minus { 
		background: url('/js/accessibility/pics/a_minus.png');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 20px 20px;
		
		width:30px !important;
	 height:30px !important;
		
}
.accessibility_button_font_sizes {
 display: flex;
	flex-direction: row;
	gap: 5px;
}
.accessibility_button_font_sizes_txt {

}


.accessibility_button_gray::before {
  background: url('/js/accessibility/pics/gray.png');
		content: '';
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 30px 30px;
		
		width:45px !important;
	 height:45px !important;
		display: flex;
}
.accessibility_button_font_sizes::before {
  background: url('/js/accessibility/pics/fonts.png');
		content: '';
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 30px 30px;
		
		width:45px !important;
	 height:45px !important;
		display: flex;
}

.accessibility_button_gray.accessibility_button_selected::before,
.accessibility_button_contrast.accessibility_button_selected::before,
.accessibility_button_black.accessibility_button_selected::before,
.accessibility_button_white.accessibility_button_selected::before,
.accessibility_button_fonts.accessibility_button_selected::before,
.accessibility_button_animation.accessibility_button_selected::before,
.accessibility_button_keyboard.accessibility_button_selected::before {
  background: url('/js/accessibility/pics/cancel.png');
		content: '';
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 30px 30px;
		
		width:45px !important;
	 height:45px !important;
		display: flex;
}
.accessibility_button_cancel::before {
  background: url('/js/accessibility/pics/cancel.png');
		content: '';
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 30px 30px;
		
		width:45px !important;
	 height:45px !important;
		display: flex;
}
.accessibility_button_declaration::before {
  background: url('/js/accessibility/pics/icon_left_black.png');
		content: '';
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 30px 30px;
		
		width:45px !important;
	 height:45px !important;
		display: flex;
}
.accessibility_button_contrast::before {
  background: url('/js/accessibility/pics/contrast.png');
		content: '';
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 30px 30px;
		
		width:45px !important;
	 height:45px !important;
		display: flex;
}
.accessibility_button_black::before {
  background: url('/js/accessibility/pics/black.png');
		content: '';
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 30px 30px;
		
		width:45px !important;
	 height:45px !important;
		display: flex;
}
.accessibility_button_white::before {
  background: url('/js/accessibility/pics/white.png');
		content: '';
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 30px 30px;
		
		width:45px !important;
	 height:45px !important;
		display: flex;
}
.accessibility_button_keyboard::before {
  background: url('/js/accessibility/pics/keyboard.png');
		content: '';
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 30px 30px;
		
		width:45px !important;
	 height:45px !important;
		display: flex;
}
.accessibility_button_fonts::before {
  background: url('/js/accessibility/pics/fonts.png');
		content: '';
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 30px 30px;
		
		width:45px !important;
	 height:45px !important;
		display: flex;
}
.accessibility_button_animation::before {
  background: url('/js/accessibility/pics/animation.png');
		content: '';
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 30px 30px;
		
		width:45px !important;
	 height:45px !important;
		display: flex;
}
</pre></body></html>