.marker-yellow {
  background-color: #fdfd77;
}

.marker-green {
  background-color: #62f962;
}

.marker-pink {
  background-color: #fc7899;
}

.marker-blue {
  background-color: #72ccfd;
}

.pen-red {
  background-color: #e71313;
}

.pen-green {
  background-color: #128a00;
}

blockquote {
  border-left: 5px solid #ccc;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

/*Prueba custom table*/
/* .table td,
.table td:focus,
.table th,
.table th:focus {
  background: var(--ck-color-table-focused-cell-background);
  border-style: none;
  outline: 1px solid var(--ck-color-focus-border);
  outline-offset: -1px
}

.table table td,
.table table th {
  box-shadow: unset;
  caret-color: transparent;
  outline: unset;
  position: relative
}

.table table td:after,
.table table th:after {
  background-color: var(--ck-table-selected-cell-background);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}
.table table td::selection,
.table table td:focus,
.table table th::selection,
.table table th:focus {
  background-color: transparent
}

.table table td ,
.table table th  {
  outline: unset
}


.table {
  display: table;
  margin: .9em auto
}

.table table {
  border: 1px double #b3b3b3;
  border-collapse: collapse;
  border-spacing: 0;
  height: 100%;
  width: 100%
}
.table table td,
.table table th {
  border: 1px solid #bfbfbf;
  min-width: 2em;
  padding: .4em
}

 .table table th {
  background: rgba(0, 0, 0, .05);
  font-weight: 700
} */