.newbutton {
  border: 0;
  background-color: transparent;
}
.newicon {
  padding-left: 10px;
}
.hidden {
  display: none;
}
.table-toggle {
  max-width: 100vw !important;
}
.table-toggle a:not(.btn):hover {
  text-decoration: none;
}
.table-toggle .btn.text-right {
  justify-content: right!important;
}
.table-toggle .btn.text-left {
  justify-content: left !important;
}
.table-toggle .btn.text-center {
  justify-content: center !important;
}
.table-toggle .btn:not(.btn-green--neon):hover .newicon svg > path {
  stroke: #f6f4e9;
  fill: #f6f4e9;
}
@media screen and (max-width: 767px) {
  .table-toggle {
    max-width: none !important;
  }
  .table-toggle .btn.text-right-sm {
    justify-content: right!important;
  }
  .table-toggle .btn.text-left-sm {
    justify-content: left !important;
  }
  .table-toggle .btn.text-center-sm {
    justify-content: center !important;
  }
}
