#Footer,
#cookiesToolbar {
  position: relative;
}
#cookieFooter .cookieButton input,
#cookieFooter a,
#cookieNotification p,
#cookiesToolbar,
#cookiesToolbar a,
#yourCookieSettings,
h3.will,
h3.willNot {
  font-family: NewBT Regular, Tahoma, Arial, Verdana;
}
@font-face {
  font-family: 'NewBT Regular';
  font-weight: 400;
  font-style: normal;
}
#cookiesToolbar p,
#yourCookieSettings h2,
#yourCookieSettings p,
#yourCookieSettings ul,
.cookieTooltip p {
  font-size: 1em;
  text-align: left;
}
#yourCookieSettings hr{
	width:100% !important;
}
#yourCookieSettings p {
  margin-bottom: 0px;
  padding: 0px;
  line-height: 22px;
}
#cookieFooter a,
#cookiesToolbar a {
  color: #55379b;
  text-decoration: none;
}
#cookieNotification a {
  color: #fff;
}
#cookieNotification a:focus,
#cookieNotification a:hover,
#cookiesToolbar a:focus,
#cookiesToolbar a:hover {
  text-decoration: underline;
}
#cookiesToolbar {
  width: 180px;
  margin: 0 auto;
  height: 40px;
  font-size: 14px;
}
#cookiesToolbarContainer {
  position: absolute;
  right: 0;
  width: auto;
}
.ie6 #cookiesToolbarContainer {
  float: right;
  width: auto;
  margin-right: 0;
}
.ie7 #cookiesToolbarContainer {
  float: right;
  margin-right: -25px;
}
#cookiesToolbar ul {
  list-style: none;
  margin: 0;
  padding: 12px 0 0;
  float: left;
}
#cookiesToolbar ul li {
  text-indent: -9999px;
  width: 22px;
  height: 23px;
  float: left;
  background: 0 0;
  padding: 0;
  margin: 0 1px 0 0;
}
#cookiesToolbar ul li a {
  width: 18px;
  height: 19px;
  display: block;
}
#cookiesToolbar ul li.iconNeccesary a {
  background: url(/assets/images/global/cookies_sprite.png) -11px -7px no-repeat;
}
#cookiesToolbar ul li.iconPerformance a {
  background: url(/assets/images/global/cookies_sprite.png) -37px -7px no-repeat;
}
#cookiesToolbar ul li.iconFunctional a {
  background: url(/assets/images/global/cookies_sprite.png) -62px -33px no-repeat;
}
#cookiesToolbar ul li.iconSharing a {
  background: url(/assets/images/global/cookies_sprite.png) -86px -33px no-repeat;
}
#cookiesToolbar ul li.iconNeccesary a.active {
  background: url(/assets/images/global/cookies_sprite.png) -11px -7px no-repeat;
}
#cookiesToolbar ul li.iconPerformance a.active {
  background: url(/assets/images/global/cookies_sprite.png) -37px -7px no-repeat;
}
#cookiesToolbar ul li.iconFunctional a.active {
  background: url(/assets/images/global/cookies_sprite.png) -62px -7px no-repeat;
}
#cookiesToolbar ul li.iconSharing a.active {
  background: url(/assets/images/global/cookies_sprite.png) -86px -7px no-repeat;
}
.cookieTooltip strong {
  font-weight: 400;
  color: #333;
  font-size: 1.2em;
}
#cookiesToolbar p {
  float: left;
  padding: 15px 10px 0 5px;
  height: 25px;
  margin: 0;
}
#cookiesToolbar p a {
  color: #55379b;
  text-decoration: none;
  font-weight: 400;
}
#cookiesToolbar p a:hover {
  color: #55379b;
  text-decoration: underline;
}
#cookiesHelp {
  float: left;
  background: url(/assets/images/global/cookies_sprite.png) -251px -6px no-repeat;
  width: 21px;
  text-indent: -9999px;
  height: 20px;
  text-align: center;
  margin-top: 14px;
}
#cookiesHelp a {
  display: block;
  height: 20px;
}
#cookiesHelp a.PE_cxtTrigger,
#cookiesHelp a.PE_cxtTrigger:focus,
#cookiesHelp a.PE_cxtTrigger:hover {
  margin: 0;
  border: none;
}
.cookieContainer {
  position: relative;
  min-height: 200px;
  margin-bottom: 10px;
}
.cookieSlider,
.cookieSliderActive {
  list-style: none;
  float: left;
  padding: 0;
  margin: 0;
  width: 442px;
  height: 145px;
  position: absolute;
  left: 0;
}
.cookieSliderActive {
  border: none;
}
.ie6 .cookieSlider,
.ie6 .cookieSliderActive {
  width: 454px;
}
.cookieNecessaryPerformance {
  float: left;
  height: 145px;
  width: 217px;
  background: url(/assets/images/global/cookie_sharing_performance.png) no-repeat;
  cursor: pointer;
}
.cookieNecessaryPerformance label {
  text-decoration: none;
  color: #333;
  font-size: 13px;
  text-align: center;
  height: 39px;
  width: 160px;
  display: block;
  padding: 105px 0 0 30px;
  cursor: pointer;
}
.cookieNecessaryPerformance label:hover {
  text-decoration: underline;
}
.cookieSlider li,
.cookieSliderActive li {
  float: left;
  text-align: center;
  height: 145px;
  margin: 0;
}
.cookieSlider li label,
.cookieSliderActive li label {
  padding: 110px 10px 0 15px;
  height: 34px;
  display: block;
  float: left;
  text-decoration: none;
  color: #333;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}
.ie6 .cookieSlider li label,
.ie6 .cookieSliderActive li label {
  padding: 110px 10px 0 0;
  height: 34px;
  display: inline;
  float: left;
  text-decoration: none;
  color: #333;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}
#cookieFooter p a:hover,
.cookieSlider li label:hover,
.cookieSliderActive li label:hover {
  text-decoration: underline;
}
.cookieSlider li.cookieNecessary {
  background: url(/assets/images/global/cookie_sharing_off.png) no-repeat;
}
.cookieSlider li.cookieFunctional {
  width: 207px;
  background: url(/assets/images/global/functional_cookie_off.png) no-repeat;
}
.cookieSlider li.cookieFunctional label,
.cookieSliderActive li.cookieFunctional label {
  width: 185px;
}
.cookieSlider li.cookieSharing {
  width: 235px;
  background: url(/assets/images/global/sharing_cookie_off.png) no-repeat;
}
.cookieSlider li.cookieSharing label,
.cookieSliderActive li.cookieSharing label {
  width: 209px;
  padding-left: 5px;
}
.cookieSlider li.cookieSharing label {
  width: 218px;
}
.cookieSliderActive li.cookieNecessary {
  background: url(/assets/images/global/cookie_sharing_performance) no-repeat;
}
.cookieSliderActive li.cookieFunctional {
  background: url(/assets/images/global/functional_cookie_on.png) no-repeat;
  width: 207px;
}
.cookieSliderActive li.cookieSharing {
  background: url(/assets/images/global/sharing_cookie_on.png) no-repeat;
  width: 235px;
}
.mask,
.maskContainer {
  width: 450px;
  height: 145px;
  position: absolute;
  overflow: hidden;
  left: 217px;
}
.mask {
  left: 0;
}
.sliderImage {
  width: 38px;
  height: 148px;
  display: inline-block;
  position: absolute;
  right: 0;
  margin-top: -1px;
  cursor: pointer;
  background: url(/assets/images/global/slider_handle.png) left top no-repeat;
}
h3.will,
h3.willNot {
  width: 240px;
  margin: 0;
}
.sliderImage.sliderImageTouch {
  background-image: url(/assets/images/global/slider_handle_touch.png);
}
.sliderImage span {
  position: absolute;
  left: -9999px;
}
h3.will,
h3.willNot {
  height: 45px;
  float: left;
  padding: 12px 0 3px 91px;
  color: #666;
  font-size: 18px;
  font-weight: 400;
}
h3.will {
  background: url(/assets/images/global/websiteswill.jpg) no-repeat;
}
h3.willNot {
  background: url(/assets/images/global/websitewillnot.jpg) no-repeat;
}
.willList,
.willNotList {
  float: left;
  padding: 22px 20px 0;
  margin-top: -17px;
}
.ie6 .willList,
.ie6 .willNotList {
  width: 200px;
  padding-left: 0;
}
.willList {
  width: 262px;
  min-height: 200px;
  background: url(../images/list_border.png) right top no-repeat;
  list-style-image: url(/assets/images/global/tick.png);
}
.ie6 .willList {
  padding-right: 75px;
}
.detailsColumnWill,
.detailsColumnWillNot {
  width: 331px;
  float: left;
}
.willNotList {
  width: 230px;
  list-style-image: url(/assets/images/global/cross.png);
}
#detailsContainer {
  width: 656px;
  float: left;
}
#details {
  position: relative;
  z-index: 1;
  padding: 0;
}
#details .functionalList,
#details .neccesaryPerformanceList,
#details .sharingList {
  display: none;
  overflow: hidden;
  background: #FFF;
  background: linear-gradient(top, #ffffff 0, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 93%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  width: 662px;
}
#details .functionalList,
#details .sharingList,
.ie9 #details .neccesaryPerformanceList {
  -webkit-filter: none;
          filter: none;
}
#details div h2 {
  margin-left: 20px;
}
#details div ul li {
  margin-bottom: 10px;
  font-size: 0.9em;
}
#yourCookieSettings {
  min-height: 250px;
  position: absolute;
  left: 66%;
  top: 18%;
  margin: 0 0 0 -386px;
  padding: 0px;
  width: 31.7%;
  border: 0px solid #bfbfbf;
  border-radius: 5px;
  color: #333333;
  font-size: 14px;
  display: none;
  background: #fff;
  background: linear-gradient(top, #fff 0, #fff 51%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ffffff', GradientType=0);
  z-index: 999999;
}
.ie9 #yourCookieSettings {
  -webkit-filter: none;
          filter: none;
}
.ie7 #yourCookieSettings,
.ie8 #yourCookieSettings {
  -webkit-filter: none;
          filter: none;
  background-color: #f9f9f9;
}
#yourCookieSettings #close {
  position: absolute;
  top: 8px;
  right: 6px;
  width: 15px;
  height: 15px;
  background: url(/assets/images/global/close_button_spr.png) -1px 0 no-repeat;
  text-indent: -999em;
}
#yourCookieSettings #close:focus,
#yourCookieSettings #close:hover {
  background: url(/assets/images/global/close_button_spr.png) -1px 0 no-repeat;
}
#yourCookieSettings h3 {
  margin: 38px 0 20px;
  color: #333;
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
}
#yourCookieSettings .cookieContainer h2 {
  margin: 0;
  border: 0;
  font-size: 22px;
  padding-left: 0;
}
#yourCookieSettings img {
  padding-left: -15px;
}
#cookieWrapper {
  padding: 10px 5px 10px 12px;
  border: 1px solid #FFF;
  box-shadow: 0 0 0 1px #c1c1c1, 0 3px 3px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: #fafafa;
  background: linear-gradient(top, #fff 0, #efefef 51%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
  margin: 0 auto;
  overflow: hidden;
  width: 670px;
}
#cookieNotification {
  border-radius: 7px;
}
#cookieNotification,
.cookieTooltip {
  box-shadow: 1px 1px 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 10px 10px rgba(0, 0, 0, 0.1);
}
ie9 #cookieWrapper {
  -webkit-filter: none;
          filter: none;
}
.ie7 #cookieWrapper,
.ie8 #cookieWrapper {
  border: 1px solid #c1c1c1;
}
#cookieFooter {
  width: 375px;
  float: left;
  margin-top: 20px;
}
#cookieFooter p {
  float: left;
}
.cookieSubmit {
  float: left;
  
}
#cookieFooter .cookieSubmit p a,
.changecookiesettings {
  float: left;
  text-decoration: none;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  background: #6400aa;
  padding: 0 30px 0 29px;
  display: block;
  border-radius: 5px;
  height:auto;
  width:auto;
}
#cookieFooter .cookieSubmit p a:lang(de) {
  background: #6400aa;
  color: #fff;
}
#cookieFooter .cookieSubmit p a:hover {
  background: #540E85;
  text-decoration: none;
}
#cookieFooter .cookieSubmit p a:hover:lang(de) {
  background: #540E85;
  text-decoration: none;
  color: #fff;
}
.ie9 #cookieFooter .cookieSubmit p a,
.ie9 #cookieFooter .cookieSubmit p a:hover {
  -webkit-filter: none;
          filter: none;
}
#cookieNotification {
  padding: 20px 20px 0;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 999999;
  border: 2px solid #d7d7d7;
  background: #fff;
  background: linear-gradient(top, #fff 0, #efefef 51%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
  -moz-border-radius: 7px;
  width: 495px;
  height: 180px;
  display: block;
}
.ie9 #cookieNotification {
  -webkit-filter: none;
          filter: none;
}
#cookieNotification p {
  text-align: center;
  line-height: 1.2em;
  font-size: 15px;
  color: #333;
  padding: 0 20px;
}
#cookieNotification p a {
  color: #6400AA;
  padding-left: 5px;
  font-size: 14px;
}
#cookieNotification p a:hover {
  color: #55379b;
}
#cookieNotification .cookieButton {
  font-size: 15px;
  display: inline-block;
  text-align: center;
  background-color: #E60050;
  padding: 2px 20px 2px 20px;
  min-width: 80px;
  border-radius: 5px;
  line-height: 36px;
  
}
#cookieNotification .cookieButton:hover {
  background-color: #c30d4c;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
