div#sliding-popup{
    border-top:1px solid #ccc;
}
.sliding-popup-bottom{
    border-top:1px solid #fff;
}
.eu-cookie-compliance-message{
    max-width:70%;
    margin: 10px 0 0;
}
.eu-cookie-compliance-default-button{
	border-radius: 4px;
    border-radius:none;
    font-family: 'NeutralStdRegular';
    box-shadow:none;
    background-image:none;
    background: none;
    font-weight: normal;
    text-shadow:none;
    color: #fff;
    border: none;
}
.eu-cookie-compliance-default-button:hover{
    background: transparent !important;
    background-image:none !important;
}

 #sliding-popup h2{
    font-family: 'NeutralStdMedium';
    font-weight:500;
 }
 #sliding-popup p{
    font-family: 'NeutralStdRegular';
 }
 
 .eu-cookie-compliance-secondary-button {
    font-family: 'NeutralStdRegular';
    background-color: #ededed !important;
    border-radius: 4px;
    vertical-align: middle;
    overflow: visible;
    width: auto;
    border: 1px solid #dcdcdc;
    color: #000;
    padding: 4px 8px;
    text-decoration: none;
    float: right;
 }
 .eu-cookie-compliance-secondary-button:hover{
    background-color: #dfdfdf;
    background-image: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
 }