﻿.status {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
}

@media only screen and (min-width: 993px) {
  .unavailableMobile,
  span.unavailableMobile {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  .unavailableDesktop,
  span.unavailableDesktop {
    display: none !important;
  }
  td.left:nth-child(3) {
    display: none !important;
  }
  td.left:nth-child(4) {
    background: white !important;
  }
  td.left:nth-child(5) {
    background: #e5ebf5 !important;
  }
  td.left:nth-child(6) {
    background: white !important;
  }
  td.atm-function {
    background: #e5ebf5 !important;
  }
  td.left:nth-child(8) {
    background: white !important;
  }
}
