/* Table Basic Structure */
.listingtable {
   border            : 1px var(--grey) solid;
   font-size         : 12pt;
   color             : var(--darkblue);
}
  
/* Table Header */
.listingtable th {
   height      : 35px;
   color		   : var(--white);
   background  : var(--darkblue);
}

/* Table Rows */
.listingtable tr {
  height       : 30px;
  font-weight  : normal;
}      

/* Table Border & Font */
.listingtable td {
   padding-left      : 5px;
   padding-right     : 5px;
}      

/* Table Hyperlink */
.listingtable a {
   color		         : var(--darkblue);
}
