Sebia
Sebia is the world leader in protein separation through innovative electrophoresis systems designed to address the needs of clinical diagnostic laboratories in various segments. Sebia provide instruments and reagents for agarose gel electrophoresis, a well-established and robust protein separation technology and the most used capillary electrophoresis technique worldwide with fully automated protein separation at high resolution and reproducibility.
function resizeCTA(){
jQuery(".em_ctab__cta_main_container").each(function(){
var containerHeight = jQuery(this).outerHeight(); var containerWidth = jQuery(this).width();
var content = jQuery(this).find('.em_ctab__cta_content p'); var button = jQuery(this).find('.em_ctab__cta_button');
button.css('top', (containerHeight/2 - button.outerHeight()/2) );
var marginRight = button.outerWidth() + 25;
content.css('margin-right', marginRight);
});
}
jQuery( window ).resize(function() { resizeCTA(); });
jQuery(document).ready(function(){ resizeCTA(); });