#cookieNotification .cookieButton:hover:lang(de) {
  background-color: #c30d4c;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
.ie9 #cookieNotification .cookieButton,
.ie9 #cookieNotification .cookieButton:hover {
  -webkit-filter: none;
          filter: none;
}
#cookieFooter .cookieButtonBlue {
  float: left;
  cursor: pointer;
  margin-right: 10px;
  background: #fff;
  padding: 0 20px 0 20px;
  border: 1px solid #6400aa;
  border-radius: 5px;
  height:38px;
  margin-left:0px;
  /*margin-top:14px;*/
}
#cookieFooter .cookieButtonBlue:lang(de) {
     float: left;
    cursor: pointer;
    margin-right: 10px;
    background: #fff;
    padding: 0 20px;
    border: 1px solid #6400aa;
    border-radius: 5px;
    height: auto;
    margin-left: 0px;
	    height: 38px;
    line-height: 38px;
}
#cookieFooter .cookieButton:hover {
  background: #540E85 !important;
  color:#ffffff;
}
.ie9 #cookieFooter .cookieButtonBlue {
  -webkit-filter: none;
          filter: none;
}
#cookieFooter .cookieButton input {
  margin: 0;
  /*padding: 0;*/
  background: 0 0;
  border: 0;
  color: #6400aa;
  font-size: 16px;
  cursor: pointer;
  line-height: 39px;
}
#cookieFooter .cookieButton input:lang(de) {
}
#cookieFooter .cookieButton input:hover {
  color: #fff !important;
}
#cookieFooter .arrow {
  background: url(/assets/images/global/cookies_icon_arrow.png) right no-repeat;
}
#cookieNotification .arrow {
  background: url(/static/media_structure/common/gswuplift/global_services/assets/images/css/core/arrows/bt-arrow-right-purple-6400aa.png) 100% 60% no-repeat;
}
#cookieNotification .lastButton {
  margin-left: 20px;
  clear: right;
}
#cookieNotification .arrow {
  padding-right: 11px;
  font-weight: 400;
}
#cookieFooter .arrow {
  padding-right: 11px;
  font-weight: 400;
  margin-top: 10px;
}
#cookieActions {
  height: 50px;
  text-align: center;
}
.cookieContainer input {
  display: none;
}
#cookieOverlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  padding-bottom: 10px;
}
.cookieTooltip {
  position: absolute;
  top: 0;
  left: -999em;
  padding: 10px 15px 0;
  width: 250px;
  border: 2px solid #d7d7d7;
  font-family: Tahoma,Arial,Verdana;
  font-size: 12px;
  background: #fff;
  background: linear-gradient(top, #fff 0, #efefef 51%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
  border-radius: 5px;
  z-index: 10;
}
.ie9 .cookieTooltip {
  -webkit-filter: none;
          filter: none;
}
.ie7 .cookieTooltip,
.ie8 .cookieTooltip {
  -webkit-filter: none;
          filter: none;
  background: #fff;
}
.cookieTooltip .inner {
  margin-bottom: -13px;
  padding-bottom: 13px;
  background: url(/assets/images/global/tip_point.png) left bottom no-repeat;
  zoom: 1;
}
.cookieTooltip .inner p,
.inner .cookieTooltip p {
  margin: 0 0 10px;
  padding: 0;
}
.leftTip .inner {
  background: url(/assets/images/global/tip_point.png) right bottom no-repeat;
}
.cookieTooltip .inner p {
  color: #666;
}
.cookies_bottom_nav {
  background: #eee;
  clear: both;
  padding: 20px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  line-height: 15px;
  /*text-decoration: underline;*/
}
.cookiestatusraw .right {
  float: right;
}
.cookiestatusraw .left {
  float: left;
  clear: both;
}
.cookiestatusraw {
  width: 100%;
  height: 30px;
}
#popup1 {
  padding: 18px 20px 0px;
}
#popup5 .lollipop-steps {
  padding: 0px;
  padding-bottom: 8px!important;
}
#popup6 {
  padding: 0 20px;
}
#cookieFooter {
  margin-bottom: 20px;
}
#popup3 .cookieButton.cookieButtonBlue,
#popup4 .cookieButton.cookieButtonBlue {
  background: #6400aa;
}
#popup3 input.submitCookie,
#popup4 input.submitCookie {
  color: #fff;
  line-height: 38px;
}
#popup6 form > p {
  padding: 0;
  margin: 0;
  line-height: 24px;
}
#popup6 hr {
  margin: 20px 0px;
  border: 0;
  border-top: 1px solid #ddd;
}
#popup1 h2 {
  font-size: 31px !important;
  margin: 36px 0 20px;
  line-height: 30px;
  color: #333;
  font-family: BTFont_Lt !important;
  display: block;
  font-weight: 400;

}
#popup2 h3 {
 margin: 20px;
    color: #333;
    font-size: 28px;
    line-height: 20px;
    font-family: BTFont_Lt!important;
    display: block;
    font-weight: 400;
}

