.bookmark {
  display: inline-block;
  float: right;
  cursor: default; }
  .bookmark .ribbon {
    padding: 0 0 10px 0;
    position: absolute;
    width: 30px; }
    .bookmark .ribbon div {
      background: #bb3a34;
      background: linear-gradient(#EA2E49 0%, #bb3a34 100%);
      color: #fff;
      padding: 0.2em 0;
      text-align: center;
      text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); }
    .bookmark .ribbon div:after {
      border-left: 15px solid #bb3a34;
      border-right: 15px solid #bb3a34;
      border-bottom: 10px solid transparent;
      bottom: 0;
      content: '';
      height: 0;
      left: 0;
      position: absolute;
      width: 0; }

/*# sourceMappingURL=bookmark_ribbon.css.map */
