	.bar {
      position: fixed;
      bottom: 0;
      display: block;
      z-index: 99999;
      box-sizing: border-box;
      width: 100%;
		padding: 0px 50px 0px 50px;
      background-color: #fff;
      color: #000;
      font-size: .75em;
      line-height: 1.5;
      text-align: center;
      transition: bottom 1s;
           a {
        color:#6eabda;
        margin: 0;
      }

      a[href*="http"] {
          text-decoration: underline;
      }

      .dismiss {
          position: absolute;
          top: 1em;
          right: 0.75em;
          font-size: 1.5em;
          line-height: 1;
          color: inherit;
      }
    }