/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .font-resizer a:not(last-of-type){
line-height:100%;
font-size:100%;
color:#fff;
margin:0 5px;
}
.font-resizer {
display:inline-block;
background:#000;
padding:10px;
}

#smaller:before {
content:"-";
}
#larger:after {
content:"+";
}