/*@media only screen and (max-width: 768px) {
  .tmf-chrome-ext {
    display: none;
  }
}*/

.tmf-chrome-ext {
  background-color: rgb(51, 102, 153) !important;
  display: none;
}

.pf-widget-body {
  color: rgb(255, 255, 255) !important;
}

.pf-widget-bar .pf-widget-close {
  color: rgb(255, 255, 255) !important;
}

.pf-widget-bar .pf-bar-content .pf-widget-message {
  color: rgb(255, 255, 255) !important;
}

.pf-widget .pf-widget-btn.pf-widget-ok {
  color: rgb(68, 68, 68) !important;
  background-color: rgb(255, 255, 255) !important;
}
