#setting_column_1_title,
#setting_column_2_title,
#setting_column_3_title {
	width: 30%;
	float: left;
	padding: 20px 10px 20px 0;
}

#setting_column_1_url,
#setting_column_2_url,
#setting_column_3_url {
	width: 30%;
	float: left;
	padding: 20px 0 20px 10px;
}

#setting_column_1_text,
#setting_column_2_text,
#setting_column_3_text {
	width: 30%;
	float: left;
	padding: 20px 10px;
}

#setting_column_1_image,
#setting_column_2_image,
#setting_column_3_image {
	clear:both;
}


.option-tree-ui-radio-image {
  width: 100px;
  height: 100px;  
}

.webzakt-button {
    font-size: 18px;
    margin: 0 15px 15px 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: 12px 24px;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #fff !important;
    background-color: #E84E41;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}

.webzakt-button-pro:hover {
	background-color: #2E3138!important;
}

.webzakt-button-more {
	background-color: #2E3138!important;
}

.webzakt-button-more:hover {
	background-color: #E84E41!important;
}

#tab_pro_version {
	background: #E84E41;
    border-color: #2E3138;
}

#tab_pro_version a {
	color: #fff!important;
}

.opt-tree-donation {
	width: 67%;
    float: left;	
}

.opt-tree-donation-text {
	float: right;
	width: 70%;
}

.opt-tree-donation-form {
	float: right;
	width: 24%;
}

.opt-tree-title {
	width: 33%;
    float: left;	
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

@media (max-width: 991px) {
.opt-tree-donation {
	width: 100%;
    float: none;
	margin: 20px 0;	
}

.opt-tree-donation-text {
	width: 100%;
    float: none;
}

.opt-tree-donation-form {
	width: 100%;
    float: none;
}

.opt-tree-title {
	width: 100%;
    float: none;	
}
}