article.type-feature-request {
    border-bottom: 1px #c0c0c0 solid;
    display: inline-block;
    margin-bottom: 2em;
    width: 100%;
}

article.type-feature-request .clear{
    content:"";
    display:table;
    clear:both;
}

article.type-feature-request:last-child {
    border-bottom: none;
}

article.type-feature-request .entry-title {
    line-height: 1.2em;
    font-weight: lighter;
    margin: 0 0 1em 0;
}
article.type-feature-request section.entry-info p {
    display: inline-block;
    float: left;
}
article.type-feature-request section.entry-info p.cf-label {
    font-weight: bold;
    margin-right: 2em;
}
article.type-feature-request section.entry-meta {
    font-size: 16px;
}

#feature-request-controls {
    padding: 1em;
    background-color: #fff;
    background-color: #fff;
    margin-bottom: 1.6em;
    border: 1px solid #c0c0c0;
}
#feature-request-controls .row {
    margin: 0;
    margin-bottom: 10px;
}
#feature-request-controls .row.search-notice {
    padding-left: 20px;
}
#feature-request-controls .notice {
    background-color: #d9edf7;
    border: 1px solid #bcdff1;
    border-radius: 0.2em;
    color: #31708f;
    padding: 2px 6px;
    font-size: 14px;
    margin-top: 10px;
}
#feature-request-filter-notice {
    display: none;
}