body,
body * {
    vertical-align: baseline;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.dynamicAdvertContainer {
    display: none;
    position: absolute;
    cursor: pointer;
    width: 728px;
    height: 90px;
    border: 1px solid black;
    box-sizing: border-box;
    background: #1A1A1A;
    overflow: hidden;
}

@font-face {
    font-family: 'NissanBrand';
    src: url('fonts/NissanBrand-Regular.woff2') format('woff2'),
        url('fonts/NissanBrand-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NissanLight';
    src: url('fonts/NissanBrand-Light.woff2') format('woff2'),
        url('fonts/NissanBrand-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'NissanBold';
    src: url('fonts/NissanBrandW01-Bold.woff2') format('woff2'),
        url('fonts/NissanBrandW01-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}
