.tag-terms-view {
    margin-top: 3rem;
}

.tag-terms-view .nav-tabs {
    border-bottom-color: #999;
}

.tag-terms-view .nav-link {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 1rem;
	/* -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}

.tag-terms-view .nav-tabs .nav-link:hover,
.tag-terms-view .nav-tabs .nav-link:focus {
    border-color: transparent transparent #999 transparent;
    outline: 0;
    background-color: #efefef;
    color: #06c !important;
}

.tag-terms-view .nav-tabs .nav-link.active,
.tag-terms-view .nav-tabs .nav-link.active:hover,
.tag-terms-view .nav-tabs .nav-link.active:focus {
    border-color: #999 #999 #fff #999;
    outline: 0;
    color: #000 !important;
    background-color: transparent;
}

#tag-popular ul {
	margin: 0 0 6rem 0;
	padding: 0;
	list-style: none;
}
#tag-popular ul li {
	display: block;
	margin: 0 0.625rem 0.625rem 0;
	padding: 0;
}
#tag-popular ul li a {
	position: relative;
	display: block;
	max-width: 10rem;;
	height: 34px;
	line-height: 34px;
	padding: 0 2.5em 0 1em;
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
	font-size: 16px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
#tag-popular ul li a {
	max-width: 10rem;;
	min-width: 10rem;;
}
#tag-popular li span {
	position: absolute;
	top: 0.25rem;
	right: 0.25rem;
	z-index: 2;
	width: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	background-color: #666;
	border-radius: 100%;
	color: #fff;
	font-size: 14px;
	text-align: center;
	-webkit-transition: .2s;
	transition: .2s;
}

#tag-popular ul li a:hover,
#tag-popular ul li a:focus,
#tag-popular ul li a:active
 {
	outline: 0;
	background-color: #06c;
	border: 1px solid #06c;
	color: #fff;
}
#tag-popular ul li a:hover span,
#tag-popular ul li a:focus span,
#tag-popular ul li a:active span
 {
	background-color: #fff;
	color: #06c;
}
#tag-all,
#tag-popular {
    margin-top: 20px;
}

#index-list {
    margin: 1rem;
}

#index-list a:focus, 
#index-list a:active {
    outline: 0;
}

.list-group-items {
    column-count: 2;
    margin-bottom: 5rem;
}

.list-group-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.375rem;
    border-bottom: 1px dotted #999;
    padding: 0.25rem;
}

.item-title {
    font-size: 0.875rem;
}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .tag-terms-view .nav-link {
        font-size: 1.25rem;
    }
    .list-group {
        width: 40rem;
    }
    .list-group-items {
        column-count: 3;
    }
    .item-title {
        font-size: 1rem;
    }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}