<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#rssButton {
    margin-top:-18px;
    margin-left:90%;
}

#articleSubmissionButtonHolder {
    margin-left: 52%;
    margin-top: -23px;
    position: absolute;
}

#articleSubmission {
    display: block;
    height: auto;
    overflow: auto;
    _overflow:none;
    padding: 10px;
    width: 98%;
}

#articleSubmissionIntroduction {
    margin-top:10px;
}

#articleSubmissionStatus {
    display:block;
    text-align:center;
    height: auto;
}

#articleSubmissionForm {
    position:relative;
}

#articleSubmissionForm label {
    display:block;
    width: 150px;
    float:left;
    clear:left;
}

#articleSubmissionForm fieldset {
    padding:10px;
}

#articleSubmissionForm input, #articleSubmissionForm  textarea {
    float:left;
    margin-bottom:10px;
}

#articleTitle {
    width: 100%;
}

#articleSummary {
    width: 100%;
}

#articleContent {
    width: 100%;
    height: 420px;
}

#articleSubmit {
    float:right;
    margin-top: 5px;
}

span.cke_browser_gecko table.cke_editor, span.cke_browser_ie9 table.cke_editor, span.cke_browser_ie10 table.cke_editor {
    margin-left: -100%;
    margin-top: 140px;
}

span.cke_browser_ie8 table.cke_editor {
    margin-left: -20%;
    margin-top: 140px;
}

.yellow{
	padding:7px;
	border-color:#FF9900;
	border-width:1px;
	border-style:solid;
	background-color:#FFFFCC;
	color: #000000;
	line-height:1.5;
}

#last_updated {
    font-size: 0.75em;
    font-style: italic;
    padding: 5px 0 !important;
    clear: both;
    margin-top: 25px;
    width: 100%;
}


#red {
    padding: 6px 7px 7px;
    border-color: #990000;
    border-width: 1px;
    border-style: solid;
    background-color: #F2DBDB;
    margin: 0 0 20px;
}


input.error, textarea.error {
   border-color: #990000;
   border-width: 1px;
   border-style: solid;
   background-color: #F2DBDB;
}

.searchResult {
    border-bottom: 1px solid black;
    min-height: 40px;
    padding: 10px 0;
}

.icon {
    height: 40px;
    margin: 0px 5px 5px -9px;
    width: 50px;
    float: left;
}

#search-pages {
    width: 62.5%;
    float: left;
    margin-right: 5%;
}

#search-documents {
    width: 32.5%;
    float: left;
}

#search-pages.full-width, #search-documents.full-width {
    width: 100%;
    float: none;
    margin: 0;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pager {
    display: block;
    margin: 20px auto 5px;
    text-align:center;
}

#footer .footer.privacy-policy
{
    display: none;
}

#footer.show_privacy_policy .footer.privacy-policy
{
    display: inline;
}

#hidden {
    display: none;
}

#acnyIntroTextContainer {
    width: 792px;
    text-align: justify;
}

#introTextContainer {
    width: 1200px;
    padding-left: 1em;
    text-align: justify;
}


figure {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}


figure img{width: 100%; text-align: center;}
figure.image{display: table; margin: 1em auto; min-width: 50px;}

.image-style-align-left{text-align: left; float: left;margin-right: 1em; margin-bottom: 0.75em;}
.image-style-align-center{text-align: center; margin: auto; margin-bottom: 0.75em;}
.image-style-align-right{text-align: right; float: right; margin-left: 1em; margin-bottom: 0.75em;}



figure figcaption{
    text-align: center;
    display: table-caption;
    caption-side: bottom;
    word-break: break-word;
    color: #333;
    background-color: #f7f7f7;
    padding: 0.6em;
    font-size: .75em;
    outline-offset: -1px;}

figure.table table{border: 1px solid #BFBFBF; border-spacing: 0!important;border-collapse: collapse!important; width: 100%;}
figure.table td{border: 1px solid #BFBFBF; padding: .4em;}
figure.table td p{border: none; font-style: none; padding: none;}

.text-tiny{font-size: .7em;}
.text-small{font-size: .85em;}
.text-big{font-size: 1.4em;}
.text-huge{font-size: 1.8em;}
</pre></body></html>