/* ========================================================================== */
/* Clearfix 
/* ========================================================================== */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix {
    display: block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
    clear: both;
}


/* ========================================================================== */
/* Vyresetování Skype buttonů na telefonních číslech 
/* ========================================================================== */
span.skype_pnh_container {
    display: none !important;
}
 
span.skype_pnh_print_container {
    display: inline !important;
}


/* ========================================================================== */
/* Nastavení vyhlazování ve webkit prohlížečích. Hlavně pro Mac
/* ========================================================================== */
body {
	-webkit-font-smoothing: antialiased;
}


