.c15 {
    width: 100%;
    display: inline-block;
    margin-bottom: 2rem;
}

.c15 caption {
    display: block
}

.c15 caption,
.c15 thead {
    width: 100%;
    background: #1a1919;
    text-align: left;
    color: #fff;
    min-height: 45px;
    padding: 14px 20px;
    font-weight: 600;
    font-size: 16px
}

.c15 tbody {
    width: 100%;
    display: inline-block;
    overflow-x: auto;
    overflow-y: hidden
}

.c15 tbody tr:nth-child(2n) {
    background: #f6f4f3
}

.c15 tbody tr td {
    font-size: 14px;
    padding: 10px 20px;
    line-height: 1.2
}
.c15 p {
    padding: 0;
    margin: 0;
}
.article__content > img {
    display: block;
    margin: 0 auto 2rem;
}
.article__content blockquote {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}

.banner {

}
.banner a {

}
.banner img {
    display: block;
    margin: 0 auto 25px;
    max-width: 867px;
    width: 100%;
}
.pulsar {	
	animation: pulsar 1s infinite ease-in-out;
}

.article__content ul {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 2rem;
    list-style: circle inside;
}

.article__content .note {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 700;
}
.article__content .note span {
    color: red;
}



@-webkit-keyframes pulsar {
	0% {
		transform: scale(1);
	}
    50% {
        transform: scale(.9);
    }
	100% {
		transform: scale(1);
}
}

@keyframes pulsar {
	0% {
		transform: scale(1);
	}
    50% {
        transform: scale(.9);
    }
	100% {
		transform: scale(1);
    }
}

#comments {

}
#comments h2 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 10px 0;
}

#comments .info {
    position: relative;
    padding-left: 80px;
    min-height: 100px;
    margin-bottom: 20px;
}

#comments .coment_ava {
    position: absolute;
    top:0;
    left: 0;
    width: 60px;
}
#comments .coment_ava img {
    display: block;
    margin: 0;
    width: 100%;
}

#comments .name {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}
#comments .name .randdate {
    font-weight: 400;
}
#comments .pg a {
    color: #043cdc;
    text-decoration: underline;
}
#comments .pg a:hover {
    text-decoration: none;
}

#comments .pg img{
    display: block;
    margin: 10px 0 0;
    width: auto;
}

#comments a.button {
    font-size: 120%;
    text-align: center;
    color: #fff !important;
    background-color: #cf3339;
    display: table;
    margin: 25px auto;
    width: 400px;
    max-width: 100%;
    border-radius: 15px;
    text-decoration: none;
    padding: 15px;
}

#comments a.button:hover {
    background-color: #dd4449;
}



@media screen and (max-width: 767px) {
    .article__content blockquote,
    .article__content ul,
    .article__content .note {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 659px) {
    #comments .info {
        padding-left: 50px;
    }
    
    #comments .coment_ava {
        width: 40px;
    }
    
}





.alert{
    font-weight: 700;
    background: #0193da52;
    padding: 15px;
    margin-bottom: 20px;
}
.alert p:last-child{
    margin-bottom: 0;
}




.alert2{
    font-weight: 700;
    background: #e7e7e7;
    padding: 15px;
    margin-bottom: 20px;
}
.alert2 p:last-child{
    margin-bottom: 0;
}

.article__content h3{
    font-size: 1.3em;
    text-transform: uppercase;
}