.tctable {
  box-shadow: 10px 10px 5px #888888;
  /*border:1px solid #0057af;*/
}

.tctable table {
  width:100%;
  margin:0px;
  padding:0px;
}

.tctable tr:hover td{
  background-color:#E4E9EC;
}

.tctable td{
  vertical-align:middle;
  background-color:#ffffff;
  border-width:0px 1px 1px 0px;
  text-align:left;
  padding:7px;
  font:14px Arial;
  color:#000000;
}

.tctable tr:last-child td{
  border-width:0px 1px 0px 0px;
}

.tctable tr td:last-child{
  border-width:0px 0px 1px 0px;
}

.tctable tr:last-child td:last-child{
  border-width:0px 0px 0px 0px;
}
.tctable tr:first-child td{
  background-color:#01A982 ;
  border:0px solid #01A982 ;
  text-align:center;
  border-width:0px 0px 1px 1px;
  font:16px Arial;
  color:#ffffff;
}

.tctable tr:first-child:hover td{
  background-color:#019775;
}

.tctable tr:first-child td:first-child{
  border-width:0px 0px 1px 0px;
}
.tctable tr:first-child td:last-child{
  border-width:0px 0px 1px 1px;
}
