.input-group{
	
	margin-right:5px;
}
button:focus{
  outline:none!important;
}
#chcp_font_size button {
    border: 2px solid;
    background-color: #78511a00;
    text-shadow: none;
    box-shadow: none;
    padding: 0px 5px;
    margin: 0px;
    width: 27px;
    color: #fff;
    height: 24px;
    border-radius: 0;
    position: relative;
    top: -3px;
}
#chcp_font_size button:hover {
    background: #fff;
    color: #ac7424;
}
#btn-decrease {
  font-size:12px;
}
#btn-orig {
  font-size:14px;
}
#btn-increase {
  font-size:12px;
}
@media (min-width:320px) and (max-width:765px) {
    #chcp_font_size button {
     float: left;
    border-right: 1px solid #ccc;
        height: 29px;
        position: relative;
   top: 0;
   width: 31px;
    }
}
@media(max-width: 990px) and (min-width: 768px){
    
}