.plan_table{
  width: 100%;
  overflow: scroll;
  border: 2px solid #009a97;
  border-radius: 10px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 600px !important;
  overflow: hidden;
  margin: 0 !important;
}
table tr td:last-child,
th, td {
  padding: 0;
  border: none !important;
}
td{
  border-right: 2px solid #009a97 !important;
}
table td,
table th {
  width: 25%;
  text-align: center;    
  word-break: break-word !important;
}
table th{
  color: #fff;
}
table th,
table td{
  font-weight: normal;
  font-size: 20px;
  text-transform: capitalize;
  padding: 0 20px !important;
  margin: 0;
}
table td a{
  text-decoration: none !important;
}

table tr:nth-child(2n) td{
  background: #fff;
}
table tr:nth-child(2n+1) td{
  background: #e5f5f4;
}

table tr:nth-child(2n) th {
  background: #009a97;
}

table tr:nth-child(2n+1) th{
  background: #018280;
}

table tr:first-child th:nth-child(2n){
  background: #009a97;
}
table tr:first-child th:nth-child(2n+1){
  background: #018280;
}
table tr:first-child th{
  color: #ffea7f;
}
table tr:first-child th:first-child{
  background: white !important;
  color: #009a97 !important;
}
@media(min-width: 415px){
  .plan_table{
	overflow: hidden;
  }
  table {
    width: 100% !important;
  }
}
