.cfp-opt {
	margin-top: 40px;
	margin-right: 20px;
}
/* Style the tab */
.cfp-opt .tab {
    overflow: hidden;
    border: 1px solid #e8e8e8;
    background-color: #FFF;

}

/* Style the buttons that are used to open the tab content */
.cfp-opt .tab input {
	display: none;
}
.cfp-opt .tab label {
    padding: 14px 16px;
    transition: 0.3s;
  	display: inline-block;
  	user-select: none;
}
.cfp-opt .tab input:checked + label {
	background-color: #00a63f;
	color: #FFF;
}

/* Style the tab content */
.cfp-opt .tabcontent {
    display: none;
    padding: 10px 20px;
    border: 1px solid #e8e8e8;
    border-top: none;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
    background-color: #FFF;
    min-height: 300px;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.cfp-opt #chtml textarea {
	width: 100%;
	height: 250px;
	resize: none;
	margin-top: 20px;
}

.cfp-opt #crelated .crpo-container {
	padding: 10px 0;
}
.cfp-opt #crelated .crpo-container * {
	vertical-align: middle;
}