#carbonads {
  display: block;
  float: right;
  overflow: hidden;
  padding: 1em;
  margin-left: 1em;
  border: solid 1px #dddddd;
  border-radius: 2px;
  background-color: #f5f5f5;
  box-shadow: inset 0 0 0 1px #fcfcfc;
  font-size: 11px;
  line-height: 1.5;
}

#carbonads > span { max-width: 130px; }

#carbonads a {
  color: inherit;
}

#carbonads a:hover {
  color: inherit;
}

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

.carbon-img {
  display: block;
  margin: 0 auto 1em;
  text-align: center;
}

.carbon-text {
  display: block;
  margin-bottom: 1em;
  text-align: left;
}

.carbon-poweredby {
  display: block;
  text-align: right;
  font-size: 10px;
}


#codefund_ad {
  position: fixed;
  left: 0;
  z-index: 5;
}

#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;
}


