  .cookieTC {
    position: relative;
    display:none;
  }

  .cookieT {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #333;
    width: 800px;
    padding: 10px;
    opacity: 0.9;
    font-size: 11px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    z-index: 999999;
  }

  .cookieT p {
    color: #fff;
    margin-bottom: 10px;
  }

  .cookieT a {
    color: #fff;
    text-decoration: underline;
  }

  .cookieT .tooltipClose {
    display: block;
    float: right;
    margin-right: 10px;
    background: #fff;
    padding: 5px 10px;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
  }

  .cookieT .tooltipClose {
    background: #ddd;
  }
