     @import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
        
        table {
            margin: auto;
            background-color: white; 
        }

        table, th, td {
            border: 1px solid #C8C8C8;
            border-collapse: collapse;
        }

        th, td {
            padding: 5px;
            font-size : 10px;
        }

        tr:nth-child(even) {background-color: #f2f2f2;}