#popup4 h3,
#popup5 h3 {
  margin: 20px 0;
  color: #333;
  font-size: 24px;
  line-height: 20px;
  font-family: BTFont_Lt !important;
  display: block;
  font-weight: 400;
}
#popup3 h3,
#popup4 h3 {
   margin: 20px;
   color: #333;
   font-size: 24px;
   line-height: 20px;
   font-family: BTFont_Lt !important;
   display: block;
   font-weight: 400;
}
#popup2 form,
#popup3 form,
#popup4 form {
  padding: 0 20px;
  line-height: 32px;
  margin: 0px !important;
}
#popup1 form,#popup5 form{
margin: 0px !important;
}
#popup5 {
  padding: 25px 20px 20px;
}
#popup4 #cookieFooter {
  margin-top: 10px;
}
#popup3 #cookieFooter {
  margin-top: 10px;
}
#popup2 .cookies_bottom_nav {
  text-decoration: none;
}
#popup3 strong,
#popup4 strong {
  font-weight: bold;
}
.lollipop-steps {
  padding: 25px 20px 8px;
  position: relative;
}
.lollipop-steps div {
  float: left;
  position: relative;
  width: 32%;
  height: 2px;
}
.green-lollipop span,
.gray-lollipop span {
      border-radius: 9px;
    height: 13px;
    width: 13px;
    position: absolute;
    top: -5.8px;
    right: -1px;
}
.green-lollipop {
  border: 1px solid green;
  background: green;
}
.gray-lollipop {
  border: 1px solid #ccc;
  background: #ccc;
}
.green-lollipop span {
  background: green;
}
.gray-lollipop span {
  background: #ccc;
}
.green-lollipop .check-mark {
  height: 20px;
  width: 20px;
  border-radius: 9px;
  top: -9.5px;
}
.check-mark b {
  position: absolute;
  top: 1px;
  color: #fff;
  left: 4.6px;
}
.cookie-gdpr-popup-ovelayer {
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  overflow: hidden;
}
@media only screen and (min-width: 320px) {
  #yourCookieSettings {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 96%;
    margin: auto;
  }
  .cookiestatusraw .left {
    width: 80%;
  }
}
@media only screen and (min-width: 576px) {
  #yourCookieSettings {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 87.7%;
  }

}

 .ui-mobile-viewport  .table-wrap{
	  width:260px;
  }
  
