  button#ccc-icon { outline: none!important; }
  button#ccc-icon img { border: none; }
  button#ccc-icon {
    border-top: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid rgba(0,145,162,1);
    border-left: 40px solid rgba(0,145,162,1);
    position: fixed;
    z-index: 999999999999!important;
  }
  button#ccc-icon img {
    z-index: 999999999;
    position: fixed;
    max-height: 25px;
    width: auto!important;
    display: flex;
    left: 10px;
    bottom: 10px;
  }
  p#ccc-necessary-description { display: flex; flex-direction: column; }
  p#ccc-necessary-description strong {
    margin: 15px 0 0;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 5px;
  }
  #ccc #ccc-content, #ccc #ccc-notify { background: rgba(0,145,162,1)!important; }
  @media(max-width:768px){ button#ccc-icon { opacity: 0; } }