.catalog-price {
	 color:red;
}

.issue header h1 { display: none }
.issue ul.kompot { margin: 0px; padding: 0px }
.issue ul.kompot li { display: inline; margin-right: 0.25em }
.issue ul.kompot li:before { content: '\0025CF'; margin-right: 0.5em }

.issue article { width: 50%; float: left; margin-bottom: 2em; }
@media (max-width: 979px) {
	.issue article { width: 100%; margin-bottom: 2em; }
}

.issue article img { display: block; float: left; margin: 0em 0em 0em 0em; width: 100px; height: auto; }
.issue article header { margin-left: 120px; margin-right: 2em }
.issue article h2 { font-size: 12pt; line-height: 15pt; font-weight: normal; margin: 0em }
.issue article h2:hover { text-decoration: underline }
.issue article p { line-height: 1.2em }
.issue article p.author { margin: 0.25em 0em 0em; color: #777 }
.issue article p.abstract { margin: 0.25em 0em 0em; color: #777 }
.issue article p.counter { margin-top: 0.5em; color: #777; font-size: 10pt }
.issue article p.counter img.lock { margin-right: 0.25em; width: 10px; height: 16px }

#msg_basket_added {
	margin-left: 1em;
	font-size: 0.8em;
}

.issue .shop_action .buy-btn.paper {
    background-color: #52a452;
    background-image: -moz-linear-gradient(top,#62c462,#51a351);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
    background-image: -webkit-linear-gradient(top,#62c462,#51a351);
    background-image: -o-linear-gradient(top,#62c462,#51a351);
    background-image: linear-gradient(to bottom,#62c462,#51a351);
    background-repeat: repeat-x;
}

.issue .shop_action .buy-btn.telegram {
    background-color: #53686d;
    background-image: -moz-linear-gradient(top,#7094ad,#53686d);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#7094ad),to(#53686d));
    background-image: -webkit-linear-gradient(top,#7094ad,#53686d);
    background-image: -o-linear-gradient(top,#7094ad,#53686d);
    background-image: linear-gradient(to bottom,#7094ad,#53686d);
    background-repeat: repeat-x;
}
