/* cutom Text Component - table */
.rich-editor-3 table {
    border: 1px solid #e0e0e0;
    max-width: 100%;
    border-collapse: separate;
    border-radius: 8px;
    line-height:2;
}

.greysub {
background-color: #d0e8e8;
}

.rich-editor-3 table tr:nth-child(even) {
    background-color: #ccc;
}

table {
    border-spacing: 0;
}

b, optgroup, strong {
    font-weight: 700;
}

        .dropdown {
  float: left;
  overflow: hidden;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}