.gdc-title {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 16px;
}

.gdc-description {
    font-size: 11px;
    line-height: 1.6;
    overflow: hidden;
    position: relative;
}

.gdc-description a {
    text-decoration: underline !important;
}

.gdc-description hr {
    margin-top: 30px;
    margin-bottom: 10px;
    background-color: white;
    border-color: white;
}

.gdc-button {
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border-radius: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
	
}

.gdc-button:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background: url(../img/close.svg) 50% 50% no-repeat;
    background-size: 12px auto;
}


.gds-checkbox {
    padding: 12px !important;
    margin: 17px 5px 12px 0 !important;
}

.gds-checkbox-label {
    margin-right: 12px;
    margin-top: 18px;
    display: inline-block;
    font-size: 11px;
    position: relative;
    top: -3px;
}

.gdc-container {
    position: fixed;
    display: block;
    width: 360px;
    background-color: #ededed;
    background-size: cover;
    font-size: 14px;
    color: #000000;
    z-index: 10000000;
    border-width: 0px;
    border-left-style: solid;
    border-left-color: rgb(153, 153, 153);
    border-top-style: solid;
    border-top-color: rgb(153, 153, 153);
    border-right-style: solid;
    border-right-color: rgb(153, 153, 153);
    bottom: 0;
    padding: 30px 18px 18px 18px;
    right: 0;
    top: 0;
    /*margin-left: auto;*/
    margin-right: auto;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}

.gdc-cookieSettings {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 201;
    cursor: pointer;
    background: url(../img/cookies.svg) 50% 50% no-repeat;
	
}

.gdc-options {
    display: none;
}


#ga-btn-on {
    position: absolute;
    top:60px;
    left:0;
}

#ga-btn-off {
    position: absolute;
    top: 150px;
    right: 0;
}

.ga-btn-grey {
    color: #000;
 
    border: solid 1px #000;
    text-transform: uppercase;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 60px;
}

.ga-btn-grey-selected {
    color: #fff;
    border: solid 1px #aaa;
    background: #AAA;
    text-transform: uppercase;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 60px;
}


.ga-btn-red {
    color: #ffffff;
    background-color: #e70202;
    border: solid 1px #e70202;
    text-transform: uppercase;
    padding: 5px 12px;
    cursor: pointer;
    font-size: 12px;
    border-radius: 60px;
    position: absolute;
    top: 48px;
    right: 0;
    opacity: 0.7;
}

.ga-btn-green {
    color: #ffffff;
    background-color: #57ab05;
    border: solid 1px #57ab05;
    text-transform: uppercase;
    padding: 5px 20px;
    cursor: pointer;
    font-size: 12px;
    border-radius: 60px;
    position: absolute;
    top: 48px;
    right: 0;
}

.gdc-description .gdc-title {
    font-size: 14px;
    margin: 20px 0;
}
