#styleCodeList {
    position: absolute;
    width: 100%;
    z-index: 9999;
    margin-top: -1px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-top: none;
    display: none;
}

#styleCodeList li {
    list-style: none;
    padding: 8px 12px;
    cursor: pointer;
}

#styleCodeList li:hover {
    background-color: #f2f2f2;
}

#styleCodeList li.selected {
    background-color:#ccc;
}

.card-header{
    background: #d1ebf7;
  }  
