/* * {  */
    /* font-family: "Raleway", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif !important;  */
    /* text-align: center;  */
    /* font-size: 14px;  */
/* } */

.texa-cookie-box { 
    position: fixed; 
    bottom: 0px; 
    left: 0px; 
    right: 0px; 
    background: rgba(0, 0, 0, 0.9); 
    color: #FFFFFF; 
    padding: 10px; 
    text-align: center; 
    z-index: 100000; 
}
			
.texa-cookie-btn-policy { 
    padding: 5px; 
    background: #13377e; 
    font-size: 12px; 
    border: none; 
    color: #FFFFFF; 
    font-weight: bold; 
    border-radius: 20px; 
    cursor: pointer; 
}
			
.texa-cookie-btn-close { 
    padding: 5px; 
    background: #ffffff; 
    font-size: 12px; 
    border: none; 
    color: #000000; 
    font-weight: bold; 
    border-radius: 20px; 
    cursor: pointer; 
}