body {
    background-color: white;
    margin: 0;   }

#wrapper {
    width: 100%;
    margin: 0 auto;
    z-index: 0;  }

#leftcolumn {
    position: absolute;
    width: 50%;
    top: 15px;
    left: 15px;
    z-index: 2;  }

#middlecolumn {
    position: absolute;
    top: 15px;
    left: 45%;
    width: 20%;
    background-color: white;
    z-index: 1;  }

#rightcolumn {
    position: absolute;
    top: 15px;
    left: 60%;
    width: 20%;
    background-color: white;
    z-index: 1;  }

#rightcolumnBody {
    position: absolute;
    top: 15%;
    left: 15px;
    width: 70%;
    z-index: 3;
/*    background-color: lightgreen; */  }

/* Data table definition */
.data{
  width: 100%;
  white-space: nowrap;   }
.data td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
.data th {
  font-family:Optima, Segoe, calibri, verdana;
  font-size:12px;
  font-weight: normal;
  background: darkblue;
  color: white;
  padding: 5px 10px; }
.data td, .data th {
  font-family:Optima, Segoe, calibri, verdana;
  font-size:12px;
  font-weight: normal;
/*  text-align: left; */ }
.data tr:nth-child(even) {
  background: lightblue;  }

/* Heading table definition */
.heading{
  width: 70%;
  white-space: nowrap;  }
.heading th {
  font-family:Calibri, verdana;
  font-size:14px;
  font-weight: normal;
  background: darkblue;
  color: white;
  padding: 5px 10px;  }
.heading td {
  font-family:Optima, Segoe, calibri, verdana;
  font-size:12px;
  font-weight: normal;
/*  text-align: left; */ }