

/*DO NOT EDIT*/
div.cookiesbythebook{
    top:0px;
    left:0px;
    width:100%;
    z-index: 9999;
    margin-top:-40px;
}

/*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*/

/*main popup*/
div.cookiesbythebook div{
    /*Background color of the popup*/
    background-color:#004191;
    
    /*bottom border, if any*/
    border-bottom: 2px solid #000;
    
    /*Font face*/
    font-family:calibri,'Open Sans',Arial, Helvetica, sans-serif;
    
    /*Font size*/
    font-size: 0.7em;
    
    /*Font color*/
    color:#ffffff;
    
    /*Padding*/
    padding:10px 1%;
    
    width:98%;
    margin:auto;
	text-align:center;
    
}

div.cookiesbythebook div p {color:#ffffff;    line-height: 1.7em;}


/*link style in popup*/
div.cookiesbythebook div a{
    
    /*Font color*/
    color:#ffffff; 
    font-size:1em;    line-height: 1.7em;
    
}

/*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;
}
