#table_update th,#table_update td {
  padding: 6px;
}
#table_update th {
  color: #606060;
  background: #bcddff;
/*  border-top: solid 2px #00008b;
  border-bottom: solid 2px #00008b; */
}
#table_update td {
  color: #19448e;
  border-bottom: solid 1px #b0c4de;
}
/**/
#table_blueClr th,#table_blueClr td {
  padding: 7px;
}
#table_blueClr tr:first-child {
  background: #3e62ad;
}
#table_blueClr th {
  color: #fff;
}
#table_blueClr td {
  color: #4A6458;
  border-bottom: solid 1px #1e90ff;
}
/**/
#table_greenClr th,#table_greenClr td {
  padding: 7px;
}
#table_greenClr tr:first-child {
  background: #68be8d;
}
#table_greenClr th {
  color: #fff;
}
#table_greenClr td {
  color: #4A6458;
  border-bottom: solid 1px #3cb371;
}
/**/
#table_pinkClr th,#table_pinkClr td {
  padding: 7px;
}
#table_pinkClr tr:first-child {
  background: #e5abbe;
}
#table_pinkClr th {
  color: #fff;
}
#table_pinkClr td {
  color: #4A6458;
  border-bottom: solid 1px #ffb6c1;
}
/**/
#table_orangeClr th,#table_orangeClr td {
  padding: 7px;
}
#table_orangeClr tr:first-child {
  background: #f3bf88;
}
#table_orangeClr th {
  color: #fff;
}
#table_orangeClr td {
  color: #4A6458;
  border-bottom: solid 1px #ffa500;
}
/**/
#table_purpleClr th,#table_purpleClr td {
  padding: 7px;
}
#table_purpleClr tr:first-child {
  background: #915c8b;
}
#table_purpleClr th {
  color: #fff;
}
#table_purpleClr td {
  color: #4A6458;
  border-bottom: solid 1px #915c8b;
}
