.widerruf-info .headline {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.tfm-qty-btn {
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 28px;
    text-align: center;
}

.tfm-qty-display {
    display: inline-block;
    min-width: 40px;
    text-align: center;
    border: 1px solid #ccc;
    height: 30px;
    line-height: 28px;
    margin: 0 5px;
    vertical-align: middle;
	line-height: 1.25;
}

.contentId-tfm_widerrufsbutton {
	display: inline-block;
    margin: 0px;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.44444444;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
	color: #fff;
    background-color: #197c45;
    border-color: #197c45;
}

.contentId-tfm_widerrufsbutton:before {
    display: none;
}

.contentId-tfm_widerrufsbutton:hover, .contentId-tfm_widerrufsbutton:active, .contentId-tfm_widerrufsbutton:focus {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}