/*DO NOT EDIT*/
div.cookiesbythebook{

    top:0px;
    left:0px;
    width:100%;
    z-index: 9999;
}

/*YOU CAN EDIT THIS:*/

/*This provides a rought template for editing the style of the popup, any css can technically be added in like font-weight:bold etc*/

html {margin-top:0px !important;}

div.cookiesbythebook{
    background-color: #0079C2;
}

/*main popup*/
div.cookiesbythebook div{
    /*Background color of the popup*/
    background-color: #0079C2;    
    
    /*Font face*/
    font-family: 'PT Serif', serif;
    
    /*Font size*/
    font-size: 14px;
    
    /*Font color*/
    color:#ffffff;
    
    /*Padding*/
    padding:10px 10px 10px 0px;
    
    width:100%;
    margin:auto;
	text-align:center;
    
}


/*link style in popup*/
div.cookiesbythebook div a{
    
    /*Font color*/
    color:#ffffff; 
    
}

/*accept button style (comment these out for normal style link)*/
#cbtbok{
    
    /*Background color of the link*/
    background-color: #cccccc;
    
    /*Padding*/
    padding:3px 10px 3px 10px; 
    
    /*Font color*/
    color:#000000; 
    
    /*border*/
    border: 2px solid #ffffff;
}

.cookiesbythebook p {color:#ffffff;}
