.creator .creator_top {
  margin-top: 40px;
  height: 42px; }
  .creator .creator_top h1 {
    font-family: Yanone Kaffeesatz;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 40px;
    height: 40px;
    color: #000000;
    display: inline-block;
    width: calc(100% - 350px); }
    .creator .creator_top h1 .backbtn {
      width: 40px;
      height: 40px;
      float: left;
      display: inline-block;
      margin-right: 30px; }
      .creator .creator_top h1 .backbtn img {
        width: 40px;
        height: 40px; }
  .creator .creator_top .price_container {
    float: right;
    position: relative;
    font-size: 20px;
    display: inline-block;
    padding: 6px 0;
    line-height: 28px;
    font-family: Yanone Kaffeesatz;
    font-weight: 700;
    background-color: #000000;
    color: #ffffff;
    width: 195px;
    text-align: center;
    font-size: 20px; }
    .creator .creator_top .price_container .fontfix {
      font-size: 28px; }
.creator .creator_main {
  margin-top: 40px;
  position: relative;
  /* Menu opties */ }
  .creator .creator_main .tab_fix {
    width: 0;
    height: 563px;
    position: absolute;
    top: 0;
    transition: width 0.6s linear, opacity 0.2s linear;
    -webkit-transition-delay: 0.24s;
    /* Safari */
    transition-delay: 0.22s;
    right: 196px;
    opacity: 0; }
    .creator .creator_main .tab_fix.active {
      width: 958px;
      opacity: 1;
      border-top: 1px solid #b1b1b1;
      border-bottom: 1px solid #b1b1b1;
      border-right: 1px solid #b1b1b1;
      border-left: 1px solid #b1b1b1;
      opacity: 1; }
      .creator .creator_main .tab_fix.active .save_and_go_btn, .creator .creator_main .tab_fix.active .cancel_and_go_btn, .creator .creator_main .tab_fix.active .contact_and_go_btn {
        display: block;
        opacity: 1;
        -webkit-transition-delay: 0.84s;
        /* Safari */
        transition-delay: 0.82s; }
      .creator .creator_main .tab_fix.active .tab {
        width: 958px; }
  .creator .creator_main #preview img {
    width: 96.3%; }
  .creator .creator_main .creator_tabs {
    float: left;
    width: 195px; }
    .creator .creator_main .creator_tabs ul {
      position: relative;
      z-index: 70;
      list-style: none;
      width: 195px;
      height: 565px;
      float: left;
      transition: 0.3s ease; }
      .creator .creator_main .creator_tabs ul.shown {
        background-color: #f9f9f9; }
      .creator .creator_main .creator_tabs ul li {
        display: table;
        width: 194px;
        height: 78px;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        transition: background 1s ease, border 1s ease;
        background: linear-gradient(to right, transparent 50%, #f1f1f1 50%);
        background-size: 200% 100%;
        background-position: left bottom; }
        .creator .creator_main .creator_tabs ul li.btnfix {
          padding-top: 9px;
          border-bottom: none !important;
          height: 75px !important;
          border-right: none;
          width: 195px;
          border-right: none !important; }
          .creator .creator_main .creator_tabs ul li.btnfix .addToBag {
            display: block;
            float: right;
            height: 73px;
            width: 193px;
            text-align: center;
            border: 1px solid #29aae1;
            background-color: #29aae1;
            line-height: 72px;
            font-size: 28px;
            text-decoration: none;
            text-transform: uppercase;
            color: #ffffff;
            font-family: Yanone Kaffeesatz; }
            .creator .creator_main .creator_tabs ul li.btnfix .addToBag img {
              width: 40px;
              height: 28px;
              margin-right: 20px;
              float: right;
              margin-top: 20px;
              margin-left: 0px; }
          .creator .creator_main .creator_tabs ul li.btnfix:hover {
            border-top: 1px solid #ffffff;
            border-bottom: 1px solid #ffffff;
            border-right: 1px solid #ffffff;
            background-color: #ffffff; }
        .creator .creator_main .creator_tabs ul li .creator_icon {
          float: left;
          padding: 14px 15px;
          height: 40px;
          width: 40px;
          margin-left: 30px;
          display: inline-block; }
          .creator .creator_main .creator_tabs ul li .creator_icon img {
            width: 37px; }
        .creator .creator_main .creator_tabs ul li .creator_tab_name {
          display: table-cell;
          height: 78px;
          padding: 14px 0;
          vertical-align: middle;
          font-family: Yanone Kaffeesatz;
          color: #000000;
          text-transform: uppercase;
          text-align: left;
          font-size: 20px;
          line-height: 20px;
          width: 95px;
          transition: 0.3s ease;
          border-right: 0px solid #ffffff;
          font-weight: bold; }
        .creator .creator_main .creator_tabs ul li.active {
          padding-left: 2px;
          margin-left: -2px;
          border-top: 1px solid #b1b1b1;
          border-bottom: 1px solid #b1b1b1;
          border-right: 1px solid #b1b1b1;
          /*background: #f1f1f1;*/
          background-position: right bottom;
          transition: background 0.25s linear, border 0.25s ease; }
          .creator .creator_main .creator_tabs ul li.active .creator_tab_name {
            border-right: 3px solid #29aae1 !important;
            width: 92px; }
        .creator .creator_main .creator_tabs ul li.overlay {
          padding-left: 2px;
          margin-left: -2px;
          border-top: 1px solid #ffffff;
          border-bottom: 1px solid #ffffff;
          border-right: 1px solid #ffffff;
          background: #d8f1fc;
          background-position: right bottom;
          transition: background 0.25s linear, border 0.25s ease; }
          .creator .creator_main .creator_tabs ul li.overlay .creator_tab_name {
            border-right: 3px solid #29aae1 !important;
            width: 92px; }
        .creator .creator_main .creator_tabs ul li:hover {
          cursor: pointer; }
          .creator .creator_main .creator_tabs ul li:hover .creator_tab_name {
            border-right: 3px solid #29aae1 !important;
            width: 92px; }
        .creator .creator_main .creator_tabs ul li:active {
          transition: background 0.3s ease, border 0.3s ease;
          background-color: rgba(0, 0, 0, 0.5); }
    .creator .creator_main .creator_tabs .save_and_go_btn {
      width: 177px;
      padding-right: 7px;
      height: 63px;
      opacity: 0;
      font-weight: 700;
      font-size: 30px;
      text-transform: uppercase;
      font-family: Yanone Kaffeesatz;
      color: #f1f1f1;
      text-align: center;
      display: none;
      line-height: 68px;
      text-decoration: none;
      margin-left: -160px;
      left: 80%;
      transition: color 0.3s ease !important;
      background-image: url(grfx/button-background-opslaan.svg);
      background-repeat: no-repeat;
      background-size: 150px 73px;
      margin-top: -12px;
      position: absolute;
      z-index: 60;
      display: none;
      -webkit-transition-delay: 0s;
      /* Safari */
      transition-delay: 0s; }
      .creator .creator_main .creator_tabs .save_and_go_btn:hover {
        color: #ffffff; }
    .creator .creator_main .creator_tabs .contact_and_go_btn {
      width: 255px;
      padding-right: 7px;
      height: 63px;
      opacity: 0;
      font-weight: 700;
      font-size: 30px;
      text-transform: uppercase;
      font-family: Yanone Kaffeesatz;
      color: #f1f1f1;
      text-align: center;
      line-height: 68px;
      text-decoration: none;
      margin-left: -160px;
      left: 190px;
      transition: color 0.3s ease !important;
      background-image: url(grfx/button-background-contact.svg);
      background-repeat: no-repeat;
      background-size: 255px 63px;
      margin-top: -12px;
      position: absolute;
      z-index: 60;
      display: none;
      -webkit-transition-delay: 0s;
      /* Safari */
      transition-delay: 0s; }
    .creator .creator_main .creator_tabs .cancel_and_go_btn {
      width: 176px;
      padding-right: 7px;
      height: 63px;
      opacity: 0;
      font-weight: 700;
      font-size: 30px;
      text-transform: uppercase;
      font-family: Yanone Kaffeesatz;
      color: #f1f1f1;
      text-align: center;
      line-height: 68px;
      display: none;
      text-decoration: none;
      margin-left: 20px;
      left: 40%;
      transition: color 0.3s ease !important;
      background-image: url(grfx/button-background-afsluiten.svg);
      background-repeat: no-repeat;
      background-size: 150px 73px;
      margin-top: -12px;
      position: absolute;
      z-index: 60;
      display: none;
      -webkit-transition-delay: 0s;
      /* Safari */
      transition-delay: 0s; }
      .creator .creator_main .creator_tabs .cancel_and_go_btn:hover {
        color: #ffffff; }
    .creator .creator_main .creator_tabs .tab {
      width: 0;
      height: 563px;
      opacity: 1;
      position: absolute;
      top: 0;
      right: -1px;
      overflow: hidden;
      z-index: 40;
      background-color: #f1f1f1;
      transition: width 0.6s linear, opacity 0.2s linear;
      -webkit-transition-delay: 0.24s;
      /* Safari */
      transition-delay: 0.22s; }
      .creator .creator_main .creator_tabs .tab.active {
        border-right: 1px solid #b1b1b1; }
      .creator .creator_main .creator_tabs .tab .inner_tab {
        width: 958px;
        height: 473px;
        position: relative;
        padding-top: 90px;
        float: left; }
      .creator .creator_main .creator_tabs .tab#formaat .inner_tab ol {
        width: calc(100% - 136px);
        padding: 0 68px;
        float: left; }
      .creator .creator_main .creator_tabs .tab#formaat .inner_tab ol li {
        list-style: none;
        display: table;
        vertical-align: middle;
        width: 25%;
        text-align: center;
        height: 200px;
        float: left; }
      .creator .creator_main .creator_tabs .tab#formaat .inner_tab ol li .row, .creator .creator_main .creator_tabs .tab#formaat .inner_tab ol li .rowsize {
        display: table-row;
        text-align: center; }
      .creator .creator_main .creator_tabs .tab#formaat .inner_tab ol li .row a {
        display: table-cell;
        width: 100%;
        height: 190px;
        text-align: center;
        vertical-align: middle; }
      .creator .creator_main .creator_tabs .tab#formaat .inner_tab ol li .rowsize a {
        display: table-cell;
        width: 100%;
        height: 40px;
        text-align: center;
        vertical-align: middle;
        font-family: Yanone Kaffeesatz;
        font-size: 30px;
        color: #000000;
        transition: 0.3s ease;
        text-decoration: none; }
      .creator .creator_main .creator_tabs .tab#formaat .inner_tab ol li svg {
        width: 80px;
        transition: 0.3s ease; }
      .creator .creator_main .creator_tabs .tab#formaat .inner_tab svg.svgwhite .st0 {
        fill: #ffffff; }
      .creator .creator_main .creator_tabs .tab#formaat .inner_tab svg .st0, .creator .creator_main .creator_tabs .tab#formaat .inner_tab svg .st1 {
        transition: 0.3s ease;
        stroke: #b2b2b2;
        stroke-width: 2px; }
      .creator .creator_main .creator_tabs .tab#formaat .inner_tab .row input[type="radio"] {
        display: none; }
      .creator .creator_main .creator_tabs .tab#formaat .inner_tab li:hover svg .st0, .creator .creator_main .creator_tabs .tab#formaat .inner_tab li:hover svg .st1, .creator .creator_main .creator_tabs .tab#formaat .inner_tab li.active svg .st0, .creator .creator_main .creator_tabs .tab#formaat .inner_tab li.active svg .st1 {
        stroke: #29aae1; }
      .creator .creator_main .creator_tabs .tab#formaat .inner_tab ol li:hover a, .creator .creator_main .creator_tabs .tab#formaat .inner_tab ol li.active a {
        color: #29aae1; }
      .creator .creator_main .creator_tabs .tab#formaat .inner_tab ol li svg.s813 {
        width: 70px; }
      .creator .creator_main .creator_tabs .tab#formaat .inner_tab ol li svg.s1015 {
        width: 90px; }
      .creator .creator_main .creator_tabs .tab#formaat .inner_tab ol li svg.s1217 {
        width: 110px; }
      .creator .creator_main .creator_tabs .tab#formaat .inner_tab ol li svg.s1021 {
        width: 90px; }
      .creator .creator_main .creator_tabs .tab#formaat .inner_tab ol li svg.s1313 {
        width: 107px; }
      .creator .creator_main .creator_tabs .tab#formaat .inner_tab ol li svg.s1515 {
        width: 130px; }
      .creator .creator_main .creator_tabs .tab#formaat .inner_tab ol li svg.s1015v {
        width: 90px; }
      .creator .creator_main .creator_tabs .tab#formaat .inner_tab ol li svg.s1313v {
        width: 107px; }
      .creator .creator_main .creator_tabs .tab#aantal .aantal_top {
        width: 630px;
        margin: 20px auto 40px auto;
        background-color: #b79066;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        height: 58px;
        border: 1px solid #b2b2b2; }
        .creator .creator_main .creator_tabs .tab#aantal .aantal_top .price_holder {
          font-size: 30px;
          font-family: Yanone Kaffeesatz;
          font-weight: normal;
          line-height: 54px;
          text-align: center;
          color: #ffffff;
          float: right;
          width: calc(100% - 375px); }
        .creator .creator_main .creator_tabs .tab#aantal .aantal_top .stuks {
          margin-top: -1px;
          margin-left: -1px;
          float: left;
          border: 1px solid #b2b2b2;
          height: 58px;
          border-radius: 10px;
          width: 370px;
          background-color: #ffffff; }
          .creator .creator_main .creator_tabs .tab#aantal .aantal_top .stuks input {
            font-size: 30px;
            font-family: Yanone Kaffeesatz;
            font-weight: normal;
            line-height: 58px;
            text-align: center;
            width: 300px;
            height: 58px;
            border: none;
            outline: none;
            border-radius: 10px;
            float: left; }
          .creator .creator_main .creator_tabs .tab#aantal .aantal_top .stuks .number_holder {
            float: left;
            width: 50px;
            margin-left: 20px;
            margin-top: -25px; }
            .creator .creator_main .creator_tabs .tab#aantal .aantal_top .stuks .number_holder #number_up, .creator .creator_main .creator_tabs .tab#aantal .aantal_top .stuks .number_holder #number_down {
              width: 50px;
              height: 50px;
              display: block;
              margin-top: 5px;
              margin-bottom: 0px;
              user-select: none; }
              .creator .creator_main .creator_tabs .tab#aantal .aantal_top .stuks .number_holder #number_up img, .creator .creator_main .creator_tabs .tab#aantal .aantal_top .stuks .number_holder #number_down img {
                width: 20px;
                height: 20px;
                margin: 0 auto 0px;
                position: relative;
                top: 23px;
                left: 15px; }
              .creator .creator_main .creator_tabs .tab#aantal .aantal_top .stuks .number_holder #number_up:hover, .creator .creator_main .creator_tabs .tab#aantal .aantal_top .stuks .number_holder #number_down:hover {
                cursor: pointer; }
            .creator .creator_main .creator_tabs .tab#aantal .aantal_top .stuks .number_holder #number_down img {
              top: 0; }
            .creator .creator_main .creator_tabs .tab#aantal .aantal_top .stuks .number_holder .seperator {
              margin: 0 auto;
              width: 20px; }
      .creator .creator_main .creator_tabs .tab#aantal .aantal_usp {
        width: 630px;
        margin: 0 auto; }
        .creator .creator_main .creator_tabs .tab#aantal .aantal_usp .usp_1, .creator .creator_main .creator_tabs .tab#aantal .aantal_usp .usp_2, .creator .creator_main .creator_tabs .tab#aantal .aantal_usp .usp_3 {
          width: 20%;
          float: left;
          display: block;
          margin-left: 20%; }
          .creator .creator_main .creator_tabs .tab#aantal .aantal_usp .usp_1 img, .creator .creator_main .creator_tabs .tab#aantal .aantal_usp .usp_2 img, .creator .creator_main .creator_tabs .tab#aantal .aantal_usp .usp_3 img {
            max-width: 100%; }
          .creator .creator_main .creator_tabs .tab#aantal .aantal_usp .usp_1 .usp_image, .creator .creator_main .creator_tabs .tab#aantal .aantal_usp .usp_2 .usp_image, .creator .creator_main .creator_tabs .tab#aantal .aantal_usp .usp_3 .usp_image {
            display: table-cell;
            vertical-align: bottom;
            height: 232px;
            width: 100%; }
          .creator .creator_main .creator_tabs .tab#aantal .aantal_usp .usp_1 .usp_text, .creator .creator_main .creator_tabs .tab#aantal .aantal_usp .usp_2 .usp_text, .creator .creator_main .creator_tabs .tab#aantal .aantal_usp .usp_3 .usp_text {
            font-size: 26px;
            font-family: Yanone Kaffeesatz;
            font-weight: normal;
            line-height: 30px;
            text-align: center;
            display: block;
            padding: 5px 0;
            margin-top: 16px;
            transition: 0.3s ease; }
          .creator .creator_main .creator_tabs .tab#aantal .aantal_usp .usp_1:hover, .creator .creator_main .creator_tabs .tab#aantal .aantal_usp .usp_2:hover, .creator .creator_main .creator_tabs .tab#aantal .aantal_usp .usp_3:hover {
            cursor: pointer; }
            .creator .creator_main .creator_tabs .tab#aantal .aantal_usp .usp_1:hover .usp_text, .creator .creator_main .creator_tabs .tab#aantal .aantal_usp .usp_2:hover .usp_text, .creator .creator_main .creator_tabs .tab#aantal .aantal_usp .usp_3:hover .usp_text {
              color: #29aae1; }
        .creator .creator_main .creator_tabs .tab#aantal .aantal_usp div.usp_1 {
          margin-left: 0; }
      .creator .creator_main .creator_tabs .tab#opties .opties_tab_btn {
        display: block;
        width: 100%;
        background-color: #cbcbcb;
        font-family: Yanone Kaffeesatz;
        text-decoration: none;
        font-size: 24px;
        height: 50px;
        margin-bottom: 10px;
        text-align: center;
        line-height: 50px;
        color: #000000;
        transition: 0.3s ease;
        text-transform: uppercase; }
        .creator .creator_main .creator_tabs .tab#opties .opties_tab_btn:first-child {
          margin-top: 12px; }
        .creator .creator_main .creator_tabs .tab#opties .opties_tab_btn.active, .creator .creator_main .creator_tabs .tab#opties .opties_tab_btn:hover {
          background-color: #b79066;
          color: #ffffff; }
      .creator .creator_main .creator_tabs .tab#opties .subtab_enveloppen {
        width: 600px;
        padding: 0 72px;
        margin-top: 0;
        						/*.envelop_right{
        							width: 200px;
        							float: left;
        							margin-top: 10px;
        							margin-left: 50px;
        
        							h4{
        								font-family: Yanone Kaffeesatz;
        								font-size: 21px;
        								text-transform:uppercase;
        								color: #000000;
        								line-height: 21px;
        							}
        
        							h5{
        								font-family: Yanone Kaffeesatz;
        								font-size: 21px;
        								color: #000000;
        								line-height: 21px;
        							}
        
        							p{
        								font-weight: 300;
        								font-size: 14px;
        								font-family: Yanone Kaffeesatz;
        								line-height: 18px;
        								margin-top: 25px;
        								a{
        									font-weight: bold;
        									color: $primary;
        									text-decoration: none;
        								}
        							}
        
        							h6{
        								font-family: Yanone Kaffeesatz;
        								font-size: 18px;
        								color: #000000;
        								line-height: 24px;
        								margin-top: 25px;
        							}
        
        							.upload_btn{
        								height: 50px;
        								width: 100%;
        								color :#ffffff;
        								line-height: 50px;
        								background-color: #f6921e;
        								display: block;
        								text-align: center;
        								text-decoration: none;
        								margin-top: 25px;
        								font-family: Yanone Kaffeesatz;
        								font-size: 22px;
        								text-transform: uppercase;
        
        								font-weight: bold;
        							}
        
        						}*/ }
        .creator .creator_main .creator_tabs .tab#opties .subtab_enveloppen .envelop_left {
          width: 600px;
          float: left; }
          .creator .creator_main .creator_tabs .tab#opties .subtab_enveloppen .envelop_left .envelopholder {
            border: 12px solid #f1f1f1;
            width: 120px;
            height: 120px;
            margin-right: 6px;
            margin-bottom: 6px;
            float: left;
            transition: 0.3s ease; }
            .creator .creator_main .creator_tabs .tab#opties .subtab_enveloppen .envelop_left .envelopholder img {
              width: 120px;
              height: 120px; }
            .creator .creator_main .creator_tabs .tab#opties .subtab_enveloppen .envelop_left .envelopholder:hover, .creator .creator_main .creator_tabs .tab#opties .subtab_enveloppen .envelop_left .envelopholder.active {
              cursor: pointer;
              border: 12px solid #808080; }
            .creator .creator_main .creator_tabs .tab#opties .subtab_enveloppen .envelop_left .envelopholder input {
              display: none; }
      .creator .creator_main .creator_tabs .tab#opties .subtab_papier {
        width: 700px;
        padding: 0 38px; }
        .creator .creator_main .creator_tabs .tab#opties .subtab_papier .papier_col {
          float: left;
          width: 225px;
          margin-right: 12px; }
          .creator .creator_main .creator_tabs .tab#opties .subtab_papier .papier_col .papier_image {
            border: 12.5px solid #f1f1f1;
            transition: 0.3s ease;
            width: 200px;
            height: 200px; }
            .creator .creator_main .creator_tabs .tab#opties .subtab_papier .papier_col .papier_image img {
              width: 200px;
              float: left;
              height: 200px; }
            .creator .creator_main .creator_tabs .tab#opties .subtab_papier .papier_col .papier_image input {
              display: none; }
          .creator .creator_main .creator_tabs .tab#opties .subtab_papier .papier_col .papier_tekst {
            width: 200px;
            margin-top: 25px;
            padding: 0 12.5px; }
            .creator .creator_main .creator_tabs .tab#opties .subtab_papier .papier_col .papier_tekst h2 {
              font-family: Yanone Kaffeesatz;
              font-size: 21px;
              text-transform: uppercase;
              color: #000000;
              line-height: 21px; }
            .creator .creator_main .creator_tabs .tab#opties .subtab_papier .papier_col .papier_tekst h3 {
              font-family: Yanone Kaffeesatz;
              font-size: 21px;
              color: #000000;
              line-height: 21px;
              font-weight: 400; }
            .creator .creator_main .creator_tabs .tab#opties .subtab_papier .papier_col .papier_tekst p {
              font-size: 14px;
              font-family: Yanone Kaffeesatz;
              line-height: 18px;
              margin-top: 25px; }
          .creator .creator_main .creator_tabs .tab#opties .subtab_papier .papier_col.papier_col_3 {
            margin-right: 0; }
          .creator .creator_main .creator_tabs .tab#opties .subtab_papier .papier_col:hover, .creator .creator_main .creator_tabs .tab#opties .subtab_papier .papier_col.active {
            cursor: pointer; }
            .creator .creator_main .creator_tabs .tab#opties .subtab_papier .papier_col:hover .papier_image, .creator .creator_main .creator_tabs .tab#opties .subtab_papier .papier_col.active .papier_image {
              border: 12.5px solid #808080; }
      .creator .creator_main .creator_tabs .tab#opties .subtab_kleur {
        width: 678px;
        padding: 0 35px;
        margin-top: 60px; }
        .creator .creator_main .creator_tabs .tab#opties .subtab_kleur .snede_container {
          width: 696px;
          height: 98px;
          transition: 0.5s ease; }
          .creator .creator_main .creator_tabs .tab#opties .subtab_kleur .snede_container img {
            float: left; }
        .creator .creator_main .creator_tabs .tab#opties .subtab_kleur ul {
          background: none !important;
          border: none !important; }
          .creator .creator_main .creator_tabs .tab#opties .subtab_kleur ul li {
            width: 294px;
            background: none !important;
            border: none !important;
            height: 160px; }
        .creator .creator_main .creator_tabs .tab#opties .subtab_kleur .snede_outer {
          padding: 0 50px;
          position: absolute;
          top: 0;
          margin-top: 350px;
          width: 294px;
          left: 479px;
          margin-left: -200px;
          float: left; }
          .creator .creator_main .creator_tabs .tab#opties .subtab_kleur .snede_outer .restore_snede_color_picker {
            position: absolute;
            left: 90px;
            cursor: pointer;
            top: 166px;
            font-size: 18px;
            font-weight: 300;
            font-family: Yanone Kaffeesatz; }
            .creator .creator_main .creator_tabs .tab#opties .subtab_kleur .snede_outer .restore_snede_color_picker .icon {
              display: inline-block;
              width: 25px;
              height: 30px;
              float: left;
              margin-right: 10px; }
              .creator .creator_main .creator_tabs .tab#opties .subtab_kleur .snede_outer .restore_snede_color_picker .icon img {
                width: 25px;
                height: 30px; }
          .creator .creator_main .creator_tabs .tab#opties .subtab_kleur .snede_outer .snede_color_picker .snede_inner {
            width: 294px;
            height: 160px; }
            .creator .creator_main .creator_tabs .tab#opties .subtab_kleur .snede_outer .snede_color_picker .snede_inner span {
              display: block;
              width: 50px;
              height: 70px;
              border: none !important;
              background: none !important;
              float: left;
              width: 50px;
              margin-left: 10px;
              list-style: none;
              margin-top: 10px;
              font-size: 12px;
              font-weight: 300;
              font-family: Yanone Kaffeesatz;
              text-align: center;
              line-height: 16px; }
              .creator .creator_main .creator_tabs .tab#opties .subtab_kleur .snede_outer .snede_color_picker .snede_inner span:nth-child(5n + 1) {
                margin-left: 0; }
              .creator .creator_main .creator_tabs .tab#opties .subtab_kleur .snede_outer .snede_color_picker .snede_inner span a {
                display: block;
                width: 40px;
                border: 5px solid #f1f1f1;
                height: 40px;
                transition: 0.3s ease; }
                .creator .creator_main .creator_tabs .tab#opties .subtab_kleur .snede_outer .snede_color_picker .snede_inner span a:hover, .creator .creator_main .creator_tabs .tab#opties .subtab_kleur .snede_outer .snede_color_picker .snede_inner span a.active {
                  border: 5px solid #808080; }
                .creator .creator_main .creator_tabs .tab#opties .subtab_kleur .snede_outer .snede_color_picker .snede_inner span a input {
                  display: none; }
        .creator .creator_main .creator_tabs .tab#opties .subtab_kleur .snede_uitleg {
          float: left;
          width: 380px;
          margin-top: 84px;
          margin-left: 30px; }
          .creator .creator_main .creator_tabs .tab#opties .subtab_kleur .snede_uitleg h5 {
            font-family: Yanone Kaffeesatz;
            font-size: 21px;
            line-height: 21px;
            text-transform: uppercase;
            font-weight: 300; }
            .creator .creator_main .creator_tabs .tab#opties .subtab_kleur .snede_uitleg h5 b {
              font-weight: 700; }
            .creator .creator_main .creator_tabs .tab#opties .subtab_kleur .snede_uitleg h5 .price_info {
              display: inline-block;
              width: 94px;
              padding-left: 4px;
              height: 30px;
              line-height: 30px;
              color: #ffffff;
              background-image: url(grfx/price.svg);
              background-size: 98px 30px;
              font-size: 14px;
              text-align: center;
              text-transform: none;
              margin-top: -5px;
              position: absolute;
              margin-left: 20px; }
          .creator .creator_main .creator_tabs .tab#opties .subtab_kleur .snede_uitleg p {
            font-family: Yanone Kaffeesatz;
            font-size: 14px;
            line-height: 18px;
            margin-top: 25px; }
      .creator .creator_main .creator_tabs .tab#illustratie ul.illustratie_selector {
        background-color: transparent; }
        .creator .creator_main .creator_tabs .tab#illustratie ul.illustratie_selector li {
          background: none !important;
          border: none !important; }
      .creator .creator_main .creator_tabs .tab#illustratie #illustratie_view {
        width: 248px;
        height: 248px;
        background-color: #ffffff;
        border: 1px solid #b2b2b2;
        margin-left: 110px; }
        .creator .creator_main .creator_tabs .tab#illustratie #illustratie_view #illustratie_view_inner {
          width: 100%;
          height: 100%; }
        .creator .creator_main .creator_tabs .tab#illustratie #illustratie_view img, .creator .creator_main .creator_tabs .tab#illustratie #illustratie_view svg {
          width: calc(100% - 40px);
          transition: 0.3s ease;
          height: calc(100% - 40px);
          padding: 20px; }
      .creator .creator_main .creator_tabs .tab#illustratie #prevBtn_illustratie_selector {
        top: calc(50% - 28px) !important;
        left: -70px !important; }
        .creator .creator_main .creator_tabs .tab#illustratie #prevBtn_illustratie_selector a {
          display: block;
          width: 100%;
          height: 100%; }
      .creator .creator_main .creator_tabs .tab#illustratie #nextBtn_illustratie_selector {
        top: calc(50% - 28px) !important;
        right: -70px !important; }
        .creator .creator_main .creator_tabs .tab#illustratie #nextBtn_illustratie_selector a {
          display: block;
          width: 100%;
          height: 100%; }
      .creator .creator_main .creator_tabs .tab#illustratie .illustratie_selector_outer {
        width: 380px;
        margin-top: -310px;
        margin-left: 480px;
        height: 270px;
        position: relative; }
        .creator .creator_main .creator_tabs .tab#illustratie .illustratie_selector_outer .illustratie_selector_inner {
          width: 380px;
          height: 270px; }
        .creator .creator_main .creator_tabs .tab#illustratie .illustratie_selector_outer .illustratie_selector a {
          display: block;
          width: 98px;
          height: 98px;
          padding: 10px;
          transition: 0.3s ease;
          float: left;
          background-color: #ffffff;
          border: 1px solid #b2b2b2;
          margin-right: 10px;
          margin-bottom: 10px; }
          .creator .creator_main .creator_tabs .tab#illustratie .illustratie_selector_outer .illustratie_selector a img {
            width: 100%;
            height: 100%; }
          .creator .creator_main .creator_tabs .tab#illustratie .illustratie_selector_outer .illustratie_selector a:nth-child(3n) {
            margin-right: 0; }
          .creator .creator_main .creator_tabs .tab#illustratie .illustratie_selector_outer .illustratie_selector a:hover {
            border: 1px solid #29aae1; }
        .creator .creator_main .creator_tabs .tab#illustratie .illustratie_selector_outer .illustratie_selector li {
          display: block;
          width: 380px;
          height: 270px; }
      .creator .creator_main .creator_tabs .tab#illustratie .illustratie_container {
        width: 958px;
        height: 284px; }
      .creator .creator_main .creator_tabs .tab#illustratie .illustratie_bottom {
        padding: 0 55px; }
      .creator .creator_main .creator_tabs .tab#illustratie .illustratie_uitleg {
        float: left;
        width: 380px;
        margin-top: 14px;
        margin-left: 30px; }
        .creator .creator_main .creator_tabs .tab#illustratie .illustratie_uitleg h5 {
          font-family: Yanone Kaffeesatz;
          font-size: 21px;
          line-height: 21px;
          text-transform: uppercase;
          font-weight: 300; }
          .creator .creator_main .creator_tabs .tab#illustratie .illustratie_uitleg h5 b {
            font-weight: 700; }
          .creator .creator_main .creator_tabs .tab#illustratie .illustratie_uitleg h5 .price_info {
            display: inline-block;
            width: 94px;
            padding-left: 4px;
            height: 30px;
            line-height: 30px;
            color: #ffffff;
            background-image: url(grfx/price.svg);
            background-size: 98px 30px;
            font-size: 14px;
            text-align: center;
            text-transform: none;
            margin-top: -5px;
            position: absolute;
            margin-left: 20px; }
        .creator .creator_main .creator_tabs .tab#illustratie .illustratie_uitleg p {
          font-family: Yanone Kaffeesatz;
          font-size: 14px;
          line-height: 18px;
          margin-top: 25px; }
      .creator .creator_main .creator_tabs .tab#kleur .all_colors {
        width: 100%;
        float: left;
        margin-top: -10px; }
      .creator .creator_main .creator_tabs .tab#tekst .wrapper-dropdown-3 {
        /* Size and position */
        position: relative;
        width: 256px;
        margin: 0 auto;
        padding: 10px;
        /* Styles */
        background: #fff;
        border-radius: 7px;
        border: 1px solid #b2b2b2;
        cursor: pointer;
        outline: none;
        /* Font settings */
        font-weight: bold;
        color: #000000; }
        .creator .creator_main .creator_tabs .tab#tekst .wrapper-dropdown-3:after {
          content: "";
          width: 0;
          height: 0;
          position: absolute;
          right: 15px;
          top: 50%;
          margin-top: -3px;
          border-width: 6px 6px 0 6px;
          border-style: solid;
          border-color: #8aa8bd transparent; }
        .creator .creator_main .creator_tabs .tab#tekst .wrapper-dropdown-3 .dropdown {
          /* Size & position */
          position: absolute;
          top: 140%;
          left: -1px;
          right: 0;
          z-index: 500;
          /* Styles */
          background: white;
          border-radius: inherit;
          border: 1px solid #b2b2b2;
          font-weight: normal;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -ms-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          list-style: none;
          /* Hiding */
          opacity: 0;
          pointer-events: none; }
          .creator .creator_main .creator_tabs .tab#tekst .wrapper-dropdown-3 .dropdown:after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            bottom: 100%;
            right: 15px;
            border-width: 0 6px 6px 6px;
            border-style: solid;
            border-color: #fff transparent; }
          .creator .creator_main .creator_tabs .tab#tekst .wrapper-dropdown-3 .dropdown:before {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            bottom: 100%;
            right: 13px;
            border-width: 0 8px 8px 8px;
            border-style: solid;
            border-color: #b2b2b2 transparent; }
          .creator .creator_main .creator_tabs .tab#tekst .wrapper-dropdown-3 .dropdown li a {
            display: block;
            padding: 10px;
            text-decoration: none;
            color: #000000;
            border-bottom: 1px solid #b2b2b2;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out; }
          .creator .creator_main .creator_tabs .tab#tekst .wrapper-dropdown-3 .dropdown li i {
            float: right;
            color: inherit; }
          .creator .creator_main .creator_tabs .tab#tekst .wrapper-dropdown-3 .dropdown li:first-of-type a {
            border-radius: 7px 7px 0 0; }
          .creator .creator_main .creator_tabs .tab#tekst .wrapper-dropdown-3 .dropdown li:last-of-type {
            border: none;
            border-radius: 0 0 7px 7px; }
          .creator .creator_main .creator_tabs .tab#tekst .wrapper-dropdown-3 .dropdown li:hover a {
            background: #f3f8f8; }
        .creator .creator_main .creator_tabs .tab#tekst .wrapper-dropdown-3.active .dropdown {
          opacity: 1;
          pointer-events: auto; }
        .creator .creator_main .creator_tabs .tab#tekst .wrapper-dropdown-3 span {
          font-family: Yanone Kaffeesatz;
          text-align: center;
          display: inline-block;
          width: calc(100% - 32px); }
      .creator .creator_main .creator_tabs .tab#tekst .dropdownitem {
        position: absolute !important;
        height: 28px;
        margin-top: 22px; }
      .creator .creator_main .creator_tabs .tab#tekst .tekst_container_inner {
        width: 818px;
        float: left;
        padding: 0 50px; }
        .creator .creator_main .creator_tabs .tab#tekst .tekst_container_inner .tekst_container_left {
          float: left;
          /*    width: 228px;*/
          width: 310px !important; }
        .creator .creator_main .creator_tabs .tab#tekst .tekst_container_inner .tekst_container_right {
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -khtml-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          width: 300px;
          float: left;
          margin-left: 20px; }
          .creator .creator_main .creator_tabs .tab#tekst .tekst_container_inner .tekst_container_right input[type="text"] {
            width: 478px;
            border: 1px solid #ffffff;
            height: 104px;
            line-height: 104px;
            outline: 0;
            transition: 0.3s ease; }
          .creator .creator_main .creator_tabs .tab#tekst .tekst_container_inner .tekst_container_right .font-size-content {
            font-size: 24px;
            font-weight: 400;
            display: inline-block;
            width: 178px;
            font-family: Yanone Kaffeesatz;
            text-align: center; }
          .creator .creator_main .creator_tabs .tab#tekst .tekst_container_inner .tekst_container_right .font-size-lower {
            margin-top: 94px; }
          .creator .creator_main .creator_tabs .tab#tekst .tekst_container_inner .tekst_container_right h5 {
            font-size: 30px;
            font-weight: 400;
            text-align: center;
            font-family: Yanone Kaffeesatz;
            margin-top: 10px; }
          .creator .creator_main .creator_tabs .tab#tekst .tekst_container_inner .tekst_container_right .text_center {
            text-align: center;
            margin-top: 20px; }
            .creator .creator_main .creator_tabs .tab#tekst .tekst_container_inner .tekst_container_right .text_center .text-align-center {
              margin: 0 30px; }
      .creator .creator_main .creator_tabs .tab#tekst .tekst_container {
        width: 958px;
        height: 284px; }
      .creator .creator_main .creator_tabs .tab#tekst .tekst_bottom {
        padding: 0 55px; }
      .creator .creator_main .creator_tabs .tab#tekst .tekst_uitleg {
        float: left;
        width: 380px;
        margin-top: 23px;
        margin-left: 30px; }
        .creator .creator_main .creator_tabs .tab#tekst .tekst_uitleg h5 {
          font-family: Yanone Kaffeesatz;
          font-size: 21px;
          line-height: 21px;
          text-transform: uppercase;
          font-weight: 300; }
          .creator .creator_main .creator_tabs .tab#tekst .tekst_uitleg h5 b {
            font-weight: 700; }
          .creator .creator_main .creator_tabs .tab#tekst .tekst_uitleg h5 .price_info {
            display: inline-block;
            width: 94px;
            padding-left: 4px;
            height: 30px;
            line-height: 30px;
            color: #ffffff;
            background-image: url(grfx/price.svg);
            background-size: 98px 30px;
            font-size: 14px;
            text-align: center;
            text-transform: none;
            margin-top: -5px;
            position: absolute;
            margin-left: 20px; }
        .creator .creator_main .creator_tabs .tab#tekst .tekst_uitleg p {
          font-family: Yanone Kaffeesatz;
          font-size: 14px;
          line-height: 18px;
          margin-top: 25px; }
