/* Normalise */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display:block;}
audio, canvas, video {display:inline-block; *display:inline; *zoom:1;}
audio:not([controls]) {display:none; height:0;}
[hidden] {display:none;}
button, input, optgroup, select, textarea {margin:0; font:inherit; color:inherit;}
abbr[title] {border-bottom:1px dotted;}
dfn {font-style:italic;}
hr {-moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box; height:0;}
sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline;}
sup {top:-0.5em;}
sub {bottom:-0.25em;}
nav ul, nav ol {list-style:none; list-style-image:none;}
img {-ms-interpolation-mode:bicubic;}
svg:not(:root) {overflow:hidden;}
fieldset {border:1px solid #c0c0c0;}
legend {white-space:normal;}
button, input, select, textarea {vertical-align:baseline;}
button {overflow:visible; -webkit-appearance:none;}
button, select {text-transform:none; -webkit-border-radius:0;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer;}
button[disabled], html input[disabled] {cursor:default;}
input {line-height:normal;}
input[type=text], input[type=email], input[type=tel], input[type=url], input[type=search] {-webkit-appearance:none; -webkit-border-radius:0;}
input[type="search"] {-webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; -webkit-appearance:textfield;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {height:auto;}
optgroup {font-weight:bold;}
textarea {overflow:auto; vertical-align:top; -webkit-appearance:none; -webkit-border-radius:0;}
table {border-collapse:collapse; border-spacing:0;}

/* Defaults */
* {margin:0; padding:0; border:0; outline:0; font-size:100%; background:transparent; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; -webkit-text-size-adjust:none;}
*:before, *:after {-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
html, button, input, select, textarea {color:#222;}
hr {display:block; height:1px; border-top:1px solid #ccc; margin:1em 0;}
img {vertical-align:middle;}
textarea {resize:vertical;}
span.skype_pnh_container {display: none !important;}
span.skype_pnh_print_container {display: inline !important;}

/* Image replacement */
.ir {border:0; overflow:hidden; *text-indent:-9999px;}
.ir:before {content:""; display:block; width:0; height:150%;}

/* Hide */
.hidden {display:none !important; visibility:hidden;}
.invisible {visibility:hidden;}

/* Clearfix */
.clearfix:before, .clearfix:after {content:" "; /* 1 */ display:table; /* 2 */}
.clearfix:after {clear:both;}
.clearfix { *zoom:1;}

/* Print */
@media print {
* {background:transparent !important; color:#000 !important; box-shadow:none !important; text-shadow:none !important;}
.ir a:after,  a[href^="javascript:"]:after,  a[href^="#"]:after {content:"";}
pre,  blockquote {border:1px solid #999; page-break-inside:avoid;}
thead {display:table-header-group;}
tr,  img {page-break-inside:avoid;}
img {max-width:100% !important;}
@page {margin:0.5cm;}
p, h2, h3 {orphans:3; widows:3;}
h2, h3 {page-break-after:avoid;}
select {background:#fff !important;}
.table td,  .table th {background-color:#fff !important;}
.table {border-collapse:collapse !important;}
.table-bordered th,  .table-bordered td {border:1px solid #ddd !important;}
}