.wps-sn-tabs {

  margin-top: 20px;

  &>form>div {
    background: #fff;
    padding: 15px;
  }

  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  li.float-right {
    vertical-align: top;
    line-height: 73px;
    margin-left: 15px;

    input[type="submit"] {
      border: 0px;
      padding: 10px 15px;
      line-height: 20px;
      margin-top: 15px;
      background: #00a0d2;
      color: #ffffff;

      &:hover {
        background: #ff7d44;
      }

    }

  }

  li {
    display: inline-block;
    margin-bottom: 0px;

    a {
      padding: 10px 15px;
      display: inline-block;
      background: #dcdcdc;
      text-decoration: none;
      font-weight: bold;
      color: #585858;
      text-align: center;
      border-top: 2px solid transparent;

      i {
        display: inline-block;
        width: 100%;
        font-size: 30px;
        padding-bottom: 5px;
        height: auto !important;

        &.fa {
        }

      }

      &:focus {
        outline:none !important;
        box-shadow: none !important;
      }

    }

    &.ui-tabs-active a {
      background: #fff;
      border-top:2px solid #ff7d44;

      i {
        color: #ff7d44;
      }

    }

  }



}