table.tbl_list {
    border-collapse: collapse;
    width:           100%;
}

table.tbl_list th {
    text-align: left;
}

table.tbl_list th, table.tbl_list td {
    border:  1px solid #E3E3E3;
    padding: 0.2em;
}

table.tbl_list .tbl_list_header {
    background-color: #F6F6F6;
}

table.tbl_list td.noborder_left, table.tbl_list th.noborder_left {
    border-left: none;
}

table.tbl_list td.noborder_right, table.tbl_list th.noborder_right {
    border-right: none;
}

.align_center {
    text-align: center;
}

.highlighted {
    font-weight: bold;
    font-size:   large;
}

.recommendation_topic {
    font-size: large;
}

.cel-hidden {
    display: none;
}