.btgs-grid-col-12 ul{
	     list-style: none;
 }
 .btgs-grid-col-12 ul li {
    padding: 0 0 15px 30px;
    background: url(../images/css/core/custom_list.png) no-repeat
}
@media only screen and (min-width: 768px) {
  #yourCookieSettings {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 60%;
    margin: auto;
  }

}
@media only screen and (min-width: 992px) {
  #yourCookieSettings {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 31.7%;
  }

}
@media only screen and (min-width: 1200px) {
  #yourCookieSettings {
	position: fixed;
    top: 44%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 28.11%;
    margin: 0 0 0 0;
  }
  
 
}
.cookie-settings-wrapper{
	background-color:#eeeeee;
	padding:20px;
    font-family: "NewBTRegular", Calibri, Helvetica;
    font-size: 22px;
    line-height: 32px;	
	}
.btn-perple{
    font-family: "NewBTRegular", Calibri, Helvetica;
	font-size: 16px;
	min-height: 30px;
	padding: 5px 20px 5px 20px;
	color: #fff !important;
	background-color: #6400aa;
	border-radius: 5px;
	min-width: 80px;
	display: inline-block;
	text-align: center;
	word-break: break-all;
	line-height: 30px;
	border:0px;
	cursor:pointer;
	}
	
	.btn-perple:hover{
		background-color: #540e85;
	}
.cookie-settings-wrapper p{margin-top: 0;
    margin-bottom: 0 !important;
    font-family: NewBTLight;
    font-size: 22px;
    line-height: 32px;}
.cookie-settings-wrapper .btn-perple{margin-top:20px;}

.allcookie:hover {
    color: #6400AA !important;
	text-decoration: underline;
}
.allcookie {
    color: #6400AA;
	text-decoration: none;
}
#close_cookie_link{
color: #6400AA;
text-decoration: none;
line-height: 15px;
}
#close_cookie_link:hover{
color: #6400AA;
text-decoration: underline;	
}
.cookieButton.cookieButtonBlue:hover > input {
    color: #fff !important;
}