.creator div.creator_footer {
  margin-top: -82px;
  width: calc(100% - 230px); }
  .creator div.creator_footer .saveBtn {
    display: block;
    float: left;
    height: 72px;
    width: 170px;
    text-align: center;
    border: 1px solid #ec1e79;
    background-color: #f2ccde;
    line-height: 72px;
    font-size: 28px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ec1e79;
    font-family: Yanone Kaffeesatz; }
    .creator div.creator_footer .saveBtn img {
      width: 30px;
      height: 26px;
      margin-right: 16px;
      margin-top: 5px; }
  .creator div.creator_footer .side_selector {
    float: left;
    width: 540px;
    margin-top: 20px;
    margin-left: 70px; }
    .creator div.creator_footer .side_selector .arrow {
      float: left;
      width: 42px;
      height: 42px;
      opacity: 0.5;
      transition: 0.3s ease; }
      .creator div.creator_footer .side_selector .arrow.arrow-left {
        margin-right: 145px; }
      .creator div.creator_footer .side_selector .arrow.arrow-right {
        margin-left: 145px; }
      .creator div.creator_footer .side_selector .arrow:hover {
        opacity: 1; }
      .creator div.creator_footer .side_selector .arrow img {
        width: 100%;
        height: 100%; }
    .creator div.creator_footer .side_selector .side_select {
      margin-top: 6px;
      width: 30px;
      height: 30px;
      background-color: #f1f1f1;
      transition: 0.3s ease;
      display: inline-block;
      float: left;
      margin-right: 10px; }
      .creator div.creator_footer .side_selector .side_select:hover, .creator div.creator_footer .side_selector .side_select.active {
        background-color: #989898;
        cursor: pointer; }
      .creator div.creator_footer .side_selector .side_select.side_middle_left {
        margin-right: 2px; }
