#fontSizeChanger {
    display: block;
    text-align: right;
    height:22px;
}
#fontSizeChanger span.active {
    color: #0966A2;
}
#fontSizeChanger .fontSizeChangeHandler {
    line-height: 16px;
    vertical-align: bottom;
    color: #3a8fc5;
    cursor: pointer;
    margin-right: 2px;
}
#fontSizeChanger .fontSize100 {
    font-size: 11px;
    font-weight: bold;
    line-height: 10px;
}
#fontSizeChanger .fontSize130 {
    font-size: 17px;
    font-weight: bold;
    
}
#fontSizeChanger .fontSize150 {
    font-size: 22px;
    font-weight: bold;
    line-height: 19px;
    margin-right: 3px;
}