table.analytics {
    border-spacing: 0px;
    border-collapse: collapse;
    margin: 0px;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 25px;
    width: 97%;
}

table.analytics thead tr th {
    background-color: #D5D5D5;
    border: thin solid #BBBBBB;
    font-weight: normal;
}

table.analytics tbody tr.row1 td {
    background-color: #F9F9F9;
    border: thin solid #DDDDDD;
}

table.analytics tbody tr td {
    background-color: #FFFFFF;
    border: thin solid #DDDDDD;
}

.row1 {
    background-color: #E9E9E9;
}

table.checkeable tr td:hover {
    cursor: pointer;
    background-color: gray;
}

thead tr.controles th {
    background-color: white;
    text-align: right
}
