@CHARSET "UTF-8";

body {
    -webkit-print-color-adjust: exact;
}

.print{
    display:none;
}

.page-contents-body .contents i:not(.material-icons) {
    font-weight: bold;
    color: #2B3990!important;
    font-family: 'CustomItalic';
}

h3.page-contents-eng-title {
    color: #2B3990!important;
}

ul.eng-list li:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #00AEEF!important;
    position: absolute;
    top: 4px;
    left: -18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

a[href]:after {
    content: "" !important;
}

abbr[title]:after {
    content: "" !important;
}