.creator .creator_top {
  overflow: hidden; }

#nextBtn, .creator .creator_main .creator_tabs .tab#illustratie #nextBtn_illustratie_selector, .creator .creator_main .creator_tabs .tab#illustratie #nextBtn_illustratie, .creator .creator_main .creator_tabs .tab#kleur #nextBtn_kleur, .creator .creator_main .creator_tabs .tab#tekst #nextBtn_tekst {
  width: 40px;
  height: 40px;
  background-image: url(grfx/arrow-right.svg);
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0.3;
  top: calc(50% - 20px);
  right: 0;
  z-index: 40;
  transition: 0.3s ease; }
  #nextBtn a, .creator .creator_main .creator_tabs .tab#illustratie #nextBtn_illustratie_selector a, .creator .creator_main .creator_tabs .tab#illustratie #nextBtn_illustratie a, .creator .creator_main .creator_tabs .tab#kleur #nextBtn_kleur a, .creator .creator_main .creator_tabs .tab#tekst #nextBtn_tekst a {
    display: block;
    width: 100%;
    height: 100%; }
  #nextBtn:hover, .creator .creator_main .creator_tabs .tab#illustratie #nextBtn_illustratie_selector:hover, .creator .creator_main .creator_tabs .tab#illustratie #nextBtn_illustratie:hover, .creator .creator_main .creator_tabs .tab#kleur #nextBtn_kleur:hover, .creator .creator_main .creator_tabs .tab#tekst #nextBtn_tekst:hover {
    opacity: 1; }

