@media print {
    * {
        color: black !important;
    }
}

/* in browsers that do not support @media, this will be overridden by the items below */

@media screen {

    body > div {
        outline: 1px solid #fff;
    }

	body div.a11y-toolbar {
		outline: none;
	}

	body div.a11y-toolbar .offscreen {
		outline: 1px solid #fff;
	}

    a, abbr, acronym, address, article, aside, b, basefont, bdi, big,
    blink, blockquote, body, button, canvas, caption, center, cite, code,
    col, colgroup, command, dd, details, dfn, dir, div, dl, dt, em, embed,
    fieldset, figcaption, figure, font, footer, form, h1, h1 a, h1 a b, h1
    abbr, h1 center, h1 span, h2, h2 a, h2 a b, h2 abbr, h2 center, h2
    span, h3, h3 a, h3 a b, h3 abbr, h3 center, h3 span, h4, h4 a, h4 a b,
    h4 abbr, h4 center, h4 span, h5, h5 a, h5 a b, h5 abbr, h5 center, h5
    span, h6, h6 a, h6 a b, h6 abbr, h6 center, h6 span, header, hgroup,
    html, i, iframe, img, input, kbd, label, legend, li, listing, mark,
    marquee, menu, meter, multicol, nav, nobr, object, ol, option, p,
    plaintext, pre, progress, q, s, section, select, small, span, strike,
    strong, sub, summary, sup, table, td, textarea, th, time, tr, tt, u,
    ul, var, xmp {
        background-image: none !important;
        text-shadow: none !important;
    }

    a, abbr, acronym, address, article, aside, b, basefont, bdi, big,
    blink, blockquote, body, canvas, caption, center, cite, code, col,
    colgroup, command, dd, details, dfn, dir, div, dl, dt, em, embed,
    fieldset, figcaption, figure, font, footer, form, h1, h1 a, h1 a b, h1
    abbr, h1 center, h1 span, h2, h2 a, h2 a b, h2 abbr, h2 center, h2
    span, h3, h3 a, h3 a b, h3 abbr, h3 center, h3 span, h4, h4 a, h4 a b,
    h4 abbr, h4 center, h4 span, h5, h5 a, h5 a b, h5 abbr, h5 center, h5
    span, h6, h6 a, h6 a b, h6 abbr, h6 center, h6 span, header, hgroup,
    html, i, iframe, input, kbd, label, legend, li, listing, mark,
    marquee, menu, meter, multicol, nav, nobr, object, ol, option, p,
    plaintext, pre, progress, q, s, section, small, span, strike, strong,
    sub, summary, sup, table, td, textarea, th, time, tr, tt, u, ul, var,
    xmp {
        background: black !important;
        background-color: black !important;
    }

    a, abbr, article, aside, basefont, bdi, big, blink, blockquote, body,
    button, canvas, caption, center, code, col, colgroup, command, dd,
    details, dir, div, dl, dt, embed, fieldset, figcaption, figure, font,
    footer, form, header, hgroup, html, iframe, img, input, kbd, label,
    legend, li, listing, mark, marquee, menu, meter, multicol, nav, nobr,
    object, ol, option, p, plaintext, pre, progress, q, s, section,
    select, small, span, strike, sub, summary, sup, table, td, textarea,
    th, time, tr, tt, ul, var, xmp {
        color: #f3f3f3 !important;
    }

    acronym, b, strong {
        color: yellow !important;
    }

    address, cite, dfn, em, i, u {
        color: #FFFF80 !important;
    }

    h1, h1 a, h1 a b, h1 abbr, h1 center, h1 span, h2, h2 a, h2 a b, h2
    abbr, h2 center, h2 span, h3, h3 a, h3 a b, h3 abbr, h3 center, h3
    span, h4, h4 a, h4 a b, h4 abbr, h4 center, h4 span, h5, h5 a, h5 a b,
    h5 abbr, h5 center, h5 span, h6, h6 a, h6 a b, h6 abbr, h6 center, h6
    span {
        color: #50d0a0 !important;
    }

    img {
        background: #808080 !important;
        background-color: #808080 !important;
    }

	img.transparent-dark {
        background: #fff !important;
        background-color: #fff !important;
	}

	img.transparent-light {
        background: #000 !important;
        background-color: #000 !important;
	}

    button {
        background: #600040 !important;
        background-color: #600040 !important;
    }

    select {
        -webkit-appearance: listbox !important;
        background: #500050 !important;
        background-color: #500050 !important;
    }

    a:link, a:link a, a:link abbr, a:link acronym, a:link address, a:link
    article, a:link aside, a:link b, a:link basefont, a:link bdi, a:link
    big, a:link blink, a:link blockquote, a:link body, a:link br, a:link
    button, a:link canvas, a:link caption, a:link center, a:link cite,
    a:link code, a:link col, a:link colgroup, a:link command, a:link dd,
    a:link details, a:link dfn, a:link dir, a:link div, a:link dl, a:link
    dt, a:link em, a:link embed, a:link fieldset, a:link figcaption,
    a:link figure, a:link font, a:link footer, a:link form, a:link h1,
    a:link h2, a:link h3, a:link h4, a:link h5, a:link h6, a:link header,
    a:link hgroup, a:link html, a:link i, a:link iframe, a:link img,
    a:link input, a:link kbd, a:link label, a:link legend, a:link li,
    a:link listing, a:link mark, a:link marquee, a:link menu, a:link
    meter, a:link multicol, a:link nav, a:link nobr, a:link object, a:link
    ol, a:link option, a:link p, a:link plaintext, a:link pre, a:link
    progress, a:link q, a:link s, a:link section, a:link select, a:link
    small, a:link span, a:link strike, a:link strong, a:link sub, a:link
    summary, a:link sup, a:link table, a:link td, a:link textarea, a:link
    th, a:link time, a:link tr, a:link tt, a:link u, a:link ul, a:link
    var, a:link xmp, a:link:active, a:link:active abbr, a:link:active
    acronym, a:link:active b, a:link:active basefont, a:link:active big,
    a:link:active br, a:link:active code, a:link:active div, a:link:active
    em, a:link:active font, a:link:active h1, a:link:active h2,
    a:link:active h3, a:link:active h4, a:link:active h5, a:link:active
    h6, a:link:active i, a:link:active kbd, a:link:active small,
    a:link:active span, a:link:active strong, a:link:active tt,
    a:link:active u, a:link:active var, a:visited, a:visited a, a:visited
    abbr, a:visited acronym, a:visited address, a:visited article,
    a:visited aside, a:visited b, a:visited basefont, a:visited bdi,
    a:visited big, a:visited blink, a:visited blockquote, a:visited body,
    a:visited br, a:visited button, a:visited canvas, a:visited caption,
    a:visited center, a:visited cite, a:visited code, a:visited col,
    a:visited colgroup, a:visited command, a:visited dd, a:visited
    details, a:visited dfn, a:visited dir, a:visited div, a:visited dl,
    a:visited dt, a:visited em, a:visited embed, a:visited fieldset,
    a:visited figcaption, a:visited figure, a:visited font, a:visited
    footer, a:visited form, a:visited h1, a:visited h2, a:visited h3,
    a:visited h4, a:visited h5, a:visited h6, a:visited header, a:visited
    hgroup, a:visited html, a:visited i, a:visited iframe, a:visited img,
    a:visited input, a:visited kbd, a:visited label, a:visited legend,
    a:visited li, a:visited listing, a:visited mark, a:visited marquee,
    a:visited menu, a:visited meter, a:visited multicol, a:visited nav,
    a:visited nobr, a:visited object, a:visited ol, a:visited option,
    a:visited p, a:visited plaintext, a:visited pre, a:visited progress,
    a:visited q, a:visited s, a:visited section, a:visited select,
    a:visited small, a:visited span, a:visited strike, a:visited strong,
    a:visited sub, a:visited summary, a:visited sup, a:visited table,
    a:visited td, a:visited textarea, a:visited th, a:visited time,
    a:visited tr, a:visited tt, a:visited u, a:visited ul, a:visited var,
    a:visited xmp, a:visited:active, a:visited:active abbr,
    a:visited:active acronym, a:visited:active b, a:visited:active
    basefont, a:visited:active big, a:visited:active br, a:visited:active
    code, a:visited:active div, a:visited:active em, a:visited:active
    font, a:visited:active h1, a:visited:active h2, a:visited:active h3,
    a:visited:active h4, a:visited:active h5, a:visited:active h6,
    a:visited:active i, a:visited:active kbd, a:visited:active small,
    a:visited:active span, a:visited:active strong, a:visited:active tt,
    a:visited:active u, a:visited:active var {
        cursor: pointer !important;
    }

    a:link, a:link abbr, a:link acronym, a:link b, a:link basefont,
    a:link big, a:link br, a:link code, a:link div, a:link em, a:link
    font, a:link h1, a:link h2, a:link h3, a:link h4, a:link h5, a:link
    h6, a:link i, a:link kbd, a:link small, a:link span, a:link strong,
    a:link tt, a:link u, a:link var {
        color: #00b0FF !important;
    }

    a:link, a:link abbr, a:link acronym, a:link b, a:link basefont,
    a:link big, a:link br, a:link code, a:link div, a:link em, a:link
    font, a:link h1, a:link h2, a:link h3, a:link h4, a:link h5, a:link
    h6, a:link i, a:link kbd, a:link small, a:link span, a:link strong,
    a:link tt, a:link u, a:link var, a:link:active, a:link:active abbr,
    a:link:active acronym, a:link:active b, a:link:active basefont,
    a:link:active big, a:link:active br, a:link:active code, a:link:active
    div, a:link:active em, a:link:active font, a:link:active h1,
    a:link:active h2, a:link:active h3, a:link:active h4, a:link:active
    h5, a:link:active h6, a:link:active i, a:link:active kbd,
    a:link:active small, a:link:active span, a:link:active strong,
    a:link:active tt, a:link:active u, a:link:active var, a:visited,
    a:visited abbr, a:visited acronym, a:visited b, a:visited basefont,
    a:visited big, a:visited br, a:visited code, a:visited div, a:visited
    em, a:visited font, a:visited h1, a:visited h2, a:visited h3,
    a:visited h4, a:visited h5, a:visited h6, a:visited i, a:visited kbd,
    a:visited small, a:visited span, a:visited strong, a:visited tt,
    a:visited u, a:visited var, a:visited:active, a:visited:active abbr,
    a:visited:active acronym, a:visited:active b, a:visited:active
    basefont, a:visited:active big, a:visited:active br, a:visited:active
    code, a:visited:active div, a:visited:active em, a:visited:active
    font, a:visited:active h1, a:visited:active h2, a:visited:active h3,
    a:visited:active h4, a:visited:active h5, a:visited:active h6,
    a:visited:active i, a:visited:active kbd, a:visited:active small,
    a:visited:active span, a:visited:active strong, a:visited:active tt,
    a:visited:active u, a:visited:active var {
        text-decoration: underline !important;
    }

    a:visited, a:visited abbr, a:visited acronym, a:visited b, a:visited
    basefont, a:visited big, a:visited br, a:visited code, a:visited div,
    a:visited em, a:visited font, a:visited h1, a:visited h2, a:visited
    h3, a:visited h4, a:visited h5, a:visited h6, a:visited i, a:visited
    kbd, a:visited small, a:visited span, a:visited strong, a:visited tt,
    a:visited u, a:visited var {
        color: #00FFFF !important;
    }

    ::-moz-selection, ::selection {
        background: #4080c0 !important;
        background-color: #4080c0 !important;
    }

    a[onclick], a[onclick] a, a[onclick] abbr, a[onclick] acronym,
    a[onclick] address, a[onclick] article, a[onclick] aside, a[onclick]
    b, a[onclick] basefont, a[onclick] bdi, a[onclick] big, a[onclick]
    blink, a[onclick] blockquote, a[onclick] body, a[onclick] br,
    a[onclick] button, a[onclick] canvas, a[onclick] caption, a[onclick]
    center, a[onclick] cite, a[onclick] code, a[onclick] col, a[onclick]
    colgroup, a[onclick] command, a[onclick] dd, a[onclick] details,
    a[onclick] dfn, a[onclick] dir, a[onclick] div, a[onclick] dl,
    a[onclick] dt, a[onclick] em, a[onclick] embed, a[onclick] fieldset,
    a[onclick] figcaption, a[onclick] figure, a[onclick] font, a[onclick]
    footer, a[onclick] form, a[onclick] h1, a[onclick] h2, a[onclick] h3,
    a[onclick] h4, a[onclick] h5, a[onclick] h6, a[onclick] header,
    a[onclick] hgroup, a[onclick] html, a[onclick] i, a[onclick] iframe,
    a[onclick] img, a[onclick] input, a[onclick] kbd, a[onclick] label,
    a[onclick] legend, a[onclick] li, a[onclick] listing, a[onclick] mark,
    a[onclick] marquee, a[onclick] menu, a[onclick] meter, a[onclick]
    multicol, a[onclick] nav, a[onclick] nobr, a[onclick] object,
    a[onclick] ol, a[onclick] option, a[onclick] p, a[onclick] plaintext,
    a[onclick] pre, a[onclick] progress, a[onclick] q, a[onclick] s,
    a[onclick] section, a[onclick] select, a[onclick] small, a[onclick]
    span, a[onclick] strike, a[onclick] strong, a[onclick] sub, a[onclick]
    summary, a[onclick] sup, a[onclick] table, a[onclick] td, a[onclick]
    textarea, a[onclick] th, a[onclick] time, a[onclick] tr, a[onclick]
    tt, a[onclick] u, a[onclick] ul, a[onclick] var, a[onclick] xmp,
    a[onclick]:active, a[onclick]:active abbr, a[onclick]:active acronym,
    a[onclick]:active b, a[onclick]:active basefont, a[onclick]:active
    big, a[onclick]:active br, a[onclick]:active code, a[onclick]:active
    div, a[onclick]:active em, a[onclick]:active font, a[onclick]:active
    h1, a[onclick]:active h2, a[onclick]:active h3, a[onclick]:active h4,
    a[onclick]:active h5, a[onclick]:active h6, a[onclick]:active i,
    a[onclick]:active kbd, a[onclick]:active small, a[onclick]:active
    span, a[onclick]:active strong, a[onclick]:active tt,
    a[onclick]:active u, a[onclick]:active var {
        cursor: pointer !important;
    }

    a[onclick], a[onclick] abbr, a[onclick] acronym, a[onclick] b,
    a[onclick] basefont, a[onclick] big, a[onclick] br, a[onclick] code,
    a[onclick] div, a[onclick] em, a[onclick] font, a[onclick] h1,
    a[onclick] h2, a[onclick] h3, a[onclick] h4, a[onclick] h5, a[onclick]
    h6, a[onclick] i, a[onclick] kbd, a[onclick] small, a[onclick] span,
    a[onclick] strong, a[onclick] tt, a[onclick] u, a[onclick] var {
        color: #00b0FF !important;
    }

    a[onclick], a[onclick] abbr, a[onclick] acronym, a[onclick] b,
    a[onclick] basefont, a[onclick] big, a[onclick] br, a[onclick] code,
    a[onclick] div, a[onclick] em, a[onclick] font, a[onclick] h1,
    a[onclick] h2, a[onclick] h3, a[onclick] h4, a[onclick] h5, a[onclick]
    h6, a[onclick] i, a[onclick] kbd, a[onclick] small, a[onclick] span,
    a[onclick] strong, a[onclick] tt, a[onclick] u, a[onclick] var,
    a[onclick]:active, a[onclick]:active abbr, a[onclick]:active acronym,
    a[onclick]:active b, a[onclick]:active basefont, a[onclick]:active
    big, a[onclick]:active br, a[onclick]:active code, a[onclick]:active
    div, a[onclick]:active em, a[onclick]:active font, a[onclick]:active
    h1, a[onclick]:active h2, a[onclick]:active h3, a[onclick]:active h4,
    a[onclick]:active h5, a[onclick]:active h6, a[onclick]:active i,
    a[onclick]:active kbd, a[onclick]:active small, a[onclick]:active
    span, a[onclick]:active strong, a[onclick]:active tt,
    a[onclick]:active u, a[onclick]:active var {
        text-decoration: underline !important;
    }

    a:link:hover, a:link:hover abbr, a:link:hover acronym, a:link:hover
    b, a:link:hover basefont, a:link:hover big, a:link:hover br,
    a:link:hover code, a:link:hover div, a:link:hover em, a:link:hover
    font, a:link:hover h1, a:link:hover h2, a:link:hover h3, a:link:hover
    h4, a:link:hover h5, a:link:hover h6, a:link:hover i, a:link:hover
    kbd, a:link:hover small, a:link:hover span, a:link:hover strong,
    a:link:hover tt, a:link:hover u, a:link:hover var, a:visited:hover,
    a:visited:hover abbr, a:visited:hover acronym, a:visited:hover b,
    a:visited:hover basefont, a:visited:hover big, a:visited:hover br,
    a:visited:hover code, a:visited:hover div, a:visited:hover em,
    a:visited:hover font, a:visited:hover h1, a:visited:hover h2,
    a:visited:hover h3, a:visited:hover h4, a:visited:hover h5,
    a:visited:hover h6, a:visited:hover i, a:visited:hover kbd,
    a:visited:hover small, a:visited:hover span, a:visited:hover strong,
    a:visited:hover tt, a:visited:hover u, a:visited:hover var {
        background: #400000 !important;
        background-color: #400000 !important;
		outline: 1px solid #00FFFF !important;
    }

    a:link:active, a:link:active abbr, a:link:active acronym,
    a:link:active b, a:link:active basefont, a:link:active big,
    a:link:active br, a:link:active code, a:link:active div, a:link:active
    em, a:link:active font, a:link:active h1, a:link:active h2,
    a:link:active h3, a:link:active h4, a:link:active h5, a:link:active
    h6, a:link:active i, a:link:active kbd, a:link:active small,
    a:link:active span, a:link:active strong, a:link:active tt,
    a:link:active u, a:link:active var, a:visited:active,
    a:visited:active abbr, a:visited:active acronym, a:visited:active b,
    a:visited:active basefont, a:visited:active big, a:visited:active br,
    a:visited:active code, a:visited:active div, a:visited:active em,
    a:visited:active font, a:visited:active h1, a:visited:active h2,
    a:visited:active h3, a:visited:active h4, a:visited:active h5,
    a:visited:active h6, a:visited:active i, a:visited:active kbd,
    a:visited:active small, a:visited:active span, a:visited:active
    strong, a:visited:active tt, a:visited:active u, a:visited:active var {
        color: red !important;
    }

    button.disabled, input.disabled, select.disabled, textarea.disabled {
        background: #404040 !important;
        background-color: #404040 !important;
    }

    a[onclick]:hover, a[onclick]:hover abbr, a[onclick]:hover acronym,
    a[onclick]:hover b, a[onclick]:hover basefont, a[onclick]:hover big,
    a[onclick]:hover br, a[onclick]:hover code, a[onclick]:hover div,
    a[onclick]:hover em, a[onclick]:hover font, a[onclick]:hover h1,
    a[onclick]:hover h2, a[onclick]:hover h3, a[onclick]:hover h4,
    a[onclick]:hover h5, a[onclick]:hover h6, a[onclick]:hover i,
    a[onclick]:hover kbd, a[onclick]:hover small, a[onclick]:hover span,
    a[onclick]:hover strong, a[onclick]:hover tt, a[onclick]:hover u,
    a[onclick]:hover var {
        background: #400000 !important;
        background-color: #400000 !important;
    }

    input[type=reset] {
        background: #400060 !important;
        background-color: #400060 !important;
    }

    a[onclick]:active, a[onclick]:active abbr, a[onclick]:active acronym,
    a[onclick]:active b, a[onclick]:active basefont, a[onclick]:active
    big, a[onclick]:active br, a[onclick]:active code, a[onclick]:active
    div, a[onclick]:active em, a[onclick]:active font, a[onclick]:active
    h1, a[onclick]:active h2, a[onclick]:active h3, a[onclick]:active h4,
    a[onclick]:active h5, a[onclick]:active h6, a[onclick]:active i,
    a[onclick]:active kbd, a[onclick]:active small, a[onclick]:active
    span, a[onclick]:active strong, a[onclick]:active tt,
    a[onclick]:active u, a[onclick]:active var {
        color: red !important;
    }

    div[role="slider"],div[role="button"], input[type=button], input[type=submit] {
        background: #600040 !important;
        background-color: #600040 !important;
    }

    input[type=search] {
        -webkit-appearance: textfield !important;
    }

    a:after, a:before, abbr:after,
    abbr:before, acronym:after,
    acronym:before, address:after,
    address:before, article:after,
    article:before, aside:after, aside:before,
    b:after, b:before,
    basefont:after, basefont:before, bdi:after,
    bdi:before, big:after,
    big:before, blink:after, blink:before,
    blockquote:after, blockquote:before,
    body:after, body:before,
    button:after, button:before, canvas:after,
    canvas:before, caption:after,
    caption:before, center:after, center:before,
    cite:after, cite:before,
    code:after, code:before, col:after,
    col:before, colgroup:after,
    colgroup:before, command:after,
    command:before, dd:after, dd:before,
    details:after, details:before,
    dfn:after, dfn:before, dir:after,
    dir:before, div:after,
    div:before, dl:after, dl:before,
    dt:after, dt:before, em:after,
    em:before, embed:after,
    embed:before, fieldset:after,
    fieldset:before, figcaption:after,
    figcaption:before, figure:after,
    figure:before, font:after, font:before,
    footer:after, footer:before,
    form:after, form:before, h1:after,
    h1:before, h2:after, h2:before,
    h3:after, h3:before, h4:after,
    h4:before, h5:after, h5:before,
    h6:after, h6:before,
    header:after, header:before, hgroup:after,
    hgroup:before, html:after,
    html:before, i:after, i:before,
    iframe:after, iframe:before, img:after,
    img:before, input:after,
    input:before, kbd:after, kbd:before,
    label:after, label:before,
    legend:after, legend:before, li:after,
    li:before, listing:after,
    listing:before, mark:after, mark:before,
    marquee:after, marquee:before,
    menu:after, menu:before, meter:after,
    meter:before, multicol:after,
    multicol:before, nav:after, nav:before,
    nobr:after, nobr:before,
    object:after, object:before, ol:after,
    ol:before, option:after,
    option:before, p:after, p:before,
    plaintext:after, plaintext:before,
    pre:after, pre:before,
    progress:after, progress:before, q:after,
    q:before, s:after, s:before,
    section:after, section:before,
    select:after, select:before, small:after,
    small:before, span:after,
    span:before, strike:after, strike:before,
    strong:after, strong:before,
    sub:after, sub:before, summary:after,
    summary:before, sup:after,
    sup:before, table:after, table:before,
    td:after, td:before,
    textarea:after, textarea:before, th:after,
    th:before, time:after,
    time:before, tr:after, tr:before,
    tt:after, tt:before, u:after,
    u:before, ul:after, ul:before,
    var:after, var:before,
    xmp:after, xmp:before, :root:not(HTML), :root:not(HTML)
   , .wp-block-group, .has-text-color {
        background: black !important;
        background-color: black !important;
        background-image: none !important;
        color: #f3f3f3 !important;
        text-shadow: none !important;
    }

    body.mediawiki img.tex {
        background: white !important;
        background-color: white !important;
    }

    button[disabled="disabled"], input[disabled="disabled"],
    select[disabled="disabled"], textarea[disabled="disabled"] {
        background: #404040 !important;
        background-color: #404040 !important;
    }

    :root:not(HTML) slider{
        background: #301090 !important;
        background-color: #301090 !important;
    }

    .diffchange, .was, .now, .vc_diff_change, .vc_diff_remove, .vc_diff_add, .wDiffHtmlDelete, .wDiffHtmlInsert {
        color: #FFFF80 !important;
    }

    .wDiffHtmlDelete {
        text-decoration: line-through !important;
    }

    a.new {
        color: #FFFF40 !important;
    }

    body.mediawiki > div.navpopup, body.mediawiki .referencetooltip, ul.ui-autocomplete {
        position: absolute !important;
        border: blue solid !important;
    }

    font[color] {
        color: #FFFF40 !important;
    }

    span.Apple-style-span {
        color: #FFFF40 !important;
    }

    tr.new td {
        border: thick solid #FFFF40 !important;
    }

    ul.profile-icons li span {
        display: inline !important;
    }

    div.tooltip.dropShadow20 {
        border: thin solid #FFFF80 !important;
    }

    li#menuNavigation.iconOnly > a > span.icon:after {
        content: "Navigation";
        text-transform: none;
    }

    li#menuSearchHitNext.iconOnly > a > span.icon:after {
        content: "Next hit";
        text-transform: none !important;
    }

    li#menuToolsPreferences.iconOnly > a > span.icon:after {
        content: "Preferences";
        text-transform: none;
    }

    div.resultNavControls > ul > li.resultNavLeft > a > span:after {
        content: "<- Prev";
        text-transform: none;
    }

    div.resultNavControls > ul > li.resultNavRight > a > span:after {
        content: "Next ->";
        text-transform: none;
    }

    div.resultNavControls > ul > li.resultNavDoubleLeft > a > span:after {
        content: "<<- Backwd";
        text-transform: none;
    }

    div.resultNavControls > ul > li.resultNavDoubleRight > a > span:after {
        content: "Fwd ->>";
        text-transform: none;
    }

    body > input#rsconf + div#wrapper > div#header + div#container > div#spacer + div#content span.hl, body > input#rsconf + div#wrapper > div#header + div#container > div#spacer + div#secondaryNav + div#content span.hl {
        background: #003050 !important;
    }

    div.result > div.document span.mk, div.result > div.document span.mk b, div.par p.sb span.mk, div.par p.ss span.mk b {
        background: #400060 !important;
    }

    .menu li a span.label {
        display: inline !important;
        text-transform: none !important;
    }

    body.yesJS > div.fancybox-wrap[style] {
        position: absolute !important;
        border: blue solid !important;
    }

    body.yesJS > div.fancybox-wrap[style] div.fancybox-close:after {
        content: "Close";
    }

    div.youtube5top-overlay, div.youtube5bottom-overlay, div.youtube5info, div.youtube5info-button, div.youtube5controls {
        background-color: transparent !important;
        background: transparent !important;
    }

    input[type=text], input[type=password], input[type=search] {
        border: 1px solid grey !important;
    }

    * {
		box-shadow: none !important;
		-webkit-box-shadow: none !important;
    }

    :focus {
        outline: medium dotted !important;
    }
}

/* end of @media block */
::placeholder {
	color: #fff;
}