﻿@import url(your_style.css);
@import url(Themes/hdfc-theme.css);
@import url(Themes/pertamina-theme.css);
@media only screen and (max-width: 679px) and (min-width: 0) {

    nav ul li.active > a:before {
        right: -21px !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #header {
        padding: 0 30px 0 0 !important;
    }

    #content {
        padding: 10px 30px 10px 14px !important;
    }
}
