/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 10-Apr-2021, 15:20:36
    Author     : spacerabbit
*/
/*Declaring variables*/
/*Table styles*/
.ckedit {
  margin: auto;
}
.ckedit.width-100 {
  width: 100%;
}
.ckedit.width-75 {
  width: 75%;
}
.ckedit.width-50 {
  width: 50%;
}
.ckedit.width-33 {
  width: 33%;
}
.ckedit.width-25 {
  width: 25%;
}
.ckedit.cke-align-left {
  text-align: left;
}
.ckedit.cke-align-right {
  text-align: right;
}

table.ckedit, table.ckedit th, table.ckedit td {
  text-align: left;
}
table.ckedit.width-100 {
  width: 100%;
}
table.ckedit.width-75 {
  width: 75%;
}
table.ckedit.width-50 {
  width: 50%;
}
table.ckedit thead, table.ckedit tbody {
  width: 100%;
}
table.ckedit tbody tr {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
table.ckedit.col-1 td {
  width: 100%;
}
table.ckedit.col-2 td {
  width: 50%;
}
table.ckedit.col-3 td {
  width: 33%;
}
table.ckedit.col-4 td {
  width: 25%;
}
@media (max-width: 991px) {
  table.ckedit.width-100, table.ckedit.width-75, table.ckedit.width-50 {
    width: 100%;
  }
  table.ckedit.col-1 td, table.ckedit.col-2 td, table.ckedit.col-3 td, table.ckedit.col-4 td {
    width: 100%;
  }
}

*.ckedit.highlight-text {
  background-color: #e8ac00;
  padding: 0.5rem 1rem;
  margin: auto;
  max-width: max-content;
}

.h6 {
  font-size: 1.35rem;
  font-variant: small-caps;
  letter-spacing: 0.1rem;
}

span.no-wrap {
  white-space: nowrap;
}

/*# sourceMappingURL=ckeditor-style.css.map */
