* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Courier New";
    background: #777; 
}

.px {
  width: 64px;
  height: 64px;
  display: inline-block;
  background-color: #111;
  padding: 0px;
  margin: 1px;
}

.px-glyph-board {
  width: 6px;
  height: 6px;
  margin: 0px;
}

.glyph-list-item {
    display: grid;
    grid-template-columns: 12fr 18fr 12fr;
    background: #ffffff99;
    color: #111;
    border: none;
    border-radius: 20px;
    margin-top: 4px;
    padding: 2px;

    
}

.glyph-list-item-title {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 20px;
    padding: 2px;
    overflow: hidden;
}

.glyph-list-item-hex {
    color: #c50;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    padding: 2px
}

.glyph-list-item-actions {
    display: grid;
    grid-template-columns: 5fr 5fr 8fr;
    border: none;
    border-radius: 20px;
    padding: 2px;
}

.glyph-list-item-actions > button {
    line-height: 14px;
    font-size: 12px;
    background: #ffffff99;
    border: none;
    border-radius: 20px;
}

.glyph-list-item-delete-btn {
    background: 2px solid #c00;
}

.glyph-list-item-cltn-add-btn {
    background: 2px solid #0c0 ;
}

.glyph-list-item-edit-btn {
    background: 2px solid #777;
}
