#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,
.btn-custom3 i {
	margin: 0 0 0 10px;
}

.btn-custom1 { 
	display: inline-block;
	color: #FFF;
	background: #8ABB2A;
	border: 1px solid #8ABB2A;
	padding: 10px 15px;
	border-radius: 0;
	text-align: center;
} 

.btn-custom1:hover, 
.btn-custom1:focus, 
.btn-custom1:active, 
.btn-custom1.active, 
.open .dropdown-toggle.btn-custom1 { 
	color: #FFF; 
	background-color: #145629; 
	border-color: #145629; 
	text-decoration: none;
	outline: none !important;
} 

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

.btn-custom2 { 
	display: inline-block;
	color: #FFF; 
	background-color: #145629; 
	border-color: #145629; 
	border: 1px solid #145629;
	padding: 10px 15px;
	border-radius: 0;
	text-align: center;
} 

.btn-custom2:hover, 
.btn-custom2:focus, 
.btn-custom2:active, 
.btn-custom2.active, 
.open .dropdown-toggle.btn-custom2 { 
	color: #FFF; 
	background-color: #8ABB2A; 
	border-color: #8ABB2A; 
	text-decoration: none;
	outline: none !important;
} 

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

.btn-custom3 { 
	display: inline-block;
	color: #FFF; 
	background-color: #000; 
	border-color: #000; 
	border: 1px solid #000;
	padding: 10px 15px;
	border-radius: 0;
	text-align: center;
} 

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

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