@charset "utf-8";

/* best-post-addon */
.best-post-addon { margin-bottom: 5px; padding: 15px 10px 10px; border: 1px solid #ddd; }
.best-post-addon .row { margin-left:-10px; margin-right:-10px; }
.best-post-addon .col { padding-left:10px; padding-right:10px; }
.best-post-addon ul { padding:0px; margin:0px; line-height:22px; list-style:none; }
.best-post-addon li { margin:0 0 5px; padding:0; }
.best-post-addon li a { margin:0; padding:0px; display:block; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; }
.best-post-addon li a:hover { color:crimson; font-weight:normal; }
.best-post-addon .btn-wset { padding:0 0 15px; }

.div-tab-title {width: 100%; margin: 0 0 -1px; font-weight: 600;}
.div-tab-title {padding: 0; list-style: none;}
.div-tab-title > li {width: 80px; float: left; border: 1px solid #ddd; border-right: 0; background-color: #f5f5f5; text-align: center; cursor: pointer;}
.div-tab-title > li:last-child {border-right: 1px solid #ddd;}
.div-tab-title > li.active {border-top: 2px solid #e91b23; border-bottom: 0; background-color: #fff;}

.div-top-title {margin-bottom: -10px;}
.title-line-1 {display: inline-block; width: 10%; border: 2px solid #343d46;}
.title-line-2 {display: inline-block; width: 90%; border: 1px solid #ddd;}
.div-right-title {width: 120px; float: right; border: 1px solid #ddd; background-color: #f5f5f5; text-align: center;}
.tri {display: inline-block; width: 0; height: 0; border-bottom: 10px solid red; border-left: 7px solid transparent; border-right: 7px solid transparent; margin-right: 5px;}

.best-post-addon .row:not(:first-child) {display: none;}

.col-sm-6.col:nth-child(2) {border-left: 1px solid #ddd;}

.bg-color {font-size: 12px;}

/* Responsive */
@media all and (max-width:768px) {
	/* .responsive .div-tab-title > li { width:50% !important } */
}
@media all and (max-width:460px) {
	.responsive .best-post-addon {padding: 5px 10px 5px;}
	.responsive .best-post-addon ul {line-height: 15px;}
}