/***************************************************************************
// * Iubenda Cookie Solution                                               *
// *                                                                       *
// * (c) 2015 Iubenda srl <info@iubenda.com>                               *
// * All Rights Reserved.                                                  *
// *                                                                       *
// *************************************************************************
//
// CHANGELOG
// 0.0.1
// - first implementation of customizable css
*/

/*  GENERAL CLASS */
#iubenda-cs-banner {
    background-color: #282EB7;
    bottom: 0 !important;
    left: 0 !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 99999998 !important;
      font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #757676;
    font-weight: 100;
    line-height: 25px;
}
.iubenda-cs-content {
    background: #003F83 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    padding: 20px;
    width: auto;
}
.iubenda-banner-content {
}
.iubenda-cs-rationale {
    margin: 0 auto;
    max-width: 900px;
    position: relative;
}
.iubenda-banner-content > p {
    line-height: 1.5;
}
.iubenda-cs-close-btn {
    border: 1px solid;
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 0 15px 3px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
}
.iubenda-cs-cookie-policy-lnk {
    font-size: 14px;
    font-weight: bold;
  	color:#00BAF6;
}
#iubenda-cs-banner {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.iubenda-cs-content {
    background: #282EB7 none repeat scroll 0 0 !important;
    padding: 5px 0 1px !important;
}
.iubenda-cs-rationale {
    max-width: 90% !important;
}
.iubenda-banner-content > p {
    font-size: 12px !important;
    margin-bottom: 5px !important;
}
