.st-cookie-notification {
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.95) 100%); 
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.95) 100%); 
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.95) 100%); 
    color: red;
    left: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    box-sizing: border-box;
	padding-top: 40px;
}

.st-cookie-notification .wrap {
	padding-bottom: 0px;
}

.st-cookie-notification [class*="col-"] {
    padding-bottom: 10px;
}
 
.st-cookie-notification button {
    border-radius: 14px;
    color: white;
	background: red;
    padding: 3px 15px 4px 12px;
    margin: 0 10px;
    cursor: pointer;
}

.st-cookie-notification a {
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}

.st-cookie-notification .cookie-message {
    display: inline-block;
}

.st-cookie-notification .col-sm-4 {
    text-align: right;
}

.st-cookie-notification .small {
    margin-left: 0px;
}