page-deal-business {
  display: block;

  .tabbable .nav-tabs > li {
    float: right;
  }

  .form-group label {
    width: 70px;
    margin: 0 0 0 16px;
  }

  .form-group button {
    width: 100px;
  }

  .form-group input {
    width: 236px !important;
  }

  tr.no-data td {
    padding: 1.5em 0;
    text-align: center;
  }

  tr {
    &.timeout0, &.bg-yellow {
      background: #FFE97B !important;
    }

    &.timeout01, &.bg-red {
      background: #FF8C8C !important;
    }

    &.no_resp {
      background: #DF5353 !important;
      color: white;

      a {
        color: white;
      }
    }
  }
}
