#main_table{
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #F6F6F6;
  width: 100%;
}

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

}

th, td {
  text-align: left;
  padding: 8px;
}


td {
  max-width:100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
