.article-content > img {
    display: block;
    margin: 0 auto 30px;
    max-width: 100%;
    height: auto;
}
.article-content > h2 {
    font-size: 1.5rem;
    line-height: 1.3em;
}
.article-content blockquote {
    display: block;
    margin-bottom: 30px;
    border-left: 5px solid #1c5196;
    padding: 20px;
    font-size: 1.3rem;
}
.article-content .table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #dddddd;
	border-collapse: collapse; 
}
.article-content .table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}
.article-content .table td {
	border: 1px solid #dddddd;
	padding: 5px;
}
.article-content .pozor {
    font-weight: 700;
    text-align: center;
}
.article-content .pozor span {
    color: red;
}
.article-content p a {
    color: #1261c9;
    text-decoration: underline;
}

.article-content {
    
}
.article-content {
    
}
.article-content {
    
}
.article-content {
    
}
.article-content .img500 {
    display: block;
    margin: 0 auto 25px;
    max-width: 500px;
    width: 100%;
}


#comments {
    margin-top: 0px;
}

#comments h2 {
    color: #000;
    border-bottom: 0px solid;
    border-color: #000;
    text-transform: uppercase;
    padding-bottom: 40px;
    font-size: 20px;
    color: #05519d;
}

#comments .date {
    font-weight: normal;
    background: none;
    display: inline;
}

#comments .row-y-item {

}

#comments .row-y-item .info {
    position: relative;
    padding: 0 0 25px 70px;
}

#comments .row-y-item .coment_ava {
    position: absolute;
    top:0;
    left: 0;
}
#comments .row-y-item .coment_ava img {
    display: block;
    margin: 0px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}
#comments .row-y-item .name {
    font-weight: 700;
}
#comments .row-y-item .name .randdate {
    font-weight: 400;
    opacity: .5;
}
#comments .row-y-item .pg {
    line-height: 1.5em;
}
#comments .row-y-item .pg a {
    color: #1261c9;
    text-decoration: underline;
}
#comments .row-y-item .pg img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 10px 0 0 0;
}


.button {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    font-family: 'DIN Pro', Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #000;
    background: #fff222; 
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.button:hover {
    text-decoration: none;
    background: #e4d71e;
}
