/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.table-1 thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
  background:#65bc7b !important;
  color:#a6302d !important;
}

.table-1 td{
  text-align:center;
}
.table-1 th:first-child,
  .table-1 td:first-child {
    text-align: left;
  }
.table-1 tr td {
    border: 1px solid #000;
    padding: 10px 20px;
}
.table-1 table th, table th {
    border: 1px solid #000;
    background: #a6302d;
    padding: 20px;
    text-align: left;
  color:#fff;
}




.table-responsive thead {
    display: table-header-group;
    vertical-align: middle;
    border: 1px solid #000;
  background:#65bc7b !important;
  color:#a6302d !important;
}

.table-responsive td{
  text-align:center;
  background:#f2f2f2;
  
}
.table-responsive th:first-child,
  .table-1 td:first-child {
    text-align: left;
  }
.table-responsive tr td {
    border: 1px solid #000;
    padding: 10px 20px;
}
.table-responsive table th, table th {
    border: 1px solid #000;
    background: #a6302d;
    padding: 20px;
    text-align: left;
  color:#fff;
}
