﻿body {
}

.tableHeaderRow
{
  background-color: #ef4d89;
  color: White;
   font-family:Segoe UI Semibold;
  padding: 5px;
  text-align: center;
}

.tableSideColumn
{
  background-color: #ef4d89;
  color: White;
  font-family:Segoe UI Semibold;
  padding: 5px;
  text-align: center;
}

.tableColumn
{
  padding: 5px;
  background-color: #d9c5f9;
  text-align: center;
  color:#61378c;
  
  font-family:Segoe UI;
  font-weight:bold;
}


