  .pull-right {
    float: right;
  }
  .pointer {
    cursor: pointer;
  }
  .btn-group {
    min-height: 24px;
    margin-top: -10px;
    margin-bottom: 20px;
  }

  .search-form {
    margin-top: 10px;
  }


  .cell{
    &-div{
      margin-bottom: 8px;
    }
    &-symbol{
      color: #67C23A;
    }
  }

  .cron{
    &-row{
      margin-top: 8px;
      max-width: 550px;
    }
  }
