.typograf-wrapper {position: relative;}
.typograf-wrapper button,
.typograf-loader {
    -webkit-appearance: none;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 12px;
    line-height: 24px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    background: #fff;
	z-index: 2;
	border-radius: 50px;
    border: #e7e5e4 1px solid;
	position: absolute;
    right: 8px;
    top: -8px;
}
.typograf-wrapper button {
	border: #e7e5e4 1px solid;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}
.typograf-wrapper button:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

.InputfieldTable .typograf-wrapper {position: relative;}
.InputfieldTable .typograf-wrapper > button,
.InputfieldTable .typograf-loader {transform: translateY(-100%) scale(80%); right: 0; top: 0; box-shadow: none; border: #d9e1ea 0.5px solid;}
.InputfieldTable .typograf-loader {border: 0 !important;}
.InputfieldTable .typograf-wrapper > button:hover {border-color: #333;}