/* ALL COLOR MUST BE IN #XXXXXX FORMAT */
.widget-tabs .tabs-menu .tabs-menu-item:not(.ui-state-active):not(:hover) {
  background-color: #888888;
  color: #ffffff;
  border: none;
}
.widget-tabs .tabs-menu .tabs-menu-item.ui-state-hover {
  background-color: #aaaaaa;
  color: #ffffff;
  border: none;
}
.widget-tabs .tabs-menu .tabs-menu-item:hover .tabs-menu-item-a,
.widget-tabs .tabs-menu .tabs-menu-item.ui-state-active:hover .tabs-menu-item-a {
  color: inherit;
  cursor: pointer;
}
.widget-tabs .tabs-menu .tabs-menu-item.ui-state-active:not(:hover) {
  background-color: #ffffff;
  color: #000000;
  margin-bottom: -3px;
  padding-bottom: 3px;
  border: none;
}
.widget-tabs .tabs-menu .tabs-menu-item .tabs-menu-item-a {
  font-family: "Lato";
  font-family: "/static/fonts/Lato/regular.woff";
  font-size: 24px;
  color: inherit;
}
.widget-tabs .tabs-menu {
  background-color: #ffffff;
  border: none;
}
.widget-tabs .tabs-container {
  background-color: #ffffff;
}
.widget-tabs {
  padding: 0;
  border: none;
}
.widget-button {
  font-size: 18px;
}
.widget-button:not(:hover) {
  background-color: #0dc166;
  color: #ffffff;
}
.widget-button:hover {
  background-color: #22d47a;
  color: #ffffff;
}
.widget-button .widget-button-a {
  color: inherit;
}
.widget-button .widget-button-a:hover,
.widget-button .widget-button-a:focus,
.widget-button .widget-button-a:active {
  color: inherit;
  text-decoration: none;
}
