.member_strike_ok {
    background: #60bb46;
    float: right;
    padding: 10px 10px 14px 10px;
    border-radius: 10px;
    border: 1px solid #bbb;
}

.member_strike_amber {
    background: orange;
    float: right;
    padding: 10px 10px 14px 10px;
    border-radius: 10px;
    border: 1px solid #bbb;
}

.member_strike_red {
    background: red;
    float: right;
    padding: 10px 10px 14px 10px;
    border-radius: 10px;
    border: 1px solid #bbb;
}



#training_data.additional_training_acquired {
    color: green;
    font-weight: bold;
}

#training_data.additional_training_not_acquired {
    color: darkgrey;
}





#training_table {
    overflow: auto;
    width: 100%;
}

#training_table table {
    border: 1px solid #dededf;
    height: 100%;
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: left;
}

#training_table thead tr th {
    border: 1px solid #dededf;
    background-color: #eceff1;
    color: #000000;
    padding: 5px;
    font-weight: bold;
}

#training_table tbody tr td {
    border: 1px solid #dededf;
    background-color: #ffffff;
    color: #000000;
    padding: 5px;
}

#training_table table tbody tr td:first-child, #training_table table thead tr th:first-child {
    padding: 5px;
}



#cm_section {
    background: white;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
}

#cm_section_hdr_bg {
    background: #eceff1;
    padding: 10px 15px 10px 15px;
    border-color: darkgray;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}


#cm_section_content {
    padding: 15px;
}

hr.solid {
    border: 1px solid darkgray;
}