#rc-listing .rc-p-title h3 {
    color: #00568f;
    font-weight: bold;
    font-size: 21px;
    line-height: 1.2em;
    margin: 0 0 5px 0;
    padding: 0;
}

#rc-listing .rc-p-criteria {
    background-color: #ddd;
    color: #555;
    text-align: center;
    display: inline-block;
    padding: 2px 6px;
}

#rc-listing .rc-p-status {
    margin-top:10px;
    display: flex;
    flex-direction: row;
}

#rc-listing .rc-p-status .rc-p-state {
    line-height: initial;
    text-align: center;
    width: auto;
    align-items: center;
    display: flex;
    margin-right: 10px;
    align-self: stretch;
    padding: 0 10px;
    height: auto;
    color: #fff;
    box-sizing: border-box;
}

@media screen and (max-width: 700px) {
    #rc-listing .rc-p-status {
        flex-direction: column;
    }
    #rc-listing .rc-p-status .rc-p-state {
        width: 128px;
        padding: 5px;
    }
    .rc-p-state.status-closed span {
        margin: 0 auto;
    }
    #rc-filter .wrap-rc_filter {
        padding-right: 0;
        padding-left: 6px;
    }
}

#rc-listing .status-triage {
    background-color: #de002b;
}

#rc-listing .status-in-progress {
    background-color: #fcbb2c;
}

#rc-listing .status-closed {
    background-color: #00a182;
}

#rc-listing .rc-p-status .rc-p-timeline {
    flex-basis: 0;
    flex-grow: 2;
}

#rc-listing .rc-p-status .rc-p-timeline .rc-p-label {
    line-height: 23px;
}

#rc-listing .rc-p-label {
    color: #546090;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

#rc-listing .rc-p-status .rc-p-expert {
    background-color: #00a182;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    padding-top: 5px;
    padding-left: 33px;
    background-image: url(../images/ask-an-expert.png);
    background-repeat: no-repeat;
    background-position: 7px 13px;
    box-shadow: none;
    width: 128px;
    height: 46px;
    box-sizing: border-box;
}

#rc-listing .rc-p-status .rc-p-expert:hover {
    color: #fff;
}

#rc-listing a:hover {
    box-shadow: none;
}

#rc-listing a {
    box-shadow: none;
}

#rc-listing .rc-p-step {
    margin-top: 20px;
}

#rc-listing .rc-p-step p,
#rc-listing .rc-p-normal-text {
    line-height: 1.2;
    color: #808285;
    font-size: 14px;
    float: none;
}

#rc-listing .rc-popup-content ul {
    margin: 0 0 0 25px;
}

#rc-listing .rc-popup-content ul li {
    list-style-type: circle;
}

#rc-listing .rc-popup-content ul a {
    color: #829428;
}

#rc-listing .rc-p-add-info .info-block {
    display: inline-block;
    margin-right: 5px;
    background-color: #ddd;
    padding: 2px 5px;
}
