<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

 .instruments-content-info {
    border-top: 4px double #333 !important;
	 border: 1px solid #ddd;
	overflow: inherit;
	min-height:228px !important;
}
 .instruments-content-info p {
    font-size: 15px;
    color: #909395;
}
.instruments-content-info .same_height {
    min-height: 100px;
}

.instruments-content-info .more_button {
    border: 1px solid #039CD5;
    border-radius: 2px;
    display: inline-block;
    font-weight: bold;
    margin:0 auto;
	text-align:center;
	
    padding: 5px 10px;
    text-transform: uppercase;
    transition-duration: 0.4s;
    transition-property: all;
	font-size: 15px !important;

	
}
.instruments-content-info .more_button a{
	color: #00aeef !important;
}
/**
.instruments-content-info .more_button a:hover {
     background: #00aeef;
    color: #fff;
    text-decoration: none;
}
**/
.instruments-content-info .shortcontent {
    height: auto;
 margin-bottom: 5px;
}
</pre></body></html>