/*! TheFork Widgets Floating Button - 2021-04-29
*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.tf-floating-button{
    opacity: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid;
    z-index: 9999999;
    background-color: #fff;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    width: 300px;
    border-color: rgba(90,149,66,1);
    color: rgba(90,149,66,1);
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.tf-widget-link{
    padding: 0 0 0 15px;
    text-decoration: none;
    color: rgba(90,149,66,1);
    font-family: Raleway,sans-serif;
    font-size: 1.1em;
    width: 70%;
    text-align: center;
}
.tf-widget-link:hover{
    font-weight: bold;
    background: none !important;
}
.tf-button-icon{
    padding: 0 0px 0 25px;
    border-left: 1px solid rgba(90,149,66,1);

}