.cc-window {
    font-family: Oxanium_regular;
    z-index: 10000;
    position: fixed;
    display: block;
    width: 100%;
    background: black;
    color: white;
    padding: 15px;
    bottom: 0;
    box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.70);
}

.cc-message {
    float: left;
    padding: 10px 0;
}

.cc-link, .cc-link:hover {
    color: #088789;
}

.cc-btn {
    float: right;
	background-color: #3f0000;
    padding: 10px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
	box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.70);
}

.cc-btn:hover {
    background-color: #006567;
    text-decoration: none;
    color: white;
}