div#region-support {
  position: static; }
  div#region-support .block-masquerade {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 0;
    margin: 1em;
    padding: 1em;
    background: black;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 0.5em; }
    div#region-support .block-masquerade .block-title {
      display: none; }
    div#region-support .block-masquerade .content {
      color: white; }
      div#region-support .block-masquerade .content a:link,
      div#region-support .block-masquerade .content a:visited,
      div#region-support .block-masquerade .content a:hover,
      div#region-support .block-masquerade .content a:active {
        color: white;
        font-weight: bold; }
      div#region-support .block-masquerade .content #quick_switch_links {
        margin-top: 0.5em;
        color: white; }
        div#region-support .block-masquerade .content #quick_switch_links ul {
          margin-top: 0.5em;
          list-style-type: disc; }
          div#region-support .block-masquerade .content #quick_switch_links ul li {
            list-style-type: disc; }
      div#region-support .block-masquerade .content .description {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        color: white; }
    div#region-support .block-masquerade .item-list ul {
      list-style: disc; }
      div#region-support .block-masquerade .item-list ul li {
        list-style: disc;
        color: white; }
