button:focus{
  outline:none!important;
}
#chcp_font_size{

position: absolute;
    bottom: 34px;
    left: 0px;
    width: 100%;
    text-align: center;
    display: block;
    background-color: #eee;
}
#chcp_font_size_inner {
position: fixed;
    background-color: #eee;
    padding: 2%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 90%;
}
#chcp_font_size button {
  border: none;
  background-color:transparent;
  /*background-color:#eee;*/
  text-shadow: none;
  /*+box-shadow: none;*/
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding:0px 5px;
  margin:0px;
  
}
#chcp_font_size button:hover{
  color:#FF5100;
}
#btn-decrease {
  font-size:16px;
}
#btn-orig {
  font-size:18px;
}
#btn-increase {
  font-size:16px;
}