#carbonads {
  display: block;
  overflow: hidden;
  padding: 0.5em;
  margin-left: 0.5em;
  line-height: 1.5;
  background: #fafafa;
  border: 2px #ececec solid;
  width: 290px;
  float: right;
  font-size: 11px;
}

  #carbonads span {
    display: block;
    overflow: hidden;
  }

  .carbon-text {
    display: block;
    float: left;
    max-width: 50%;
    text-align: left;
    text-decoration: none;
    color: black;
  }

  .carbon-img {
    float: left;
    margin-right: 1em;
  }

  .carbon-img img {
    margin: 0;
  }

  .carbon-poweredby {
    display: block;
    float: right;
    margin-top: -1.9em;
    font-size: .9em;
    color: #aaa;
    text-decoration: none;
  }

@media(max-width: 600px) {
  #carbonads {
    float: none;
    margin-bottom: 0.5em;
  }
}


footer {
  position: relative;
}

#cf_ad {
  /* font-family: system, "Helvetica Neue", Helvetica, Arial; */
  font-size: 13px;
}

#cf_ad .cf-wrapper {
  box-sizing: border-box;
  bottom: 0;
  z-index: 5;
  padding: .5em 1em;
  width: 100%;
  background-color: #fff !important;
  text-align: center;
  line-height: 1.5;
}

#cf_ad .cf-text {
  color: inherit;
  text-decoration: none;
}

#cf_ad .cf-text:before {
  margin-right: 4px;
  padding: 2px 6px;
  border-radius: 3px;
  background-color: #4caf50;
  color: #fff;
  content: "Supporter";
}

#cf_ad .cf-powered-by {
    font-size: 12px;
    text-decoration: none;
    color: #999;
}

