@charset "utf-8";
 .siteHeader_logo {
padding: 10px 0;
} .table_left_head table {
width: 100%;
border-collapse: collapse;
}
.table_left_head table td {
padding: 16px 24px;
text-align: left;
border: 1px solid #ddd;
}
.table_left_head table td:first-child {
background-color: #536eb3;
color: white;
font-weight: bold;
width: 30% !important;
}
.table_left_head table tr:nth-child(odd) td:last-child {
background-color: #f7f7f7;
color: inherit;
}
.table_left_head table tr:nth-child(even) td:last-child {
background-color: #fff;
color: inherit;
}