body 
{
   width:100%;
   height:100%;
   line-height: 10px;
   background-color: white;
   font: 9pt verdana, arial,helvetica, sans-serif;
   margin:0px;
   scroll-behavior: smooth;
}

.fa-color-light-green
{
color:#8bc34a;
}

/* Display for tablets and phones */
@media screen and (min-width: 0px) and (max-width: 660px) {
    .mobile-hide { display: none !important; }
    .mobile-show { display: block !important; }
}

@media screen and (min-width: 661px) {
    .mobile-show { display: none !important; }
}

.mobile-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;}

