﻿.ft-button div {
    display: inline-block;
    background-color: #979797;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin: 15px 15px 15px 15px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.ft-img {
    display: inline-block;
    margin-top: 0px;
    margin-left: 20px;
}

.ft-lineheight {
    line-height: 22.4px;
}