
.header__scroll.scroll-to-fixed-fixed {
    background: #fff !important;
    border: 1px solid #e0e0e0 !important;
    z-index: 9 !important;
    position: fixed !important;
    left: 0px !important;
    top: 0px !important;
    margin: 0px !important;;
    width: 100% !important;
}
video {
    width: 100%;
    max-height: 100%;
}
#player-overlay {
    margin-bottom: 20px;
}
.article__marker > p {
    margin-bottom: 20px;
}
.article__marker > img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.table {
	border: 1px solid #eee;
	width: 100%;
	margin-bottom: 20px;
}
.table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}
.table td{
	padding: 5px 10px;
	border: 1px solid #eee;
	text-align: left;
}
.table tbody tr:nth-child(odd){
	background: #fff;
}
.table tbody tr:nth-child(even){
	background: #F7F7F7;
}
.table p {
    margin: 0;
}

.left_count {
    max-width: 160px;
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: center !important;
    padding: 10px 20px;
    background: red;
    margin: 12px auto;
    color: #fff !important;
    text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
    font-size: 130% !important;
    border-radius: 5px;
  }


  .comments__item {
    display: grid;
    grid-template-columns: 1fr 10fr;
    gap: 1em;
    font-size: 16px;
}
.comments__ava img {
    border-radius: 5px;
    width: 100%;
}
.comments__content {
}
.comments__content img {
    margin-top: 15px;
    border-radius: 2px;
    max-width: 300px;
    width: 100%;
    display: block;
}
.comments__title {
    line-height: 1em;
    margin-bottom: 10px;
    color:#494847;
}
.comment-date {
    color: #1d91d5;
    font-family: NoticiasSans,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
.comment-arrow {
    font-size: 18px;
    color:#a9a9a9;
    padding: 0 5px;
}
.comments__text {
    line-height: 1.4em;
}
.comments__text a {
    color:#1d91d5;
    text-decoration: underline;
}
.comments__text a:hover,
.comments__text a:active {
    text-decoration: none;
}
.all__comments__container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5em;
}


.cnt a {
    color: #da0f10;
}


.cpu{
    padding: 10px 0 0;
    text-align: center;
    }
    .cpu img{
    display: block;
    margin: 0 auto;
    }
    .cpu a{
    display: inline-block;
    margin: 5px;
    color: #333;
    font-size: 14px;
    }