.show-if-logged,.show-if-not-logged{
    display:none;
}
.clickable{
    cursor:pointer;
}
.page-url i {

    font-size: inherit !important;

}
.height-limited:before {
    position:absolute;
    top:8em;
    width:100%;
    height:2em;
    background: -webkit-linear-gradient(transparent, white);
    background: -o-linear-gradient(transparent, white);
    background: -moz-linear-gradient(transparent, white);
    background: linear-gradient(transparent, white);
  }
  .max-height-two-lines{
    max-height: 20px;
    overflow:hidden;
    text-overflow: ellipsis;
    position:relative;
  }
  .btn-song{
    padding: 0.5rem 0.8rem;
    margin: 0.2rem;
  }
  #chords_table >tr>td>button{
    margin: 0px 1px;
  }
  .select2-container--default .select2-selection--multiple {
   background-color:rgb(12, 12, 12);
  }
  .select2-selection--multiple .select2-selection__choice {
        color: color(white);
        border: 0;
        border-radius: 3px;
        padding: 6px;
        font-size: .625rem;
        font-family: inherit;
        line-height: 1;
       
      }
  .select2-container--default .select2-selection--single {
      background-color:rgb(12, 12, 12);
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: white;
      line-height: 17px;
      margin-top: -4px;
      padding-left: 8px;
  }