/* Enter Your Custom CSS Here */
body {
    color: #555555; /* Replace the value to the color you want */
  	/* text-align: justify; */
}

h1, h2, h3, h4, h5, h6 {
  font-family: Roboto, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.6em;
}

td {
  vertical-align: top;
}

table {
  font-size: 1em; 
  font-weight: 300; 
  letter-spacing: 0.025em; 
  line-height: 1.6;
}

.chipTable{
	display: table;
	width: 100%;
}
.chipTableRow {
	display: table-row;
}
.chipTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.chipTableCell, .chipTableHead {
	border: none;
	display: table-cell;
	padding: 10px 10px;
  	width: 200px;
}
.chipTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.chipTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.chipTableBody {
	display: table-row-group;
}

.chipTableCell > img {
	margin-bottom: 10px;  
}

.chipTableCell > a > img {
	margin-bottom: 10px;  
}