﻿.utility__fontchange {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 20px 0px 10px;
}

.utility__fontchange dt,
.utility__fontchange dd {
	margin: 0;
	padding: 0;
}

.utility__fontchange dt {
	margin-right: 10px;
	font-size: 1.3rem;
}

.utility__fontchange dd {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 52px;
	    flex: 0 1 52px;
	margin-left: 3px;
	text-align: center;
	background: #012ea6;
	color: #fff;
	cursor: pointer;
}

.utility__fontchange dd.active,
.utility__fontchange dd:hover {
	background: #012ea6;
}

.utility__fontchange dd a {
	color: #fff;
	text-decoration: none;
}

#font_size {
    list-style:none;
	float: right;
    margin:0;
    padding:0;
}

#font_size li {
	padding: 3px 0 0 5px;
	float: left;
}

#font_size li a {	
	line-height: 1.5;
	text-align: center;	
    text-decoration: none;
	display: block;
	border: solid 2px #012ea6;
	border-radius: 20px;	
	padding: 0 20px;
}

#font_size {
    list-style:none;
	float: right;
    margin:0;
    padding:0;
}

#font_size li a:hover {
	text-decoration: none;
	color: #fff;
	background: #012ea6;
    transition: 0.3s;
}

#font_size li a.textresizer-active {
	text-decoration: none;
	color: #fff;
	background: #012ea6;
}

/*#small, #large { font-size: 100%; }
#small:target  { font-size: 80%;  }
#large:target  { font-size: 120%; }*/

/*#normal, #biggest { font-size: 100%; }
#normal:target  { font-size: 80%;  }
#biggest:target  { font-size: 120%; }*/

.fsize_1{
    font-size:1.3rem !important;
}

.fsize_2{
    font-size:1.5rem !important;
}

.fsize_3{
    font-size:1.7rem !important;
}