@charset "UTF-8";

/* ----------------------------------------------
 * rec_mgr styles 
 *
 * CSS prefix "rm-"
 */
h3.rm-inline {
    display: inline;
}

p.rm-faq_question {
    font-weight:bold;
    margin-top:25px;
}

/* RP CHECK LIST */
div.rm-rp_question_num, div.rm-rp_question_content {
    min-height: 2em;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-top: 24px;
    background-color:#EAEAEA;
    padding-left:5px;
}

div.rm-rp_question_num {
    width: 5%;
}

div.rm-rp_question_content {
    width: 90%;
}
