

.line_height_normal {
line-height: normal;
}


#back_to_top span {
  border: 2px solid #e8e8e8;
  background: transparent;
}
#back_to_top:hover span{
    background-color:red;
}
#back_to_top span i{
    color:yellow;
}