table {
  font-family: 'Roboto', sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  //border: 1px solid #99dddd;
  border: 1px solid #8f62c1;
  text-align: left;
  padding: 8px;
}

th {
  border: 1px solid #8f62c1;
  background-image: linear-gradient(to right bottom, #5510f2, #8f62c1);
  
  color: #fff;
 position: sticky;
 top:10;
  vertical-align : middle;
  text-align:center;
  padding: 8px;
  
  }
tr:nth-child(odd) {
  background-color: #dddddd;
}
/*
table td:nth-of-type(-n+2)
{
    text-align: right;
    background-color: blue;
}​  */
table td:first-child{
    text-align:center;
}