.manufacturer-desc-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.toggle-text-btn {
    margin-top: 0px;
    background: none;
    border: none;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    padding: 0;
	text-decoration:underline;
	transition: color .2s 
ease-in-out, background-color .3s 
ease-in-out;
    -moz-transition: color .2s ease-in-out, background-color .3s ease-in-out;
    -ms-transition: color .2s ease-in-out, background-color .3s ease-in-out;
    -webkit-transition: color .2s ease-in-out, background-color .3s ease-in-out;
    -o-transition: color .2s ease-in-out, background-color .3s ease-in-out;
}
.toggle-text-btn:hover {
    color: #eb5e00;
}
