table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  
  color:rgb(14, 14, 15);
 

}
table * {
  position: relative;
}
table td, table th {
  background: #9BC86A;
  padding-left: 8px;
  font-style:"color:red";
  
}
table thead tr {
  height: 60px;
  background: #FFED86;
  font-size: 16px;
  text-align: center;
  
}
table tbody tr {
  height: 48px;
  border-bottom: 1px solid #E3F1D5;
}
table tbody tr:last-child {
  border: 0;
}
table td, table th {
  text-align: left;
}
table td.l, table th.l {
  text-align: right;
}
table td.c, table th.c {
  text-align: center;
}
table td.r, table th.r {
  text-align: center;
}


body {
  background: #9BC86A;
  font: 400 14px 'Calibri','Arial';
  padding: 2px;
}

blockquote {
  color: rgb(250, 5, 5);
  text-align: center;
}