#prevBtn, .creator .creator_main .creator_tabs .tab#illustratie #prevBtn_illustratie_selector, .creator .creator_main .creator_tabs .tab#illustratie #prevBtn_illustratie, .creator .creator_main .creator_tabs .tab#kleur #prevBtn_kleur, .creator .creator_main .creator_tabs .tab#tekst #prevBtn_tekst {
  width: 40px;
  height: 40px;
  background-image: url(grfx/arrow-left.svg);
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0.3;
  top: calc(50% - 20px);
  left: 0;
  z-index: 40;
  transition: 0.3s ease; }
  #prevBtn a, .creator .creator_main .creator_tabs .tab#illustratie #prevBtn_illustratie_selector a, .creator .creator_main .creator_tabs .tab#illustratie #prevBtn_illustratie a, .creator .creator_main .creator_tabs .tab#kleur #prevBtn_kleur a, .creator .creator_main .creator_tabs .tab#tekst #prevBtn_tekst a {
    display: block;
    width: 100%;
    height: 100%; }
  #prevBtn:hover, .creator .creator_main .creator_tabs .tab#illustratie #prevBtn_illustratie_selector:hover, .creator .creator_main .creator_tabs .tab#illustratie #prevBtn_illustratie:hover, .creator .creator_main .creator_tabs .tab#kleur #prevBtn_kleur:hover, .creator .creator_main .creator_tabs .tab#tekst #prevBtn_tekst:hover {
    opacity: 1; }

