/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.fh-btn, .fh-btn:focus, .fh-btn:hover {
    border: 0px solid #ea660d;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  padding-left: 0px;
  padding-right: 0px;

    
.separatore {
    border-top: 1px solid #000000; /* Spessore di 1px e colore nero */
    width: 100%; /* Larghezza completa dell'elemento contenitore */
}