#cookie_container{
      display: inline-block;
      max-width: 800px;
      background-color: #9280CE;
      font-family: 'Roboto', sans-serif;
      font-size: 11px;
      box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.2);
      color: #F4F3F9;
      position: fixed;
      bottom: 0px;
      left: 50%;
      transform: translate(-50%, 0);
      white-space: nowrap;
      z-index: 9999;
}
      #cookie_container .text{
            display: inline-block;
            padding: 5px;
            white-space: nowrap;
      }
      #cookie_container .text a{
            text-decoration: underline;
            font-family: 'Roboto', sans-serif;
            font-size: 11px;
            color: #F4F3F9;
      }
      #cookie_container .close{
            display: inline-block;
            width: 110px;
            text-align: center;
            padding: 5px;
            background-color: #F4F3F9;
            color: #9280CE;
            cursor: pointer;
      }
      #cookie_container .close:hover{
            background-color: #E6E6E6;
      }