
#table_ {
    border:none;
}

#table_ th {
    border: none;
    font-weight: bold;
    background-color:#225170 !important;
    font-size: 18px !important;
    color:white !important;
    padding:6px !important;
}





#table_ td {
    border: none;
}

#table_ td span a {
    color:#487AB0 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

#table_ td {
    background-color: transparent !important;
    font-size: 20px !important;
    padding: 10px 16px !important
}

#table_ .rolloverRow.even {
    background-color: #DBE4F0 !important;
}

#table_ .rolloverRow.even:hover, #table_ .rolloverRow.odd:hover {
    background-color: #3E82AB !important;
    cursor: pointer;
    color: white !important;
}

#table_ .rolloverRow.even:hover td, #table_ .rolloverRow.even:hover td span, #table_ .rolloverRow.odd:hover td, #table_ .rolloverRow.odd:hover td span, #table_ .rolloverRow.even:hover td span a, #table_ .rolloverRow.odd:hover td span a {
    color: white !important;
}



