<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#help #view a.wikipedia {
    background: transparent url('images/wikipedia.png') no-repeat right 0px;
    padding: 0 18px 0 0;
}

#help #view a.external {
    background: transparent url('images/external.png') no-repeat right 0px;
    padding: 0 18px 0 0;
}

#help #view #block {
    text-align: center;
}

#view .download, .download:visited {
    display: inline-block;
    width: 150px;
    padding: 15px 5px 15px 35px;
    margin: 5px;
    background : #eeeeee url('images/pdf.png') no-repeat center left;
    font-size: 0.7em;
    border: 1px solid #cccccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    color: black;
    font-style: none;
    text-decoration: none;
}

#view .download_disabled {
    display: inline-block;
    width: 160px;
    padding: 15px 0px 15px 35px;
    margin: 5px;
    background :  #eeeeee url('images/unavailable.png') no-repeat center left;
    font-size: 0.7em;
    border: 1px solid #cccccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    color: black;
    font-style: none;
    text-decoration: none;
}

@media (min-resolution: 2dppx), (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1) {

    #help #view a.wikipedia {
	background: transparent url('images/wikipedia@2x.png') no-repeat right 0px;
	background-size: 16px 16px;
    }

    #help #view a.external {
	background: transparent url('images/external@2x.png') no-repeat right 0px;
	background-size: 16px 16px;
    }

    #view .download_disabled {
	background :  #eeeeee url('images/unavailable@2x.png') no-repeat center left;
	background-size: 32px 32px;
    }
    
    #view .download, .download:visited {
	background : #eeeeee url('images/pdf@2x.png') no-repeat center left;	background-size: 23px 24px;
	background-size: 32px 32px;
    }
}</pre></body></html>