.article { 
    display: block;
}

#pagewrap {
	width: 978px;
	max-width: 96%;
	margin: 0 auto;
}
.wrapper {
	overflow: hidden;
}

.col2 {
	float: left;
	margin-left: 3.2%;
	margin-bottom: 6px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	min-width: 1px;
}

.fullwidth .col2 {
	float: none;
	margin-left: 0;
}

.grid7 .col2 {

	width: 13.5%;
}

.grid7 .col2:nth-of-type(6n+1) {
	margin-left: 0;
	clear: left;
}

@media screen and (max-width: 990px) {

	.grid7 .col2 {
		width: 22.3%;
	}
	.grid7 .col2:nth-of-type(1n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid7 .col2:nth-of-type(4n+1) {
		margin-left: 0;
		clear: left;
	}
	.browse-cats {
		padding-left: 0px !important;
	}
	.tab-content {
	padding: 10px !important;
}
}

@media screen and (max-width: 740px) {

	.grid7 .col2 {
		width: 31.2%;
	}
	.grid7 .col2:nth-of-type(1n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid7 .col2:nth-of-type(3n+1) {
		margin-left: 0;
		clear: left;
	}
	.browse-cats {
		padding-left: 0px !important;
	}
	.tab-content {
	padding: 10px !important;
}
}

@media screen and (max-width: 600px) {

	.grid7 .col2 {
		width: 48.4%;
	}
	.grid7 .col2:nth-of-type(1n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid7 .col2:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}
	.browse-cats {
		padding-left: 0px !important;
	}
	.tab-content {
	padding: 10px !important;
}
}

@media screen and (max-width: 400px) {

	.col2 {
		width: 100% !important;
		margin-left: 0 !important;
		clear: none !important;
	}
}

.torCount {
    display: inline-block;
    border-radius: 6px;
    padding: 1px 9px;
    top: -1px;
    position: relative;
    margin: 0 -2px 0 0;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    min-width: 7px;
    text-align: center;
	position: static;
    margin: 0;
    padding: 0;
    color: #bbbbbb;
	line-height: 8px;
    /*vertical-align: text-top;*/
    padding-left: 2px;
}

.totalCount {
	display: inline-block;
    border-radius: 6px;
    padding: 4px 9px !important;
    position: relative;
    margin: 0 -2px 0 0;
	top: -3px;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    min-width: 7px;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #bbbbbb;
    line-height: 12px;
	color: rgb(21 21 21 / 87%);
    text-shadow: none;
    background: #e9ecef;
    margin: -1px 0;
    margin-left: 4px;
}

.tab-content {
	padding: 10px 20px;
}

.browse-cats {
	padding-bottom: 20px;
	padding-left: 1.2%;
}

.title-block-with-tabs {
    align-items: flex-start !important;
}

.h4 {
	font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.titleH4 {
	padding-bottom: 15px;
}

.main-block .card .card-body {
    padding: 15px 20px 20px 35px !important;
}

#link { 
	color: #495057; 
} 
#link:hover { 
	color: #ff3131; 
} 

.panel-title {
	color: #7a7f85 !important;
}

.menuValue {
	top: 0px !important;
}
.nav-tabs .nav-item {
	margin-left: 0px !important;
}

small.browse-inline-activity {
    font-size: 12px;
    font-weight: normal;
    color: #6c757d;
    /*margin-left: 6px;*/
	padding-top: 2px;
    transform: none !important;
    display: inline !important;
    width: auto !important;
    height: auto !important;
}

.browse-inline-activity .browse-hot-icon {
    color: #ff6b35;
    font-size: 16px !important;
    vertical-align: middle;
    margin-right: 2px;
    animation: browse-pulse-hot 1.5s ease-in-out infinite;
}

@keyframes browse-pulse-hot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.1); }
}

em.browse-today-value {
    color: #28a745;
    font-weight: 600;
    font-style: normal;
}

.activity-summary {
    display: inline-block;
	position: relative;
    font-size: 13px;
    color: #6c757d;
    margin-left: 4px;
	top: -3px;
    font-weight: normal;
}

.activity-summary .today-highlight {
    color: #28a745;
    font-weight: 600;
}

.tab-today {
    font-size: 9px;
    color: #28a745;
    font-weight: 600;
    background: rgba(40, 167, 69, 0.1);
    padding: 1px 4px;
    border-radius: 3px;
    margin-left: 3px;
}

.col2 .tab-today {
    display: inline-block;
    vertical-align: text-top;
    line-height: 8px;
    padding: 2px 4px;
	margin-top: -2px;
}

.tab-hot {
    color: #ff6b35;
    font-size: 12px;
    margin-left: 2px;
}

.dark-mode .tab-today {
    color: #4caf50;
    background: rgba(76, 175, 80, 0.15);
}

#tab-detail {
    position: relative;
    display: flex !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
    padding-left: 5px;
    text-align: left !important;
    border-bottom: 0 !important;
    column-gap: 5px !important;
}

#tab-detail:after {
    position: absolute;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 1px !important;
    content: '' !important;
    background: #dddddd;
}

.nav-tabs .nav-item {
    margin-bottom: 0 !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item .nav-link:hover,
.nav-tabs .nav-item .nav-link:active,
.nav-tabs .nav-item .nav-link:focus {
    position: relative !important;
    z-index: 2 !important;
}

.nav-tabs .nav-item .nav-link {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

.nav-tabs {
	padding: 0 5px !important;
	scrollbar-width: none !important;
}

@media screen and (max-width: 940px) {
.nav-tabs {
	padding: 0 0 !important;
}

.tab-detail {
	background: none !important;
    padding-left: 0px !important;
}

#tab-detail:after {
    background: none !important;
	padding-left: 0px !important;
}
.main-block .card .card-body {
    padding: 15px 20px 20px 20px !important;
}
}

.dark-mode .browse-inline-activity {
    color: #8a8f9d;
}

.dark-mode .browse-today-value {
    color: #4caf50;
}

.dark-mode .activity-summary {
    color: #8a8f9d;
}

.dark-mode .activity-summary .today-highlight {
    color: #4caf50;
}