
div.table-title {
  display: block;
  margin: auto;
  max-width: 600px;
  padding: 5px;
  width: 100%;
}
.table-title h3 {
  color: #fafafa;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: roboto, helvetica, arial, sans-serif;
  text-transform: uppercase;
}
.table-fill {
  background: #fff;
  border-radius: 3px;
  border-collapse: collapse;
  min-height: 100px;
  margin: auto;
  overflow: hidden;
  padding: 5px;
  min-width: 100%;
  animation: float 5s infinite;
}
.new_table_wallet tr td{color:black}

.table-fill th {
  color: #fff;
  background: #3d3d3f;
  border-bottom: 3px solid #9ea7af;
  border-right: 1px solid #6a778e;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
}
.table-fill th:first-child {
  border-top-left-radius: 3px;
}
.table-fill.min-width-100 tr th,
.table-fill.min-width-100 tr td {
  width: 70px !important;
}
. .table-fill th:last-child {
  border-top-right-radius: 3px;
  border-right: none;
}
.table-fill tr {
  border-top: 1px solid #c1c3d1;
  border-bottom-: 1px solid #c1c3d1;
  color: #666b85;
  font-size: 16px;
  font-weight: 400;
}
.table-fill tr:hover td {
  background: #737373;
  color: #fff;
  cursor: pointer;
  border-top: 1px solid #fff;
}
.table-fill tr:hover td .message-a,
.message-a:hover {
  color: #fff !important;
}
.table-fill tr:first-child {
  border-top: none;
}
.table-fill tr:last-child {
  border-bottom: none;
}
.table-fill tr:nth-child(odd) td {
  background: #ebebeb;
}
.table-fill tr:nth-child(odd):hover td {
  background: #737373;
}
#main-wrapper .helptokentbody tr:hover td:nth-child(2) a {
  color: #fff !important;
  text-decoration: underline;
}
.table-fill tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
.table-fill tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}
.table-fill.p-5 td {
  padding: 5px !important;
}
.table-fill td {
  background: #fff;
  padding: 10px 14px !important;
  text-align: left;
  vertical-align: middle;
  font-weight: 400 !important;
  font-size: 14px;
  border-right: 1px solid #c1c3d1;
}
.table-fill td:not(:first-child) {
  min-width: 120px;
}
.table-fill td:last-child {
  border-right: 0;
}
.table-fill th.text-left {
  text-align: left;
}
.table-fill th.text-center {
  text-align: center;
}
.table-fill th.text-right {
  text-align: right;
}
.table-fill td.text-left {
  text-align: left;
}
.table-fill td.text-center {
  text-align: center;
}
.table-fill td.text-right {
  text-align: right;
}

@media (max-width: 772px) {

#fast2sms_plans{
    display:none;
}

#fast2sms_logo{
    display:none;
}
}
    