.cookieAceptance {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #211F21;
    z-index: 1000;
    color: #fefefe;
    font-size: 15px;
    padding: 0px;
    padding-bottom: 0;

}
.cookieAceptance_step1,
.cookieAceptance_step2 {
  padding: 10px;
}

/*.cookieAceptance_step2 {
display: none;
float: left;
}
*/
.cookieAceptance .button.margin-bottom {
    margin-bottom: 20px;
}
.cookieAceptance .button {
    margin-bottom: 0;
    margin: 0 0 10px 10px;
}


.cookieAceptance_manage {
  padding: 10px;
  background-color: #f1f1f1;
  color: #211F21;
  height: 350px;
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 20px;
}

.cookieAceptance_manage .category-title {
  font-size: 18px;
  font-weight: bold;

}
.cookieAceptance_manage .always-active {
  font-size: 18px;
  font-weight: bold;
  color: green;
}
.cookieAceptance_manage input:checked ~ .switch-paddle {
    background: green;
}
.cookieAceptance_manage p.small {
  font-size: 14px;
  line-height: 1.3;
}

.cookieAceptance_manage .switch, .cookieAceptance_manage .category-title {
  margin-bottom: 4px;
}

.cookieAceptance_manage tbody th, .cookieAceptance_manage tbody td {
    padding: 5px 0.625rem 5px;
    text-align: left;
}

.cookieAceptance_settings {
   position: fixed;
    bottom: 0;
    right: 0;
    width: auto;
    z-index: 1000;
    padding: 0px;
}
.cookieAceptance_settings .button.tiny {
    padding: 5px 6px;
  }