.db_color_outer, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer {
  							/*padding: 0 50px;
  							position: relative;
  							width: 294px;
  							left: 479px;
      						margin-left: -200px;
  							float:left;*/
  padding: 0 50px;
  position: absolute;
  top: 0;
  margin-top: 350px;
  width: 294px;
  left: 479px;
  margin-left: -200px;
  float: left; }
  .db_color_outer .restore_dp_color_picker, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .restore_dp_color_picker, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .restore_dp_color_picker, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .restore_dp_color_picker, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .restore_illustratie_color_picker, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .restore_illustratie_color_picker, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .restore_illustratie_color_picker, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .restore_illustratie_color_picker, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .restore_illustratie_color_picker, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .restore_illustratie_color_picker, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .restore_illustratie_color_picker, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .restore_kleur_color_picker, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .restore_kleur_color_picker, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .restore_kleur_color_picker, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .restore_kleur_color_picker, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .restore_kleur_color_picker, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .restore_kleur_color_picker, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .restore_kleur_color_picker, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .restore_tekst_color_picker, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .restore_tekst_color_picker, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .restore_tekst_color_picker, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .restore_tekst_color_picker, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .restore_tekst_color_picker, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .restore_tekst_color_picker, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .restore_tekst_color_picker {
    position: absolute;
    left: 90px;
    cursor: pointer;
    top: 166px;
    font-size: 18px;
    font-weight: 300;
    font-family: Yanone Kaffeesatz; }
    .db_color_outer .restore_dp_color_picker .icon, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .restore_dp_color_picker .icon, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .restore_dp_color_picker .icon, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .restore_dp_color_picker .icon, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .restore_illustratie_color_picker .icon, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .restore_illustratie_color_picker .icon, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .restore_illustratie_color_picker .icon, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .restore_illustratie_color_picker .icon, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .restore_illustratie_color_picker .icon, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .restore_illustratie_color_picker .icon, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .restore_illustratie_color_picker .icon, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .restore_kleur_color_picker .icon, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .restore_kleur_color_picker .icon, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .restore_kleur_color_picker .icon, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .restore_kleur_color_picker .icon, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .restore_kleur_color_picker .icon, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .restore_kleur_color_picker .icon, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .restore_kleur_color_picker .icon, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .restore_tekst_color_picker .icon, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .restore_tekst_color_picker .icon, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .restore_tekst_color_picker .icon, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .restore_tekst_color_picker .icon, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .restore_tekst_color_picker .icon, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .restore_tekst_color_picker .icon, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .restore_tekst_color_picker .icon {
      display: inline-block;
      width: 25px;
      height: 30px;
      float: left;
      margin-right: 10px; }
      .db_color_outer .restore_dp_color_picker .icon img, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .restore_dp_color_picker .icon img, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .restore_dp_color_picker .icon img, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .restore_dp_color_picker .icon img, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .restore_illustratie_color_picker .icon img, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .restore_illustratie_color_picker .icon img, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .restore_illustratie_color_picker .icon img, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .restore_illustratie_color_picker .icon img, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .restore_illustratie_color_picker .icon img, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .restore_illustratie_color_picker .icon img, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .restore_illustratie_color_picker .icon img, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .restore_kleur_color_picker .icon img, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .restore_kleur_color_picker .icon img, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .restore_kleur_color_picker .icon img, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .restore_kleur_color_picker .icon img, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .restore_kleur_color_picker .icon img, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .restore_kleur_color_picker .icon img, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .restore_kleur_color_picker .icon img, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .restore_tekst_color_picker .icon img, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .restore_tekst_color_picker .icon img, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .restore_tekst_color_picker .icon img, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .restore_tekst_color_picker .icon img, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .restore_tekst_color_picker .icon img, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .restore_tekst_color_picker .icon img, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .restore_tekst_color_picker .icon img {
        width: 25px;
        height: 30px; }
  .db_color_outer ul, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer ul, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer ul, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer ul {
    background: none !important;
    border: none !important; }
    .db_color_outer ul li, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer ul li, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer ul li, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer ul li {
      width: 294px;
      background: none !important;
      border: none !important;
      height: 160px; }
  .db_color_outer .dp_color_picker .dp_color_inner, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .dp_color_picker .dp_color_inner, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .dp_color_picker .dp_color_inner, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .dp_color_picker .dp_color_inner, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .illustratie_color_picker .dp_color_inner, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .illustratie_color_picker .dp_color_inner, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .illustratie_color_picker .dp_color_inner, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .dp_color_inner, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .dp_color_inner, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .dp_color_inner, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .dp_color_inner, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .kleur_color_picker .dp_color_inner, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .kleur_color_picker .dp_color_inner, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .dp_color_inner, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .dp_color_inner, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .kleur_color_picker .dp_color_inner, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .dp_color_inner, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .dp_color_inner, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tekst_color_picker .dp_color_inner, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .tekst_color_picker .dp_color_inner, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .dp_color_inner, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .dp_color_inner, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .dp_color_inner, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .dp_color_inner, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tekst_color_picker .dp_color_inner, .db_color_outer .dp_color_picker .creator .creator_main .creator_tabs .tab#illustratie .illustratie_inner, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .dp_color_picker .illustratie_inner, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .dp_color_picker .illustratie_inner, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .dp_color_picker .tab#illustratie .illustratie_inner, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .dp_color_picker .illustratie_inner, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .dp_color_picker .tab#illustratie .illustratie_inner, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .dp_color_picker .illustratie_inner, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .illustratie_color_picker .illustratie_inner, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .illustratie_color_picker .illustratie_inner, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .illustratie_color_picker .illustratie_inner, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .illustratie_inner, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .illustratie_inner, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .illustratie_inner, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .illustratie_inner, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .kleur_color_picker .tab#illustratie .illustratie_inner, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_color_picker .illustratie_inner, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .kleur_color_picker .tab#illustratie .illustratie_inner, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .db_color_outer .kleur_color_picker .illustratie_inner, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .illustratie_inner, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .illustratie_inner, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .kleur_color_picker .tab#illustratie .illustratie_inner, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .kleur_color_picker .illustratie_inner, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .tab#illustratie .illustratie_inner, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .illustratie_inner, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .tab#illustratie .illustratie_inner, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .illustratie_inner, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tekst_color_picker .tab#illustratie .illustratie_inner, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_color_picker .illustratie_inner, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .tekst_color_picker .tab#illustratie .illustratie_inner, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .db_color_outer .tekst_color_picker .illustratie_inner, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .illustratie_inner, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .illustratie_inner, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .tab#illustratie .illustratie_inner, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .illustratie_inner, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .tab#illustratie .illustratie_inner, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .illustratie_inner, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tekst_color_picker .tab#illustratie .illustratie_inner, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .tekst_color_picker .illustratie_inner, .db_color_outer .dp_color_picker .creator .creator_main .creator_tabs .tab#kleur .kleur_inner, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .dp_color_picker .kleur_inner, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .dp_color_picker .tab#kleur .kleur_inner, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .dp_color_picker .kleur_inner, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .dp_color_picker .kleur_inner, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .dp_color_picker .tab#kleur .kleur_inner, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .dp_color_picker .kleur_inner, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .illustratie_color_picker .tab#kleur .kleur_inner, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_color_picker .kleur_inner, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .illustratie_color_picker .tab#kleur .kleur_inner, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .db_color_outer .illustratie_color_picker .kleur_inner, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .illustratie_color_picker .tab#kleur .kleur_inner, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .illustratie_color_picker .kleur_inner, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .kleur_inner, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .kleur_inner, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .tab#kleur .kleur_inner, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .kleur_inner, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .tab#kleur .kleur_inner, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .kleur_inner, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .kleur_color_picker .kleur_inner, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .kleur_color_picker .kleur_inner, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .kleur_inner, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .kleur_inner, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .kleur_color_picker .kleur_inner, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .kleur_inner, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .kleur_inner, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tekst_color_picker .tab#kleur .kleur_inner, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_color_picker .kleur_inner, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .tekst_color_picker .tab#kleur .kleur_inner, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .db_color_outer .tekst_color_picker .kleur_inner, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .tab#kleur .kleur_inner, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .kleur_inner, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .tab#kleur .kleur_inner, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .kleur_inner, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .kleur_inner, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .kleur_inner, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tekst_color_picker .tab#kleur .kleur_inner, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .tekst_color_picker .kleur_inner, .db_color_outer .dp_color_picker .creator .creator_main .creator_tabs .tab#tekst .tekst_inner, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .dp_color_picker .tekst_inner, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .dp_color_picker .tab#tekst .tekst_inner, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .dp_color_picker .tekst_inner, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .dp_color_picker .tab#tekst .tekst_inner, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .dp_color_picker .tekst_inner, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .dp_color_picker .tekst_inner, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .illustratie_color_picker .tab#tekst .tekst_inner, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_color_picker .tekst_inner, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .illustratie_color_picker .tab#tekst .tekst_inner, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .db_color_outer .illustratie_color_picker .tekst_inner, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .illustratie_color_picker .tab#tekst .tekst_inner, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .illustratie_color_picker .tekst_inner, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .tab#tekst .tekst_inner, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .tekst_inner, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .tab#tekst .tekst_inner, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .tekst_inner, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .tekst_inner, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .tekst_inner, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .kleur_color_picker .tab#tekst .tekst_inner, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_color_picker .tekst_inner, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .kleur_color_picker .tab#tekst .tekst_inner, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .db_color_outer .kleur_color_picker .tekst_inner, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .tab#tekst .tekst_inner, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .tekst_inner, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .tab#tekst .tekst_inner, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .tekst_inner, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .kleur_color_picker .tab#tekst .tekst_inner, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .kleur_color_picker .tekst_inner, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .tekst_inner, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .tekst_inner, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tekst_color_picker .tekst_inner, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .tekst_color_picker .tekst_inner, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .tekst_inner, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .tekst_inner, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .tekst_inner, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .tekst_inner, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tekst_color_picker .tekst_inner {
    width: 294px;
    height: 160px; }
    .db_color_outer .dp_color_picker .dp_color_inner span, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .dp_color_picker .dp_color_inner span, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .dp_color_picker .dp_color_inner span, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .dp_color_picker .dp_color_inner span, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .illustratie_color_picker .dp_color_inner span, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .illustratie_color_picker .dp_color_inner span, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .illustratie_color_picker .dp_color_inner span, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .dp_color_inner span, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .dp_color_inner span, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .dp_color_inner span, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .dp_color_inner span, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .kleur_color_picker .dp_color_inner span, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .kleur_color_picker .dp_color_inner span, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .dp_color_inner span, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .dp_color_inner span, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .kleur_color_picker .dp_color_inner span, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .dp_color_inner span, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .dp_color_inner span, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tekst_color_picker .dp_color_inner span, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .tekst_color_picker .dp_color_inner span, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .dp_color_inner span, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .dp_color_inner span, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .dp_color_inner span, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .dp_color_inner span, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tekst_color_picker .dp_color_inner span, .db_color_outer .dp_color_picker .creator .creator_main .creator_tabs .tab#illustratie .illustratie_inner span, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .dp_color_picker .illustratie_inner span, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .dp_color_picker .illustratie_inner span, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .dp_color_picker .tab#illustratie .illustratie_inner span, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .dp_color_picker .illustratie_inner span, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .dp_color_picker .tab#illustratie .illustratie_inner span, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .dp_color_picker .illustratie_inner span, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .illustratie_color_picker .illustratie_inner span, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .illustratie_color_picker .illustratie_inner span, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .illustratie_color_picker .illustratie_inner span, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .illustratie_inner span, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .illustratie_inner span, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .illustratie_inner span, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .illustratie_inner span, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .kleur_color_picker .tab#illustratie .illustratie_inner span, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_color_picker .illustratie_inner span, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .kleur_color_picker .tab#illustratie .illustratie_inner span, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .db_color_outer .kleur_color_picker .illustratie_inner span, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .illustratie_inner span, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .illustratie_inner span, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .kleur_color_picker .tab#illustratie .illustratie_inner span, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .kleur_color_picker .illustratie_inner span, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .tab#illustratie .illustratie_inner span, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .illustratie_inner span, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .tab#illustratie .illustratie_inner span, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .illustratie_inner span, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tekst_color_picker .tab#illustratie .illustratie_inner span, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_color_picker .illustratie_inner span, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .tekst_color_picker .tab#illustratie .illustratie_inner span, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .db_color_outer .tekst_color_picker .illustratie_inner span, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .illustratie_inner span, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .illustratie_inner span, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .tab#illustratie .illustratie_inner span, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .illustratie_inner span, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .tab#illustratie .illustratie_inner span, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .illustratie_inner span, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tekst_color_picker .tab#illustratie .illustratie_inner span, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .tekst_color_picker .illustratie_inner span, .db_color_outer .dp_color_picker .creator .creator_main .creator_tabs .tab#kleur .kleur_inner span, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .dp_color_picker .kleur_inner span, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .dp_color_picker .tab#kleur .kleur_inner span, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .dp_color_picker .kleur_inner span, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .dp_color_picker .kleur_inner span, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .dp_color_picker .tab#kleur .kleur_inner span, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .dp_color_picker .kleur_inner span, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .illustratie_color_picker .tab#kleur .kleur_inner span, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_color_picker .kleur_inner span, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .illustratie_color_picker .tab#kleur .kleur_inner span, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .db_color_outer .illustratie_color_picker .kleur_inner span, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .illustratie_color_picker .tab#kleur .kleur_inner span, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .illustratie_color_picker .kleur_inner span, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .kleur_inner span, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .kleur_inner span, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .tab#kleur .kleur_inner span, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .kleur_inner span, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .tab#kleur .kleur_inner span, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .kleur_inner span, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .kleur_color_picker .kleur_inner span, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .kleur_color_picker .kleur_inner span, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .kleur_inner span, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .kleur_inner span, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .kleur_color_picker .kleur_inner span, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .kleur_inner span, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .kleur_inner span, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tekst_color_picker .tab#kleur .kleur_inner span, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_color_picker .kleur_inner span, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .tekst_color_picker .tab#kleur .kleur_inner span, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .db_color_outer .tekst_color_picker .kleur_inner span, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .tab#kleur .kleur_inner span, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .kleur_inner span, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .tab#kleur .kleur_inner span, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .kleur_inner span, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .kleur_inner span, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .kleur_inner span, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tekst_color_picker .tab#kleur .kleur_inner span, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .tekst_color_picker .kleur_inner span, .db_color_outer .dp_color_picker .creator .creator_main .creator_tabs .tab#tekst .tekst_inner span, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .dp_color_picker .tekst_inner span, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .dp_color_picker .tab#tekst .tekst_inner span, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .dp_color_picker .tekst_inner span, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .dp_color_picker .tab#tekst .tekst_inner span, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .dp_color_picker .tekst_inner span, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .dp_color_picker .tekst_inner span, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .illustratie_color_picker .tab#tekst .tekst_inner span, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_color_picker .tekst_inner span, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .illustratie_color_picker .tab#tekst .tekst_inner span, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .db_color_outer .illustratie_color_picker .tekst_inner span, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .illustratie_color_picker .tab#tekst .tekst_inner span, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .illustratie_color_picker .tekst_inner span, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .tab#tekst .tekst_inner span, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .tekst_inner span, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .tab#tekst .tekst_inner span, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .tekst_inner span, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .tekst_inner span, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .tekst_inner span, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .kleur_color_picker .tab#tekst .tekst_inner span, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_color_picker .tekst_inner span, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .kleur_color_picker .tab#tekst .tekst_inner span, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .db_color_outer .kleur_color_picker .tekst_inner span, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .tab#tekst .tekst_inner span, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .tekst_inner span, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .tab#tekst .tekst_inner span, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .tekst_inner span, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .kleur_color_picker .tab#tekst .tekst_inner span, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .kleur_color_picker .tekst_inner span, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .tekst_inner span, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .tekst_inner span, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tekst_color_picker .tekst_inner span, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .tekst_color_picker .tekst_inner span, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .tekst_inner span, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .tekst_inner span, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .tekst_inner span, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .tekst_inner span, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tekst_color_picker .tekst_inner span {
      display: block;
      width: 50px;
      height: 70px;
      border: none !important;
      background: none !important;
      float: left;
      width: 50px;
      margin-left: 10px;
      list-style: none;
      margin-top: 10px;
      font-size: 12px;
      font-weight: 300;
      font-family: Yanone Kaffeesatz;
      text-align: center;
      line-height: 16px; }
      .db_color_outer .dp_color_picker .dp_color_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .dp_color_picker .dp_color_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .dp_color_picker .dp_color_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .dp_color_picker .dp_color_inner span:nth-child(5n + 1), .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .illustratie_color_picker .dp_color_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .illustratie_color_picker .dp_color_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .illustratie_color_picker .dp_color_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .dp_color_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .dp_color_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .dp_color_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .dp_color_inner span:nth-child(5n + 1), .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .kleur_color_picker .dp_color_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .kleur_color_picker .dp_color_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .dp_color_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .dp_color_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .kleur_color_picker .dp_color_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .dp_color_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .dp_color_inner span:nth-child(5n + 1), .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tekst_color_picker .dp_color_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .tekst_color_picker .dp_color_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .dp_color_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .dp_color_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .dp_color_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .dp_color_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tekst_color_picker .dp_color_inner span:nth-child(5n + 1), .db_color_outer .dp_color_picker .creator .creator_main .creator_tabs .tab#illustratie .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .dp_color_picker .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .dp_color_picker .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .dp_color_picker .tab#illustratie .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .dp_color_picker .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .dp_color_picker .tab#illustratie .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .dp_color_picker .illustratie_inner span:nth-child(5n + 1), .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .illustratie_color_picker .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .illustratie_color_picker .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .illustratie_color_picker .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .illustratie_inner span:nth-child(5n + 1), .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .kleur_color_picker .tab#illustratie .illustratie_inner span:nth-child(5n + 1), .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_color_picker .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .kleur_color_picker .tab#illustratie .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .db_color_outer .kleur_color_picker .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .kleur_color_picker .tab#illustratie .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .kleur_color_picker .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .tab#illustratie .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .tab#illustratie .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .illustratie_inner span:nth-child(5n + 1), .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tekst_color_picker .tab#illustratie .illustratie_inner span:nth-child(5n + 1), .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_color_picker .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .tekst_color_picker .tab#illustratie .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .db_color_outer .tekst_color_picker .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .tab#illustratie .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .tab#illustratie .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tekst_color_picker .tab#illustratie .illustratie_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .tekst_color_picker .illustratie_inner span:nth-child(5n + 1), .db_color_outer .dp_color_picker .creator .creator_main .creator_tabs .tab#kleur .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .dp_color_picker .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .dp_color_picker .tab#kleur .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .dp_color_picker .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .dp_color_picker .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .dp_color_picker .tab#kleur .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .dp_color_picker .kleur_inner span:nth-child(5n + 1), .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .illustratie_color_picker .tab#kleur .kleur_inner span:nth-child(5n + 1), .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_color_picker .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .illustratie_color_picker .tab#kleur .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .db_color_outer .illustratie_color_picker .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .illustratie_color_picker .tab#kleur .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .illustratie_color_picker .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .tab#kleur .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .tab#kleur .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .kleur_inner span:nth-child(5n + 1), .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .kleur_color_picker .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .kleur_color_picker .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .kleur_color_picker .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .kleur_inner span:nth-child(5n + 1), .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tekst_color_picker .tab#kleur .kleur_inner span:nth-child(5n + 1), .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_color_picker .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .tekst_color_picker .tab#kleur .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .db_color_outer .tekst_color_picker .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .tab#kleur .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .tab#kleur .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tekst_color_picker .tab#kleur .kleur_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .tekst_color_picker .kleur_inner span:nth-child(5n + 1), .db_color_outer .dp_color_picker .creator .creator_main .creator_tabs .tab#tekst .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .dp_color_picker .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .dp_color_picker .tab#tekst .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .dp_color_picker .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .dp_color_picker .tab#tekst .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .dp_color_picker .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .dp_color_picker .tekst_inner span:nth-child(5n + 1), .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .illustratie_color_picker .tab#tekst .tekst_inner span:nth-child(5n + 1), .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_color_picker .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .illustratie_color_picker .tab#tekst .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .db_color_outer .illustratie_color_picker .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .illustratie_color_picker .tab#tekst .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .illustratie_color_picker .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .tab#tekst .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .tab#tekst .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .tekst_inner span:nth-child(5n + 1), .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .kleur_color_picker .tab#tekst .tekst_inner span:nth-child(5n + 1), .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_color_picker .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .kleur_color_picker .tab#tekst .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .db_color_outer .kleur_color_picker .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .tab#tekst .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .tab#tekst .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .kleur_color_picker .tab#tekst .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .kleur_color_picker .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .tekst_inner span:nth-child(5n + 1), .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tekst_color_picker .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .tekst_color_picker .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .tekst_inner span:nth-child(5n + 1), .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tekst_color_picker .tekst_inner span:nth-child(5n + 1) {
        margin-left: 0; }
      .db_color_outer .dp_color_picker .dp_color_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .dp_color_picker .dp_color_inner span a, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .dp_color_picker .dp_color_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .dp_color_picker .dp_color_inner span a, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .illustratie_color_picker .dp_color_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .illustratie_color_picker .dp_color_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .illustratie_color_picker .dp_color_inner span a, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .dp_color_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .dp_color_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .dp_color_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .dp_color_inner span a, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .kleur_color_picker .dp_color_inner span a, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .kleur_color_picker .dp_color_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .dp_color_inner span a, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .dp_color_inner span a, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .kleur_color_picker .dp_color_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .dp_color_inner span a, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .dp_color_inner span a, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tekst_color_picker .dp_color_inner span a, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .tekst_color_picker .dp_color_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .dp_color_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .dp_color_inner span a, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .dp_color_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .dp_color_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tekst_color_picker .dp_color_inner span a, .db_color_outer .dp_color_picker .creator .creator_main .creator_tabs .tab#illustratie .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .dp_color_picker .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .dp_color_picker .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .dp_color_picker .tab#illustratie .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .dp_color_picker .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .dp_color_picker .tab#illustratie .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .dp_color_picker .illustratie_inner span a, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .illustratie_color_picker .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .illustratie_color_picker .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .illustratie_color_picker .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .illustratie_inner span a, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .kleur_color_picker .tab#illustratie .illustratie_inner span a, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_color_picker .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .kleur_color_picker .tab#illustratie .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .db_color_outer .kleur_color_picker .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .kleur_color_picker .tab#illustratie .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .kleur_color_picker .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .tab#illustratie .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .tab#illustratie .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .illustratie_inner span a, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tekst_color_picker .tab#illustratie .illustratie_inner span a, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_color_picker .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .tekst_color_picker .tab#illustratie .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .db_color_outer .tekst_color_picker .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .tab#illustratie .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .tab#illustratie .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tekst_color_picker .tab#illustratie .illustratie_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .tekst_color_picker .illustratie_inner span a, .db_color_outer .dp_color_picker .creator .creator_main .creator_tabs .tab#kleur .kleur_inner span a, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .dp_color_picker .kleur_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .dp_color_picker .tab#kleur .kleur_inner span a, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .dp_color_picker .kleur_inner span a, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .dp_color_picker .kleur_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .dp_color_picker .tab#kleur .kleur_inner span a, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .dp_color_picker .kleur_inner span a, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .illustratie_color_picker .tab#kleur .kleur_inner span a, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_color_picker .kleur_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .illustratie_color_picker .tab#kleur .kleur_inner span a, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .db_color_outer .illustratie_color_picker .kleur_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .illustratie_color_picker .tab#kleur .kleur_inner span a, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .illustratie_color_picker .kleur_inner span a, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .kleur_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .kleur_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .tab#kleur .kleur_inner span a, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .kleur_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .tab#kleur .kleur_inner span a, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .kleur_inner span a, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .kleur_color_picker .kleur_inner span a, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .kleur_color_picker .kleur_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .kleur_inner span a, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .kleur_inner span a, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .kleur_color_picker .kleur_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .kleur_inner span a, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .kleur_inner span a, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tekst_color_picker .tab#kleur .kleur_inner span a, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_color_picker .kleur_inner span a, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .tekst_color_picker .tab#kleur .kleur_inner span a, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .db_color_outer .tekst_color_picker .kleur_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .tab#kleur .kleur_inner span a, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .kleur_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .tab#kleur .kleur_inner span a, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .kleur_inner span a, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .kleur_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .kleur_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tekst_color_picker .tab#kleur .kleur_inner span a, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .tekst_color_picker .kleur_inner span a, .db_color_outer .dp_color_picker .creator .creator_main .creator_tabs .tab#tekst .tekst_inner span a, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .dp_color_picker .tekst_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .dp_color_picker .tab#tekst .tekst_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .dp_color_picker .tekst_inner span a, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .dp_color_picker .tab#tekst .tekst_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .dp_color_picker .tekst_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .dp_color_picker .tekst_inner span a, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .illustratie_color_picker .tab#tekst .tekst_inner span a, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_color_picker .tekst_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .illustratie_color_picker .tab#tekst .tekst_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .db_color_outer .illustratie_color_picker .tekst_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .illustratie_color_picker .tab#tekst .tekst_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .illustratie_color_picker .tekst_inner span a, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .tab#tekst .tekst_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .tekst_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .tab#tekst .tekst_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .tekst_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .tekst_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .tekst_inner span a, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .kleur_color_picker .tab#tekst .tekst_inner span a, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_color_picker .tekst_inner span a, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .kleur_color_picker .tab#tekst .tekst_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .db_color_outer .kleur_color_picker .tekst_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .tab#tekst .tekst_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .tekst_inner span a, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .tab#tekst .tekst_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .tekst_inner span a, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .kleur_color_picker .tab#tekst .tekst_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .kleur_color_picker .tekst_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .tekst_inner span a, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .tekst_inner span a, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tekst_color_picker .tekst_inner span a, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .tekst_color_picker .tekst_inner span a, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .tekst_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .tekst_inner span a, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .tekst_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .tekst_inner span a, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tekst_color_picker .tekst_inner span a {
        display: block;
        width: 40px;
        border: 5px solid #f1f1f1;
        height: 40px;
        transition: 0.3s ease; }
        .db_color_outer .dp_color_picker .dp_color_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .dp_color_picker .dp_color_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .dp_color_picker .dp_color_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .dp_color_picker .dp_color_inner span a:hover, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .illustratie_color_picker .dp_color_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .illustratie_color_picker .dp_color_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .illustratie_color_picker .dp_color_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .dp_color_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .dp_color_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .dp_color_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .dp_color_inner span a:hover, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .kleur_color_picker .dp_color_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .kleur_color_picker .dp_color_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .dp_color_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .dp_color_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .kleur_color_picker .dp_color_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .dp_color_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .dp_color_inner span a:hover, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tekst_color_picker .dp_color_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .tekst_color_picker .dp_color_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .dp_color_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .dp_color_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .dp_color_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .dp_color_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tekst_color_picker .dp_color_inner span a:hover, .db_color_outer .dp_color_picker .creator .creator_main .creator_tabs .tab#illustratie .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .dp_color_picker .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .dp_color_picker .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .dp_color_picker .tab#illustratie .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .dp_color_picker .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .dp_color_picker .tab#illustratie .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .dp_color_picker .illustratie_inner span a:hover, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .illustratie_color_picker .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .illustratie_color_picker .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .illustratie_color_picker .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .illustratie_inner span a:hover, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .kleur_color_picker .tab#illustratie .illustratie_inner span a:hover, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_color_picker .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .kleur_color_picker .tab#illustratie .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .db_color_outer .kleur_color_picker .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .kleur_color_picker .tab#illustratie .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .kleur_color_picker .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .tab#illustratie .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .tab#illustratie .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .illustratie_inner span a:hover, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tekst_color_picker .tab#illustratie .illustratie_inner span a:hover, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_color_picker .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .tekst_color_picker .tab#illustratie .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .db_color_outer .tekst_color_picker .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .tab#illustratie .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .tab#illustratie .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tekst_color_picker .tab#illustratie .illustratie_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .tekst_color_picker .illustratie_inner span a:hover, .db_color_outer .dp_color_picker .creator .creator_main .creator_tabs .tab#kleur .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .dp_color_picker .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .dp_color_picker .tab#kleur .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .dp_color_picker .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .dp_color_picker .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .dp_color_picker .tab#kleur .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .dp_color_picker .kleur_inner span a:hover, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .illustratie_color_picker .tab#kleur .kleur_inner span a:hover, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_color_picker .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .illustratie_color_picker .tab#kleur .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .db_color_outer .illustratie_color_picker .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .illustratie_color_picker .tab#kleur .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .illustratie_color_picker .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .tab#kleur .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .tab#kleur .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .kleur_inner span a:hover, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .kleur_color_picker .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .kleur_color_picker .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .kleur_color_picker .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .kleur_inner span a:hover, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tekst_color_picker .tab#kleur .kleur_inner span a:hover, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_color_picker .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .tekst_color_picker .tab#kleur .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .db_color_outer .tekst_color_picker .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .tab#kleur .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .tab#kleur .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tekst_color_picker .tab#kleur .kleur_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .tekst_color_picker .kleur_inner span a:hover, .db_color_outer .dp_color_picker .creator .creator_main .creator_tabs .tab#tekst .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .dp_color_picker .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .dp_color_picker .tab#tekst .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .dp_color_picker .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .dp_color_picker .tab#tekst .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .dp_color_picker .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .dp_color_picker .tekst_inner span a:hover, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .illustratie_color_picker .tab#tekst .tekst_inner span a:hover, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_color_picker .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .illustratie_color_picker .tab#tekst .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .db_color_outer .illustratie_color_picker .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .illustratie_color_picker .tab#tekst .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .illustratie_color_picker .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .tab#tekst .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .tab#tekst .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .tekst_inner span a:hover, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .kleur_color_picker .tab#tekst .tekst_inner span a:hover, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_color_picker .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .kleur_color_picker .tab#tekst .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .db_color_outer .kleur_color_picker .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .tab#tekst .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .tab#tekst .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .kleur_color_picker .tab#tekst .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .kleur_color_picker .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .tekst_inner span a:hover, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tekst_color_picker .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .tekst_color_picker .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .tekst_inner span a:hover, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tekst_color_picker .tekst_inner span a:hover, .db_color_outer .dp_color_picker .dp_color_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .dp_color_picker .dp_color_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .dp_color_picker .dp_color_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .dp_color_picker .dp_color_inner span a.active, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .illustratie_color_picker .dp_color_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .illustratie_color_picker .dp_color_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .illustratie_color_picker .dp_color_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .dp_color_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .dp_color_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .dp_color_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .dp_color_inner span a.active, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .kleur_color_picker .dp_color_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .kleur_color_picker .dp_color_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .dp_color_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .dp_color_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .kleur_color_picker .dp_color_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .dp_color_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .dp_color_inner span a.active, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tekst_color_picker .dp_color_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .tekst_color_picker .dp_color_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .dp_color_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .dp_color_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .dp_color_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .dp_color_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tekst_color_picker .dp_color_inner span a.active, .db_color_outer .dp_color_picker .creator .creator_main .creator_tabs .tab#illustratie .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .dp_color_picker .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .dp_color_picker .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .dp_color_picker .tab#illustratie .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .dp_color_picker .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .dp_color_picker .tab#illustratie .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .dp_color_picker .illustratie_inner span a.active, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .illustratie_color_picker .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .illustratie_color_picker .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .illustratie_color_picker .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .illustratie_inner span a.active, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .kleur_color_picker .tab#illustratie .illustratie_inner span a.active, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_color_picker .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .kleur_color_picker .tab#illustratie .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .db_color_outer .kleur_color_picker .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .kleur_color_picker .tab#illustratie .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .kleur_color_picker .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .tab#illustratie .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .tab#illustratie .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .illustratie_inner span a.active, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tekst_color_picker .tab#illustratie .illustratie_inner span a.active, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_color_picker .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .tekst_color_picker .tab#illustratie .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .db_color_outer .tekst_color_picker .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .tab#illustratie .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .tab#illustratie .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tekst_color_picker .tab#illustratie .illustratie_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .tekst_color_picker .illustratie_inner span a.active, .db_color_outer .dp_color_picker .creator .creator_main .creator_tabs .tab#kleur .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .dp_color_picker .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .dp_color_picker .tab#kleur .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .dp_color_picker .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .dp_color_picker .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .dp_color_picker .tab#kleur .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .dp_color_picker .kleur_inner span a.active, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .illustratie_color_picker .tab#kleur .kleur_inner span a.active, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_color_picker .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .illustratie_color_picker .tab#kleur .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .db_color_outer .illustratie_color_picker .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .illustratie_color_picker .tab#kleur .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .illustratie_color_picker .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .tab#kleur .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .tab#kleur .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .kleur_inner span a.active, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .kleur_color_picker .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .kleur_color_picker .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .kleur_color_picker .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .kleur_inner span a.active, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tekst_color_picker .tab#kleur .kleur_inner span a.active, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_color_picker .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .tekst_color_picker .tab#kleur .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .db_color_outer .tekst_color_picker .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .tab#kleur .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .tab#kleur .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tekst_color_picker .tab#kleur .kleur_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .tekst_color_picker .kleur_inner span a.active, .db_color_outer .dp_color_picker .creator .creator_main .creator_tabs .tab#tekst .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .dp_color_picker .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .dp_color_picker .tab#tekst .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .dp_color_picker .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .dp_color_picker .tab#tekst .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .dp_color_picker .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .dp_color_picker .tekst_inner span a.active, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .illustratie_color_picker .tab#tekst .tekst_inner span a.active, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_color_picker .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .illustratie_color_picker .tab#tekst .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .db_color_outer .illustratie_color_picker .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .illustratie_color_picker .tab#tekst .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .illustratie_color_picker .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .tab#tekst .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .tab#tekst .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .tekst_inner span a.active, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .kleur_color_picker .tab#tekst .tekst_inner span a.active, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_color_picker .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .kleur_color_picker .tab#tekst .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .db_color_outer .kleur_color_picker .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .tab#tekst .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .tab#tekst .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .kleur_color_picker .tab#tekst .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .kleur_color_picker .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .tekst_inner span a.active, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tekst_color_picker .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .tekst_color_picker .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .tekst_inner span a.active, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tekst_color_picker .tekst_inner span a.active {
          border: 5px solid #808080; }
        .db_color_outer .dp_color_picker .dp_color_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .dp_color_picker .dp_color_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .dp_color_picker .dp_color_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .dp_color_picker .dp_color_inner span a input, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .illustratie_color_picker .dp_color_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .illustratie_color_picker .dp_color_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .illustratie_color_picker .dp_color_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .dp_color_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .dp_color_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .dp_color_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .dp_color_inner span a input, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .kleur_color_picker .dp_color_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .kleur_color_picker .dp_color_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .dp_color_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .dp_color_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .kleur_color_picker .dp_color_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .dp_color_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .dp_color_inner span a input, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tekst_color_picker .dp_color_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .tekst_color_picker .dp_color_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .dp_color_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .dp_color_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .dp_color_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .dp_color_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tekst_color_picker .dp_color_inner span a input, .db_color_outer .dp_color_picker .creator .creator_main .creator_tabs .tab#illustratie .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .dp_color_picker .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .dp_color_picker .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .dp_color_picker .tab#illustratie .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .dp_color_picker .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .dp_color_picker .tab#illustratie .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .dp_color_picker .illustratie_inner span a input, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .illustratie_color_picker .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .illustratie_color_picker .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .illustratie_color_picker .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .illustratie_inner span a input, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .kleur_color_picker .tab#illustratie .illustratie_inner span a input, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_color_picker .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .kleur_color_picker .tab#illustratie .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .db_color_outer .kleur_color_picker .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .kleur_color_picker .tab#illustratie .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .kleur_color_picker .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .tab#illustratie .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .tab#illustratie .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .illustratie_inner span a input, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tekst_color_picker .tab#illustratie .illustratie_inner span a input, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_color_picker .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .tekst_color_picker .tab#illustratie .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .db_color_outer .tekst_color_picker .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .tab#illustratie .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .tab#illustratie .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tekst_color_picker .tab#illustratie .illustratie_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .tekst_color_picker .illustratie_inner span a input, .db_color_outer .dp_color_picker .creator .creator_main .creator_tabs .tab#kleur .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .dp_color_picker .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .dp_color_picker .tab#kleur .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .dp_color_picker .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .dp_color_picker .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .dp_color_picker .tab#kleur .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .dp_color_picker .kleur_inner span a input, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .illustratie_color_picker .tab#kleur .kleur_inner span a input, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_color_picker .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .illustratie_color_picker .tab#kleur .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .db_color_outer .illustratie_color_picker .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .illustratie_color_picker .tab#kleur .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .illustratie_color_picker .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .tab#kleur .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .tab#kleur .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .kleur_inner span a input, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .kleur_color_picker .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .kleur_color_picker .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .kleur_color_picker .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .kleur_inner span a input, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tekst_color_picker .tab#kleur .kleur_inner span a input, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_color_picker .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .tekst_color_picker .tab#kleur .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .db_color_outer .tekst_color_picker .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .tab#kleur .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .tab#kleur .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tekst_color_picker .tab#kleur .kleur_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .tekst_color_picker .kleur_inner span a input, .db_color_outer .dp_color_picker .creator .creator_main .creator_tabs .tab#tekst .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .dp_color_picker .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .dp_color_picker .tab#tekst .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .dp_color_picker .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .dp_color_picker .tab#tekst .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .dp_color_picker .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .dp_color_picker .tekst_inner span a input, .db_color_outer .creator .creator_main .creator_tabs .tab#illustratie .illustratie_color_picker .tab#tekst .tekst_inner span a input, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_color_picker .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .db_color_outer .illustratie_color_picker .tab#tekst .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .db_color_outer .illustratie_color_picker .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .illustratie_color_picker .tab#tekst .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .illustratie_color_picker .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .tab#tekst .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tab#illustratie .illustratie_color_picker .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .tab#tekst .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .tab#kleur .kleur_outer .illustratie_color_picker .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#illustratie .illustratie_color_picker .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .tab#tekst .tekst_outer .illustratie_color_picker .tekst_inner span a input, .db_color_outer .creator .creator_main .creator_tabs .tab#kleur .kleur_color_picker .tab#tekst .tekst_inner span a input, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_color_picker .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .db_color_outer .kleur_color_picker .tab#tekst .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .db_color_outer .kleur_color_picker .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .tab#tekst .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tab#kleur .kleur_color_picker .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .tab#tekst .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .tab#illustratie .illustratie_outer .kleur_color_picker .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .kleur_color_picker .tab#tekst .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .kleur_color_picker .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tab#kleur .kleur_color_picker .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .tab#tekst .tekst_outer .kleur_color_picker .tekst_inner span a input, .db_color_outer .creator .creator_main .creator_tabs .tab#tekst .tekst_color_picker .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .db_color_outer .tekst_color_picker .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#illustratie .illustratie_outer .tab#tekst .tekst_color_picker .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tab#illustratie .illustratie_outer .tekst_color_picker .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#kleur .kleur_outer .tab#tekst .tekst_color_picker .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tab#kleur .kleur_outer .tekst_color_picker .tekst_inner span a input, .creator .creator_main .creator_tabs .tab#tekst .tekst_outer .tekst_color_picker .tekst_inner span a input {
          display: none; }

