/*Nexus 10*/
#cookie-bar {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.96);
  padding: 30px;
  position: relative; }
  #cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  #cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto; }
  #cookie-bar .cookiebar-message {
    float: left;
    max-width: 1300px; }
  #cookie-bar p {
    color: #949599; }
  #cookie-bar .cb-enable {
    float: right;
    margin: 10px;
    display: inline-block;
    font-family: "Arial", sans-serif;
    font-size: calc(1.4rem + 0.2vw);
    padding: 10px 30px;
    cursor: pointer;
    color: #fff;
    background: #38a6d7; }
