#fact_finder_div table {
    width: 100%; /* Optional: Ensures the table takes up full width */
    table-layout: auto; /* Ensures the column width is based on the content */
}

#fact_finder_div table td {
    width: auto; /* Allow td to adjust its width based on content */
}

/* FLOATER STYLES */

.floater_span_primary {
    position: relative;
}

.floater_span_secondary {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.floater_padding {
    padding-left: 15px !important;
}



.rec_holder{
    margin-bottom:40px;
    padding:5px;
}

.hide_table{
    display:none;	
}

#questionnaire_div table tr{
    margin-bottom: 20px;
}