.tekstbutton, .creator .creator_main .creator_tabs .tab#tekst .tekst_container_inner .tekst_container_right .font-size-lower, .creator .creator_main .creator_tabs .tab#tekst .tekst_container_inner .tekst_container_right .font-size-add, .creator .creator_main .creator_tabs .tab#tekst .tekst_container_inner .tekst_container_right .text-align-left, .creator .creator_main .creator_tabs .tab#tekst .tekst_container_inner .tekst_container_right .text-align-center, .creator .creator_main .creator_tabs .tab#tekst .tekst_container_inner .tekst_container_right .text-align-right {
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #b2b2b2;
  transition: 0.3s ease;
  display: inline-block; }
  .tekstbutton:hover, .creator .creator_main .creator_tabs .tab#tekst .tekst_container_inner .tekst_container_right .font-size-lower:hover, .creator .creator_main .creator_tabs .tab#tekst .tekst_container_inner .tekst_container_right .font-size-add:hover, .creator .creator_main .creator_tabs .tab#tekst .tekst_container_inner .tekst_container_right .text-align-left:hover, .creator .creator_main .creator_tabs .tab#tekst .tekst_container_inner .tekst_container_right .text-align-center:hover, .creator .creator_main .creator_tabs .tab#tekst .tekst_container_inner .tekst_container_right .text-align-right:hover {
    background-color: #f6f6f6; }
  .tekstbutton.active, .creator .creator_main .creator_tabs .tab#tekst .tekst_container_inner .tekst_container_right .active.font-size-lower, .creator .creator_main .creator_tabs .tab#tekst .tekst_container_inner .tekst_container_right .active.font-size-add, .creator .creator_main .creator_tabs .tab#tekst .tekst_container_inner .tekst_container_right .active.text-align-left, .creator .creator_main .creator_tabs .tab#tekst .tekst_container_inner .tekst_container_right .active.text-align-center, .creator .creator_main .creator_tabs .tab#tekst .tekst_container_inner .tekst_container_right .active.text-align-right {
    background-color: #666666;
    color: #ffffff; }

