/* For RTE text styles Only*/
/* h_black, h_blue & h_green are childs from parent .highlight_text class */
.h_black {
  background: #222d39;
  color: #fff;
  padding: 0 6px;
}
.h_blue {
  background: #2cabed;
  color: #fff;
  padding: 0 6px;
}
.h_green {
  background: #15e18d;
  color: #fff;
  padding: 0 6px;
}
.bold {
    margin-bottom: 22px;
    line-height: 1;
    font-weight: 700;
}
.medium {
    margin-bottom: 22px;
    line-height: 1;
    font-weight: 500;
}
.h1 {
    font-size: 3.125em;
}
.h2 {
    font-size: 2.75em;
}
.h3 {
    font-size: 2.25em;
}
.h4 {
    font-size: 1.875em;
}
.h5{
    font-size: 1.5em;
}
.h6{
    font-size: 1.125em;
}
.red {
    color: #f12249;
}
.green {
    color:#11c52f;
}
.blue {
    color: #10b3d6;;
}
/* Tables*/
/* Table multi column content*/
.multi-column-content {
        border-collapse: collapse !important;
        border: none !important;
        padding: 10px;
}