.sidebar {
  border: 1px solid $gray-light-color;

  .content {
    ul {
      li {
        &:after {
          content: " ";
          display: block;
          height: 0;
          clear: both;
        }
      }
    }

    .help {
      position: absolute;
      bottom: 10px;
      left: 60px;
      font-size: 12px;

      a {
        color: inherit;
        text-decoration: underline;
      }
    }
  }

  .actions {
    .item {
      &:last-child {
        margin-right: 0;
      }
    }
  }
}
