DIV DIV DIV SPAN P.updated-at {
color: #ffffff !important;
}
DIV DIV DIV SPAN P.serving-types {
color: #ffffff !important;
}
CENTER DIV DIV DIV SPAN#beer_menu {
color: #ffffff !important;
}
DIV P STRONG STRONG A {
color: #000000 !important;
}

DIV DIV DIV.textwidget P A.ui-draggable {
color: #000000 !important;
}
DIV DIV CENTER STRONG A {
color: #000000 !important;
}
.fbcontainer {
  width: 100%;
  max-width: 600px;   /* cap width if you like */
  margin: 0 auto;     /* center horizontally */
  padding: 0 1rem;    /* little breathing space on mobile */
  box-sizing: border-box;
}

/* Ensure fb-page element adapts */
.fbcontainer .fb-page {
  width: 100% !important;
  max-width: 100% !important;
}

/* Ensure iframe inside scales */
.fbcontainer iframe {
  width: 100% !important;
  max-width: 100% !important;
}