.company-description {

}

.company-description .title {
	font-size: 1.5em;
	padding: 8px 15px;
	color: #ffffff;
	background-color: #468cc8;
	position: relative;
}

.company-description .title span {
	position: absolute;
	z-index: 1;
	cursor: pointer;
}

.company-description .title span.btn-close {
	top: 12px;
    right: 10px;
}

.company-description .title span.btn-save {
	top: 12px;
	right: 60px;
}

.company-description .body {
	position: relative;
}