/*
Theme Name:     Nakodil
Template:       basic
Version:        0.1.0
*/

@import url("../basic/style.css");

.content {color: #073d6d; line-height: 1.7em; }
#content .title{ font-size: 20px; }
.content ul{
    list-style: none;
}
.content ul li:before {
    padding-right:10px;
    font-weight: bold;
    color: #337AB7;
    content: "\2714";
		margin-left: -22px; 
}
.content ol{
    list-style: none;
		counter-reset: num;
}
.content ol li:before {
    padding-right:10px;
    font-weight: bold;
    color: #337AB7;
	  content: counter(num) '. ';
		counter-increment: num;
		margin-left: -28px; 
}
.sovet, .vnimanie{
    border-radius: 10px 10px;
    -moz-border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    padding: 10px 10px 10px 10px;
    margin: 5px 0px 5px 3px;
    -webkit-box-shadow: 2px 2px 3px #999;
    -moz-box-shadow: 2px 2px 3px #999;
    height:auto !important;
    overflow:visible;
    position:relative;
    bottom:6px;
    right: 6px;
    border: 1px solid #999999;
    text-align: justify;
}
.sovet {
		background-color: #D8F3C9;	
}
.vnimanie {
		background-color: #FDD;	
}
.kc-wrap {
	background:#f9f9f9;
	border:1px solid #aaa;
	padding:10px;
	margin-bottom:1em;
	width:auto;
	display:table;
	font-size:95%;
}

.breadcrumb {
font:bolder 12px  "Trebuchet MS", Verdana, Arial;
padding-top: 10px;
}
.breadcrumb a{
color: #1B7499;
}
.breadcrumb a:hover {
color: #EF0E0E;
}
h2, h3, h4 {
  clear: both; }