<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#view-banner-gov-sg
{
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1000000;
    overflow: hidden;
    background-color: #f0f0f0;
    text-align: center;

    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15), 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15), 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15), 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15), 0 2px 4px 0 rgba(0, 0, 0, 0.14);
}

#view-banner-gov-sg,
#view-banner-gov-sg *
{
    font-family: sans-serif;
    color: #484848;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
}

#view-banner-gov-sg  div#top-wrapper
{
    margin: 0px auto;
}

#view-banner-gov-sg &gt; div a, 
#view-banner-gov-sg &gt; div a:hover, 
#view-banner-gov-sg &gt; div a:visited
{
    color: #484848;
    font-size: 12px;
    line-height: 28px;
    min-height: 28px;
    text-decoration: none;
}

#view-banner-gov-sg &gt; div a:hover
{
  color: #000;
}

#view-banner-gov-sg &gt; div a span.sgds-icon
{
    background: url("../images/logo/lionhead-gov-sg.png") center center no-repeat;
    background-size: auto 14px;
    width: 14px;
    padding: 0px;
}

#view-banner-gov-sg &gt; div a span
{
    display: table-cell;
    padding-left: 8px;
    word-wrap: break-word;
}</pre></body></html>