#tinymce table tr td, 
#tinymce table tr th {
	vertical-align:top !important;
}

#tinymce table, #tinymce table tr td, 
#tinymce table tr th {
	border:1px black solid !important;
	min-width:30px;
}

body#tinymce {
	padding: 20px;
}

body#tinymce div {
	outline: dotted 1px #ccc;
}

.btn-custom1 i,
.btn-custom2 i {
	margin: 0 0 0 10px;
}

.btn-goback i  {
	margin: 0 10px 0 0;
}

.btn-custom1 { 
	display: inline-block;
	background: #8064A2;
	border: 1px solid #8064A2;
	padding: 14.5px 15px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	color: #FFF;
	border-radius: 30px;
	outline: none;
} 

.btn-custom1:hover, 
.btn-custom1:focus, 
.btn-custom1:active, 
.btn-custom1.active, 
.open .dropdown-toggle.btn-custom1 { 
	background: #FFF;
	border: 1px solid #8064A2;
	color: #8064A2 !important;
	text-decoration: none;
} 

.btn-custom1:active, 
.btn-custom1.active, 
.open .dropdown-toggle.btn-custom1 { 
	background-image: none; 
} 

.btn-custom1.disabled, 
.btn-custom1[disabled], 
fieldset[disabled] .btn-custom1, 
.btn-custom1.disabled:hover, 
.btn-custom1[disabled]:hover, 
fieldset[disabled] .btn-custom1:hover, 
.btn-custom1.disabled:focus, 
.btn-custom1[disabled]:focus, 
fieldset[disabled] .btn-custom1:focus, 
.btn-custom1.disabled:active, 
.btn-custom1[disabled]:active, 
fieldset[disabled] .btn-custom1:active, 
.btn-custom1.disabled.active, 
.btn-custom1[disabled].active, 
fieldset[disabled] .btn-custom1.active { 

} 

.btn-custom2 { 
	display: inline-block;
	background: #000;
	border: 1px solid #000;
	padding: 14.5px 29px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	color: #FFF;
	border-radius: 0;
	outline: none;
} 

.btn-custom2:hover, 
.btn-custom2:focus, 
.btn-custom2:active, 
.btn-custom2.active, 
.open .dropdown-toggle.btn-custom2 { 
	background: #FFF;
	border: 1px solid #000;
	color: #000 !important;
	text-decoration: none;
} 

.btn-custom2:active, 
.btn-custom2.active, 
.open .dropdown-toggle.btn-custom2 { 
	background-image: none; 
} 

.btn-custom2.disabled, 
.btn-custom2[disabled], 
fieldset[disabled] .btn-custom2, 
.btn-custom2.disabled:hover, 
.btn-custom2[disabled]:hover, 
fieldset[disabled] .btn-custom2:hover, 
.btn-custom2.disabled:focus, 
.btn-custom2[disabled]:focus, 
fieldset[disabled] .btn-custom2:focus, 
.btn-custom2.disabled:active, 
.btn-custom2[disabled]:active, 
fieldset[disabled] .btn-custom2:active, 
.btn-custom2.disabled.active, 
.btn-custom2[disabled].active, 
fieldset[disabled] .btn-custom2.active { 

}

.btn-goback { 
	display: inline-block;
	background: #FFF;
	border: 1px solid #151515;
	padding: 14.5px 29px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	color: #151515;
	border-radius: 0;
	outline: none;
} 

.btn-goback:hover, 
.btn-goback:focus, 
.btn-goback:active, 
.btn-goback.active, 
.open .dropdown-toggle.btn-goback { 
	background: #151515;
	border: 1px solid #151515;
	color: #FFF !important;
	text-decoration: none;
} 

.btn-goback:active, 
.btn-goback.active, 
.open .dropdown-toggle.btn-goback { 
	background-image: none; 
} 

.btn-goback.disabled, 
.btn-goback[disabled], 
fieldset[disabled] .btn-goback, 
.btn-goback.disabled:hover, 
.btn-goback[disabled]:hover, 
fieldset[disabled] .btn-goback:hover, 
.btn-goback.disabled:focus, 
.btn-goback[disabled]:focus, 
fieldset[disabled] .btn-goback:focus, 
.btn-goback.disabled:active, 
.btn-goback[disabled]:active, 
fieldset[disabled] .btn-goback:active, 
.btn-goback.disabled.active, 
.btn-goback[disabled].active, 
fieldset[disabled] .btn-goback.active { 

}