﻿body {
}


table {
    border-collapse: collapse;
}



    table tr:nth-child(2n+1) {
        background-color: #dde3ef;
    }
    table tr:first-child {
        text-align: center;
        background-color: #0a07c1;
        color: #fff
    }


table tr td {
    border: 2px solid #d2d2d2;
}
