/* Search result */
#main_feature {
    margin-bottom: 25px;
}

#feature_sticky {
    margin-bottom: 25px;
}

h2.more_features {
}

#feature_ul {
    margin: 0;
    padding: 0;
}

li.feature_list {
    position: relative;
    padding: 5px;
    margin-top: 4px;
    margin-bottom: 2px;
}

p.feature_title {
    font-weight: bold;
}

p.feature_description {
    font-style: italic;
    text-align: justify;
}

p.feature_link {
    text-align: right;
}

a.feature_link {
    font-style: italic;
}

#no_more_features_p {
    text-align: center;
    margin-top: 40px;
    color: red;
}
