﻿
#font_size {
    list-style:none;
	float: right;
    margin:0;
    padding:0;
}

#font_size li {
	float: left;
	border: solid 1px #ccc;
	margin-right: 5px;
}

#font_size li a {
	line-height: 20px;
	text-align: center;	
    text-decoration: none;
	display: block;		
	padding: 5px 10px;    
}

#font_size li a:hover {
	text-decoration: none;
	color: #333;
	background: #eee;
    transition: 0.3s;
}

#font_size li a.textresizer-active {
	text-decoration: none;
	color: #333333;
	background: #eee;
}

.fsize_1{
    font-size:1.3rem !important;
}

.fsize_2{
    font-size:1.5rem !important;
}

.fsize_3{
    font-size:1.7rem !important;
}