.sup-f {
    position: fixed;
    left: 15px;
    bottom: 10px;
}

.sup-f>li {
    list-style: none;
    margin-bottom: 10px;
}

.sup-f>li:last-child {
    margin: 0;
}

#wh-widget-send-button.wh-widget-left {
    bottom: 135px !important;
}
.sup-f{
display:none;
}
table td, table th {
    padding: 1rem .75rem;
	border:1px solid #ddd
}
@media(max-width:767px){
    table {
        display: block;
        overflow-x: scroll;
		width: 100% !important;
    }
}