/*
.mle-tag {
  color: #190f06;
  background-color: #e7dcd7 !important;
  text-decoration: none;
  border: 2px solid #cccccc;
  border-radius: 8px;
  display: inline-block;
  padding: 0px 8px;
  text-align: center;
}
.mle-tag:hover {
  color: #e7dcd7 !important;
  background-color: #04471c !important;
}
.mle-card-2 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25),
              0 2px 10px 0 rgba(0, 0, 0, 0.25) !important;
}
.mle-card-4 {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25),
              0 4px 20px 0 rgba(0, 0, 0, 0.25) !important;
}

.mle-card-4-0 {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25),
              0 4px 20px 0 rgba(0, 0, 0, 0.25) !important;
              padding: 0;
}
*/
/* SHADES OF BROWN */
/* &#10144; {text} */
.w3-brown-l5 {
  color: #000000 !important;
  background-color: #f8f4f3 !important;
}
.w3-brown-l4 {
  color: #000000 !important;
  background-color: #e7dcd7 !important;
}
.w3-brown-l3 {
  color: #000000 !important;
  background-color: #d0b8b0 !important;
}
.w3-brown-l2 {
  color: #ffffff !important;
  background-color: #b89588 !important;
}
.w3-brown-l1 {
  color: #ffffff !important;
  background-color: #a07261 !important;
}
.w3-brown-d1 {
  color: #ffffff !important;
  background-color: #6d4d41 !important;
}
.w3-brown-d2 {
  color: #ffffff !important;
  background-color: #61443a !important;
}
.w3-brown-d3 {
  color: #ffffff !important;
  background-color: #553c33 !important;
}
.w3-brown-d4 {
  color: #ffffff !important;
  background-color: #49332c !important;
}
.w3-brown-d5 {
  color: #ffffff !important;
  background-color: #3d2b24 !important;
}
.w3-brown-light {
  color: #000000 !important;
  background-color: #f8f4f3 !important;
}
.w3-brown-dark {
  color: #ffffff !important;
  background-color: #3d2b24 !important;
}
.w3-brown-action {
  color: #ffffff !important;
  background-color: #3d2b24 !important;
}
.w3-brown {
  color: #ffffff !important;
  background-color: #795548 !important;
}
.w3-text-brown {
  color: #795548 !important;
}
.w3-border-brown {
  border-color: #795548 !important;
}
.w3-hover-brown:hover {
  color: #ffffff !important;
  background-color: #795548 !important;
}
.w3-hover-text-brown:hover {
  color: #795548 !important;
}
.w3-hover-border-brown:hover {
  border-color: #795548 !important;
}
