#navContainer ul#topList li.active span,
#navContainer ul#secondList li span {
    color: black;
}

body #navContainer ul#topList li.active,
body #subNav,
body #subNav>ul {
    background-color: #f6c604;
}

body #mainFeatureContainer {
    height: 185px;
}

#modding_top_features h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 22px;
    max-height: 44px;
}

#modding_top_features .tripleFeature .description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 20px;
    max-height: 80px;
}

#mainFeatureContainer .description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    line-height: 20px;
    max-height: 120px;
}

#modding_top_features .left {
    height: 100%;
    width: 50%;
    float: left;
}

#modding_top_features .right {
    height: 100%;
    width: 50%;
    float: right;
    position: relative;
    padding-left: 10px;
}

/* #slash_image{
    position:absolute;
    top:0;
    width:calc(100% - 10px);
} */
#modding_top_features h4,
#modding_top_features .tags a {
    color: #4b4b4b;
    margin: 0;
}

#modding_top_features .tags a {
    color: #a1a1a1;
}

#modding_top_features .published>span {
    font-size: 80%;
    width: 100%;
    clear: both;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

/* .author{
    display:none;
} */
#modding_top_features p.published {
    margin: 10px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 22px;
    max-height: 22px;
    bottom: 0;
    position: absolute;
}

#modding_top_features .tripleFeature {
    height: 160px;
}

#modding_top_features .description {
    margin: 5px 0 5px 0;
    font-size: 90%;
}

#modding_top_features button.yellow {
    border: none;
    background-color: #f6c604;
    padding: 5px 10px;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: black;
    cursor: pointer;
}

#modding_top_features div.featured {
    margin-bottom: 10px;
    position: relative;
}

#modding_top_features img {
    height: 100%;
}

#modding_top_features div {
    overflow: hidden;
}

#subNav #secondList li a {
    color: black;
}
