#CategoryIndex #mainContent section.row {
    margin: 0 20px;
}

.category-header { margin-bottom: 30px;}
.subcategory-age { white-space: nowrap; }
.category-menu {
	white-space: nowrap;
	text-align: center;
}

.category-menu li,
.category-menu li a {
	display: inline-block;
	text-align: center;
}
.category-menu-selected  { border-bottom: 3px solid #333; }
.category-section a:hover,
a.category-menu-hover:not(.category-menu-selected):hover { color: #ccc; }

@media screen and (max-width: 979px) {
	.category-title { display: none;}
	.category-menu-wrapper { 
		overflow-x: auto; 
		background-color: #f3f3f3;
	}
	.category-menu li a {
		min-width: 72px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.micro-category-list {
        column-count: 1;
	    margin-bottom: 30px;
	}

	.category-subdept .macro-category,
	.micro-category {
	    display: inline-block;
	    padding: 0 30px;
	}

    .category-subtitle {
        padding-left: 20px;
    }
}

@media screen and (min-width: 980px) {
	.category-header { margin-bottom: 50px;	}
	.category-menu {
		justify-content: center;
	    border-bottom: 1px solid #ccc;
	    border-top: 1px solid #ccc;
	}
	.category-menu li a {
		width: 154px;
	}
	.category-subtitle{ text-align: center; }

	.micro-category-list {
        column-count: 3;
	    margin-bottom: 50px;
	}
	.macro-category,
	.micro-category { padding-right: 10px;}

    .macro-category {
        display: inline-block;
    }

    .micro-category {
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden;
    }
}