/*
	#nextBtn_illustratie{
		@extend #nextBtn;
	}
	#prevBtn_illustratie{
		@extend #prevBtn;
	}
	.illustratie_outer{
		@extend .db_color_outer;
	}

	.illustratie_color_picker{
		@extend .dp_color_picker;
	}

	.illustratie_inner{
		@extend .dp_color_inner;
	}
*/
ol.foundColor {
  display: block;
  width: 210px;
  list-style: none;
  margin-top: 10px;
  margin-left: 40px;
  float: left; }
  ol.foundColor li {
    width: 210px;
    margin-top: 5px; }
    ol.foundColor li a {
      display: block;
      width: 210px;
      height: 40px;
      line-height: 36px;
      text-align: center;
      font-family: Yanone Kaffeesatz;
      color: #000000;
      text-transform: uppercase;
      font-size: 24px;
      text-decoration: none;
      background-color: #e5e5e5; }
      ol.foundColor li a .color_holder {
        display: block;
        width: 40px;
        height: 40px;
        float: left;
        transition: 0.3s ease; }
      ol.foundColor li a .color_name_new {
        font-weight: 300;
        font-size: 17px; }

.creator_main .creator_tabs .tab#kleur .kleur_outer {
  position: absolute !important; }

.small_preview_voorkant, .small_preview_midden {
  display: block;
  position: relative;
  text-align: center;
  float: left; }

