.iosb {
  position: absolute;
  z-index: 20;
  background: #fff; }

.iosb-content {
  text-align: center;
  font-weight: 700;
  font-family: Arial, sans-serif; }

/* BEGIN themes */
.iosb-red {
  background-color: #ce0408;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fc5659), color-stop(100%, #ce0408));
  background: -webkit-linear-gradient(#fc5659, #ce0408);
  background: -moz-linear-gradient(#fc5659, #ce0408);
  background: -o-linear-gradient(#fc5659, #ce0408);
  background: linear-gradient(#fc5659, #ce0408); }
  .iosb-red .iosb-content {
    color: white;
    text-shadow: 1px -1px 1px #8d343b; }

.iosb-blue {
  background-color: #236ed8;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8eb5ed), color-stop(100%, #236ed8));
  background: -webkit-linear-gradient(#8eb5ed, #236ed8);
  background: -moz-linear-gradient(#8eb5ed, #236ed8);
  background: -o-linear-gradient(#8eb5ed, #236ed8);
  background: linear-gradient(#8eb5ed, #236ed8); }
  .iosb-blue .iosb-content {
    color: white;
    text-shadow: 1px -1px 1px #1e6bd7; }

.iosb-green {
  background-color: #1d9a1a;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #55e252), color-stop(100%, #1d9a1a));
  background: -webkit-linear-gradient(#55e252, #1d9a1a);
  background: -moz-linear-gradient(#55e252, #1d9a1a);
  background: -o-linear-gradient(#55e252, #1d9a1a);
  background: linear-gradient(#55e252, #1d9a1a); }
  .iosb-green .iosb-content {
    color: white;
    text-shadow: 1px -1px 1px #086d11; }

.iosb-grey {
  background-color: #3a3a3a;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #868686), color-stop(100%, #3a3a3a));
  background: -webkit-linear-gradient(#868686, #3a3a3a);
  background: -moz-linear-gradient(#868686, #3a3a3a);
  background: -o-linear-gradient(#868686, #3a3a3a);
  background: linear-gradient(#868686, #3a3a3a); }
  .iosb-grey .iosb-content {
    color: white;
    text-shadow: 1px -1px 1px #474747; }

.iosb-ios {
  background-color: #4a6c9b;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #849cbb), color-stop(100%, #4a6c9b));
  background: -webkit-linear-gradient(#849cbb, #4a6c9b);
  background: -moz-linear-gradient(#849cbb, #4a6c9b);
  background: -o-linear-gradient(#849cbb, #4a6c9b);
  background: linear-gradient(#849cbb, #4a6c9b); }
  .iosb-ios .iosb-content {
    color: white;
    text-shadow: 1px -1px 1px #626a76; }

/* END themes */
/* BEGIN sizes */
.iosb-20 {
  -webkit-box-shadow: 0 1px 2px rgba(68, 68, 68, 0.8), 0 1px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px rgba(68, 68, 68, 0.8), 0 1px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px rgba(68, 68, 68, 0.8), 0 1px rgba(255, 255, 255, 0.3) inset;
  min-width: 20px;
  height: 20px; }
  .iosb-20, .iosb-20 .iosb-inner {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; }
  .iosb-20 .iosb-inner {
    margin: 1px;
    min-width: 18px;
    height: 18px; }
  .iosb-20 .iosb-content {
    padding: 0 5px;
    line-height: 18px;
    height: 18px; }
  .iosb-20.iosb-top-left {
    top: -5px;
    left: -5px; }
  .iosb-20.iosb-top-right {
    top: -5px;
    right: -5px; }
  .iosb-20.iosb-bottom-left {
    bottom: -5px;
    left: -5px; }
  .iosb-20.iosb-bottom-right {
    bottom: -5px;
    right: -5px; }
  .iosb-20 .iosb-string {
    font-size: 10px; }
  .iosb-20 .iosb-number {
    font-size: 11px; }

.iosb-22 {
  -webkit-box-shadow: 0 1px 2px rgba(68, 68, 68, 0.8), 0 1px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px rgba(68, 68, 68, 0.8), 0 1px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px rgba(68, 68, 68, 0.8), 0 1px rgba(255, 255, 255, 0.3) inset;
  min-width: 22px;
  height: 22px; }
  .iosb-22, .iosb-22 .iosb-inner {
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
    border-radius: 11px; }
  .iosb-22 .iosb-inner {
    margin: 1px;
    min-width: 20px;
    height: 20px; }
  .iosb-22 .iosb-content {
    padding: 0 6px;
    line-height: 20px;
    height: 20px; }
  .iosb-22.iosb-top-left {
    top: -5px;
    left: -5px; }
  .iosb-22.iosb-top-right {
    top: -5px;
    right: -5px; }
  .iosb-22.iosb-bottom-left {
    bottom: -5px;
    left: -5px; }
  .iosb-22.iosb-bottom-right {
    bottom: -5px;
    right: -5px; }
  .iosb-22 .iosb-string {
    font-size: 11px; }
  .iosb-22 .iosb-number {
    font-size: 12px; }

.iosb-24 {
  -webkit-box-shadow: 0 2px 4px rgba(68, 68, 68, 0.8), 0 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 2px 4px rgba(68, 68, 68, 0.8), 0 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 2px 4px rgba(68, 68, 68, 0.8), 0 2px rgba(255, 255, 255, 0.3) inset;
  min-width: 24px;
  height: 24px; }
  .iosb-24, .iosb-24 .iosb-inner {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px; }
  .iosb-24 .iosb-inner {
    margin: 2px;
    min-width: 20px;
    height: 20px; }
  .iosb-24 .iosb-content {
    padding: 0 6px;
    line-height: 20px;
    height: 20px; }
  .iosb-24.iosb-top-left {
    top: -6px;
    left: -6px; }
  .iosb-24.iosb-top-right {
    top: -6px;
    right: -6px; }
  .iosb-24.iosb-bottom-left {
    bottom: -6px;
    left: -6px; }
  .iosb-24.iosb-bottom-right {
    bottom: -6px;
    right: -6px; }
  .iosb-24 .iosb-string {
    font-size: 12px; }
  .iosb-24 .iosb-number {
    font-size: 12px; }

.iosb-26 {
  -webkit-box-shadow: 0 2px 4px rgba(68, 68, 68, 0.8), 0 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 2px 4px rgba(68, 68, 68, 0.8), 0 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 2px 4px rgba(68, 68, 68, 0.8), 0 2px rgba(255, 255, 255, 0.3) inset;
  min-width: 26px;
  height: 26px; }
  .iosb-26, .iosb-26 .iosb-inner {
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px; }
  .iosb-26 .iosb-inner {
    margin: 2px;
    min-width: 22px;
    height: 22px; }
  .iosb-26 .iosb-content {
    padding: 0 7px;
    line-height: 22px;
    height: 22px; }
  .iosb-26.iosb-top-left {
    top: -6px;
    left: -6px; }
  .iosb-26.iosb-top-right {
    top: -6px;
    right: -6px; }
  .iosb-26.iosb-bottom-left {
    bottom: -6px;
    left: -6px; }
  .iosb-26.iosb-bottom-right {
    bottom: -6px;
    right: -6px; }
  .iosb-26 .iosb-string {
    font-size: 13px; }
  .iosb-26 .iosb-number {
    font-size: 14px; }

.iosb-28 {
  -webkit-box-shadow: 0 2px 4px rgba(68, 68, 68, 0.8), 0 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 2px 4px rgba(68, 68, 68, 0.8), 0 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 2px 4px rgba(68, 68, 68, 0.8), 0 2px rgba(255, 255, 255, 0.3) inset;
  min-width: 28px;
  height: 28px; }
  .iosb-28, .iosb-28 .iosb-inner {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px; }
  .iosb-28 .iosb-inner {
    margin: 2px;
    min-width: 24px;
    height: 24px; }
  .iosb-28 .iosb-content {
    padding: 0 7px;
    line-height: 24px;
    height: 24px; }
  .iosb-28.iosb-top-left {
    top: -7px;
    left: -7px; }
  .iosb-28.iosb-top-right {
    top: -7px;
    right: -7px; }
  .iosb-28.iosb-bottom-left {
    bottom: -7px;
    left: -7px; }
  .iosb-28.iosb-bottom-right {
    bottom: -7px;
    right: -7px; }
  .iosb-28 .iosb-string {
    font-size: 14px; }
  .iosb-28 .iosb-number {
    font-size: 15px; }

.iosb-30 {
  -webkit-box-shadow: 0 2px 4px rgba(68, 68, 68, 0.8), 0 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 2px 4px rgba(68, 68, 68, 0.8), 0 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 2px 4px rgba(68, 68, 68, 0.8), 0 2px rgba(255, 255, 255, 0.3) inset;
  min-width: 30px;
  height: 30px; }
  .iosb-30, .iosb-30 .iosb-inner {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px; }
  .iosb-30 .iosb-inner {
    margin: 2px;
    min-width: 26px;
    height: 26px; }
  .iosb-30 .iosb-content {
    padding: 0 8px;
    line-height: 26px;
    height: 26px; }
  .iosb-30.iosb-top-left {
    top: -7px;
    left: -7px; }
  .iosb-30.iosb-top-right {
    top: -7px;
    right: -7px; }
  .iosb-30.iosb-bottom-left {
    bottom: -7px;
    left: -7px; }
  .iosb-30.iosb-bottom-right {
    bottom: -7px;
    right: -7px; }
  .iosb-30 .iosb-string {
    font-size: 15px; }
  .iosb-30 .iosb-number {
    font-size: 16px; }

.iosb-32 {
  -webkit-box-shadow: 0 2px 4px rgba(68, 68, 68, 0.8), 0 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 2px 4px rgba(68, 68, 68, 0.8), 0 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 2px 4px rgba(68, 68, 68, 0.8), 0 2px rgba(255, 255, 255, 0.3) inset;
  min-width: 32px;
  height: 32px; }
  .iosb-32, .iosb-32 .iosb-inner {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px; }
  .iosb-32 .iosb-inner {
    margin: 2px;
    min-width: 28px;
    height: 28px; }
  .iosb-32 .iosb-content {
    padding: 0 8px;
    line-height: 28px;
    height: 28px; }
  .iosb-32.iosb-top-left {
    top: -8px;
    left: -8px; }
  .iosb-32.iosb-top-right {
    top: -8px;
    right: -8px; }
  .iosb-32.iosb-bottom-left {
    bottom: -8px;
    left: -8px; }
  .iosb-32.iosb-bottom-right {
    bottom: -8px;
    right: -8px; }
  .iosb-32 .iosb-string {
    font-size: 16px; }
  .iosb-32 .iosb-number {
    font-size: 17px; }

.iosb-34 {
  -webkit-box-shadow: 0 2px 4px rgba(68, 68, 68, 0.8), 0 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 2px 4px rgba(68, 68, 68, 0.8), 0 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 2px 4px rgba(68, 68, 68, 0.8), 0 2px rgba(255, 255, 255, 0.3) inset;
  min-width: 34px;
  height: 34px; }
  .iosb-34, .iosb-34 .iosb-inner {
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px; }
  .iosb-34 .iosb-inner {
    margin: 2px;
    min-width: 30px;
    height: 30px; }
  .iosb-34 .iosb-content {
    padding: 0 9px;
    line-height: 30px;
    height: 30px; }
  .iosb-34.iosb-top-left {
    top: -8px;
    left: -8px; }
  .iosb-34.iosb-top-right {
    top: -8px;
    right: -8px; }
  .iosb-34.iosb-bottom-left {
    bottom: -8px;
    left: -8px; }
  .iosb-34.iosb-bottom-right {
    bottom: -8px;
    right: -8px; }
  .iosb-34 .iosb-string {
    font-size: 17px; }
  .iosb-34 .iosb-number {
    font-size: 19px; }

.iosb-36 {
  -webkit-box-shadow: 0 3px 6px rgba(68, 68, 68, 0.8), 0 3px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 3px 6px rgba(68, 68, 68, 0.8), 0 3px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 3px 6px rgba(68, 68, 68, 0.8), 0 3px rgba(255, 255, 255, 0.3) inset;
  min-width: 36px;
  height: 36px; }
  .iosb-36, .iosb-36 .iosb-inner {
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px; }
  .iosb-36 .iosb-inner {
    margin: 3px;
    min-width: 30px;
    height: 30px; }
  .iosb-36 .iosb-content {
    padding: 0 9px;
    line-height: 30px;
    height: 30px; }
  .iosb-36.iosb-top-left {
    top: -9px;
    left: -9px; }
  .iosb-36.iosb-top-right {
    top: -9px;
    right: -9px; }
  .iosb-36.iosb-bottom-left {
    bottom: -9px;
    left: -9px; }
  .iosb-36.iosb-bottom-right {
    bottom: -9px;
    right: -9px; }
  .iosb-36 .iosb-string {
    font-size: 18px; }
  .iosb-36 .iosb-number {
    font-size: 19px; }

/* END sizes */
