<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.citation h1{
    margin: -20px 0px 10px !important;
}
.add_cit {
    float: right;
    background:url(../img/plus.png) no-repeat 1px 8px; 
    padding-left: 20px;
    font-size: 18px;
    text-decoration: none;
}

.add_cit a{
    text-decoration: none;
}

.citation ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.citation li{
	font-size:16px;
	border-bottom: 1px dashed #74B2F5;
	margin-bottom: 3px;
}

.citation li a{
    padding-left: 5px;
    text-decoration: none;
	font-weight: bold;
}

.citation_text {
    color: #666666;
    padding: 5px;
    border: 1px solid #E9E9E9;
    background-color: #F8F8F8;
}

.citation_meta {
    color: #666666;
    height: 20px;
    padding: 3px;
    border-right: none;
    border: 1px solid #E9E9E9;
    background-color: #F8F8F8;
}

.citation_meta a, .citation a {
	color: #4DB7F1;
}

.citation_meta a:hover, .citation a:hover {
	color: #0E96E0;
}

.citation_meta_r {
    color: #666666;
    height: 20px;
    padding: 4px;
    padding-bottom: 0px;
    border-right: none;
    border: 1px solid #E9E9E9;
    background-color: #F8F8F8;
}

.citation_arrow {
    width: 50px;
    height: 30px;
    /*border: 1px solid #000;*/
    margin-bottom: -6px;
    margin-left: -4px;
}

.citation_user {
    width: 80px;
}

.citation_ava img {
    padding: 1px;
    border-radius: 30px;
    border: 1px solid #E9E9E9;
    position: absolute;
    width: 50px;
    margin: -30px 0px 0px 38px;
    opacity:0.8; 
    -moz-opacity:0.8; 
    filter:alpha(opacity=80);
}

.citation_ava:hover img {
    opacity:1.8; 
    -moz-opacity:1.8; 
    filter:alpha(opacity=100);
}

.ic_install {
    background:url(../img/heart.png) no-repeat; 
    padding-left: 20px;
    color: #4DB7F1;
    font-weight: bold;
}

.ic_plus {
    background:url(../img/donate.png) no-repeat; 
    padding-left: 20px;
    color: #4DB7F1;
    font-weight: bold;
}
.ic_plus a{
    text-decoration: none;
}

.ic_comm {
    background:url(../img/comment.png) no-repeat; 
    padding-left: 20px;
    color: #4DB7F1;
    font-weight: bold;
}
.ic_comm a{
    text-decoration: none;
}

#category_id {
    width: 100%;
    padding: 5px;
    border: 1px solid #777777;
}

.text_cit{
  width:98%; margin-top: 5px; height: 100px; 
  padding: 5px;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  border: 1px solid #777777;        
}

.btn_cit {
    cursor: pointer;
    width: 150px;
    padding: 5px;
    margin-top: 5px;
    border: 1px solid #777777;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: #0044cc;
  color: #fff;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);      
}
.btn_cit:hover {
  color: #000;      
}

.citation span.s_right {
float:right;
color: #fff;
background: skyblue;
width: 30px;
text-align: center;
}

.citation li #cat_img {
	margin-bottom:-2px;
}</pre></body></html>