/* Add here all your css styles (customizations) */
/*---Облако тегов---*/
.clouds_xsmall { font-size: 1em; }
.clouds_small { font-size: 1.1em; }
.clouds_medium { font-size: 1.2em; font-weight: bold; }
.clouds_large { font-size: 1.5em; }
.clouds_xlarge { font-size: 1.7em; }



#disclaimer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    text-align: justify;    
    z-index: 1000;
    font-size: 12px;
    line-height: 14px;
}

#disclaimer .container {
	background-color: white;
	padding: 10px;	
	border: 1px dotted #ccc;
	border-radius: 5px 5px 0 0;
	margin: 0 auto;
	width: 1100px;
}

#disclaimer .close {
	position:relative;
	top:-25px;	
	background-color: white;	
	border: 1px dotted #ccc;
	width: 30px; /* Ширина кнопки */
    height: 30px; /* Высота */
    border-radius: 15px;
	opacity:1;	
	float:right;
	z-index:5000;
}

@media (max-width: 768px) {
	#disclaimer {
		font-size: 7px;
		line-height: 9px;
	}	
}

/*---Быстрый поиск на сайте---*/
#searchsuggestions { border-width:1px; border-color:#919191; border-style:solid; width:300px; background-color:#5c9ccc; font-size:10px; line-height:14px; }
#searchsuggestions a { padding:5px;display:block; background-color:#fff; clear:left; height:75px; text-decoration:none; }
#searchsuggestions a:hover { background-color:#fdd08b; color:#fff; }
#searchsuggestions a span.searchheading { background: #5c9ccc; display:block; font-weight:bold; padding:5px; color:#fff; }
#searchsuggestions a:hover span.searchheading { color:#fff; }
#searchsuggestions a span {color:#555; }
#searchsuggestions a:hover span { color:#000; }
#searchsuggestions span.seperator { float:right; padding-right:15px; margin-right:5px;}
#searchsuggestions span.seperator a { background-color:transparent; display:block; height:auto; color:#fff; }
#searchsuggestions span.notfound { padding:5px; background-color:#fff; display:block; height:auto; color:#000; }

p {
    color: #000 !important;
}

legend {
    width:  auto !important;
    padding: 5px !important;
}

#search_link a {
    color: white !important;
    text-decoration: none !important;
}

#card_post a {
    text-decoration: underline !important;
}

.img_full {
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    width: 260px;
}

      
        .rating_up {color:green; font-weight:bold; font-size:14px;}
.rating_down {color:red; font-weight:bold; font-size:14px;}

.rating_up1 {color:green; font-weight:bold; font-size:10px;}
.rating_down1 {color:red; font-weight:bold; font-size:10px;}

.clr {

    clear: both;

}

