.base-detail table {
	display: block;
    border-collapse: collapse;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
}
.base-detail table th,
.base-detail table td { 
	padding: 10px 15px; 
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.base-detail table tr:hover td { 
	background: #f7f7f7;
}
.base-detail table thead {
	background: #dedede;
}

.page-header__title { 
	display: none !important;
}

.article-detail__author {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.38;
	color: #7D7D7D;
}