#btf-toggle {
    display: inline-block;
}

.btf-controls {
    display: flex;
}

.btf-reset-container {
    margin-top: 5px;
}

#btf-toggle button {
    margin: 2px;
    padding: 5px 10px;
    font-size: 20px;
    cursor: pointer;
	background: #1b1b1b;
	color: white;
	border-radius: 50px;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#btf-reset {
	display: none !important;
}