.small_preview_voorkant {
  width: 270px;
  margin-left: 87px; }

.small_preview_midden {
  width: 500px; }

.small_preview_voorkant svg, .small_preview_midden svg {
  max-height: 230px;
  max-width: 270px;
  background-color: #ffffff;
  width: auto !important; }

.small_preview {
  width: 100%;
  float: left;
  margin-top: 0 !important;
  margin-bottom: 40px; }

.disabled {
  position: absolute;
  z-index: 5000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .disabled:hover {
    cursor: no-drop; }

.creator .creator_main .creator_tabs .tab#tekst .tekst_outer {
  left: 524px !important; }

.creator .creator_main .creator_tabs ul li.btnfix .addToBag {
  display: block;
  float: right;
  height: 73px;
  width: 193px;
  text-align: left;
  border: 1px solid #ec1e79;
  background-color: #ec1e79;
  line-height: 28px;
  font-size: 28px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-family: Yanone Kaffeesatz;
  transition: .3s all; }

.creator .creator_main .creator_tabs ul li.btnfix .addToBag img {
  width: 51px;
  height: 51px;
  margin-right: 0;
  float: left;
  margin-top: 10px;
  margin-left: 10px; }

.creator .creator_main .creator_tabs ul li.btnfix .addToBag span {
  margin-top: 10px;
  float: right; }

.creator .creator_main .creator_tabs ul li.btnfix .addToBag:hover {
  background-color: #c61161; }

.creator .creator_main .creator_tabs ul li.btnfix .addToBag2 {
  display: block;
  float: right;
  height: 73px;
  width: 193px;
  text-align: left;
  border: 1px solid #ec1e79;
  background-color: #ec1e79;
  line-height: 28px;
  font-size: 28px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-family: Yanone Kaffeesatz;
  transition: .3s all; }

.creator .creator_main .creator_tabs ul li.btnfix .addToBag2 img {
  width: 51px;
  height: 51px;
  margin-right: 0;
  float: left;
  margin-top: 10px;
  margin-left: 10px; }

.creator .creator_main .creator_tabs ul li.btnfix .addToBag2 span {
  margin-top: 10px;
  margin-left: 15px;
  float: left; }

.creator .creator_main .creator_tabs ul li.btnfix .addToBag2:hover {
  background-color: #c61161; }

/*# sourceMappingURL=_creator.css.map */
