
.cache{display:none;position:fixed;right:20px;bottom:20px;padding:20px;border-radius:5px;box-shadow:0 0 10px #ddd;max-width:380px;background-color:#FFF;display: none;}
.cache .remove{border:none;position:absolute;background-color:transparent;height:15px;width:15px;top:20px;right:20px;padding:0;outline:none}
.cache .remove:before,
.cache .remove:after{
    content: "";
    background-color:#23527c;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    border-radius: 5px;
}
.cache .remove:before{transform:translate(-50%, -50%) rotate(45deg);height:10px;width:2px;}
.cache .remove:after{transform:translate(-50%, -50%) rotate(-45deg);height:10px;width:2px;}
.cache .accept{padding: 5px 10px;
    background-color: transparent;
    color: #ffffff;
    line-height: normal;
    border: none;
    outline: none;
    margin-left: 5px;
    background: #05224a;
   }
.cache .accept:hover{text-decoration:underline;}
