/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

div#content {
    font-family: 'Roboto', sans-serif;
}

.cn_list_a {
    /*text-decoration: none;*/
}

.cn_list_table_a {
    text-decoration: none;
}

tr.cn_site_list_header {
    background: #f79646;
    color: #fff;
}

tr.cn_site_list_footer {
    background: #76923c;
    color: #fff;
}

table#cn_site_list_table tr {
    border: 2px solid #f9b074 !important;
}
 
#cn_site_list_table tbody tr:nth-child(even) {
    background-color: #fff!important;
}

#cn_site_list_table tbody tr:nth-child(odd) {
    background-color: #fde4d0!important;
}

/*#cn_site_list_table tr:hover {background-color: #ddd;}*/