div.frizzly-button-container {
  box-sizing: border-box;
  /* ALIGNS */
  /* BUTTON SIZES */
  /* BUTTON THEME */
  /* NETWORK COLORS */
}

div.frizzly-button-container.frizzly-media {
  position: absolute;
}

div.frizzly-button-container.frizzly-left {
  text-align: left;
}

div.frizzly-button-container.frizzly-center {
  text-align: center;
}

div.frizzly-button-container.frizzly-right {
  text-align: right;
}

div.frizzly-button-container.frizzly-button-size-xsmall a {
  font-size: 11px;
  line-height: 24px;
  height: 24px;
}

div.frizzly-button-container.frizzly-button-size-xsmall.frizzly-theme-square a,
div.frizzly-button-container.frizzly-button-size-xsmall.frizzly-theme-rounded a,
div.frizzly-button-container.frizzly-button-size-xsmall.frizzly-theme-round a {
  width: 24px;
}

div.frizzly-button-container.frizzly-button-size-xsmall.frizzly-theme-rectangle a,
div.frizzly-button-container.frizzly-button-size-xsmall.frizzly-theme-rounded-rectangle a {
  width: 50px;
}

div.frizzly-button-container.frizzly-button-size-small a {
  font-size: 17.6px;
  line-height: 38.4px;
  height: 38.4px;
}

div.frizzly-button-container.frizzly-button-size-small.frizzly-theme-square a,
div.frizzly-button-container.frizzly-button-size-small.frizzly-theme-rounded a,
div.frizzly-button-container.frizzly-button-size-small.frizzly-theme-round a {
  width: 38.4px;
}

div.frizzly-button-container.frizzly-button-size-small.frizzly-theme-rectangle a,
div.frizzly-button-container.frizzly-button-size-small.frizzly-theme-rounded-rectangle a {
  width: 80px;
}

div.frizzly-button-container.frizzly-button-size-normal a {
  font-size: 22px;
  line-height: 48px;
  height: 48px;
}

div.frizzly-button-container.frizzly-button-size-normal.frizzly-theme-square a,
div.frizzly-button-container.frizzly-button-size-normal.frizzly-theme-rounded a,
div.frizzly-button-container.frizzly-button-size-normal.frizzly-theme-round a {
  width: 48px;
}

div.frizzly-button-container.frizzly-button-size-normal.frizzly-theme-rectangle a,
div.frizzly-button-container.frizzly-button-size-normal.frizzly-theme-rounded-rectangle a {
  width: 100px;
}

div.frizzly-button-container.frizzly-button-size-large a {
  font-size: 33px;
  line-height: 72px;
  height: 72px;
}

div.frizzly-button-container.frizzly-button-size-large.frizzly-theme-square a,
div.frizzly-button-container.frizzly-button-size-large.frizzly-theme-rounded a,
div.frizzly-button-container.frizzly-button-size-large.frizzly-theme-round a {
  width: 72px;
}

div.frizzly-button-container.frizzly-button-size-large.frizzly-theme-rectangle a,
div.frizzly-button-container.frizzly-button-size-large.frizzly-theme-rounded-rectangle a {
  width: 150px;
}

div.frizzly-button-container.frizzly-button-size-xlarge a {
  font-size: 44px;
  line-height: 96px;
  height: 96px;
}

div.frizzly-button-container.frizzly-button-size-xlarge.frizzly-theme-square a,
div.frizzly-button-container.frizzly-button-size-xlarge.frizzly-theme-rounded a,
div.frizzly-button-container.frizzly-button-size-xlarge.frizzly-theme-round a {
  width: 96px;
}

div.frizzly-button-container.frizzly-button-size-xlarge.frizzly-theme-rectangle a,
div.frizzly-button-container.frizzly-button-size-xlarge.frizzly-theme-rounded-rectangle a {
  width: 200px;
}

div.frizzly-button-container .frizzly-button {
  background-color: #000;
  border: medium none;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  text-align: center;
  box-shadow: none;
}

div.frizzly-button-container .frizzly-button:hover {
  color: #fff;
  text-decoration: none;
}

div.frizzly-button-container.frizzly-theme-round a {
  border-radius: 50%;
}

div.frizzly-button-container.frizzly-theme-rounded-rectangle a,
div.frizzly-button-container.frizzly-theme-rounded a {
  border-radius: 9px;
}

div.frizzly-button-container .frizzly-digg {
  background-color: #000000;
}

div.frizzly-button-container .frizzly-digg:hover {
  background-color: #1a1a1a;
}

div.frizzly-button-container .frizzly-email {
  background-color: #000000;
}

div.frizzly-button-container .frizzly-email:hover {
  background-color: #1a1a1a;
}

div.frizzly-button-container .frizzly-facebook {
  background-color: #3b5998;
}

div.frizzly-button-container .frizzly-facebook:hover {
  background-color: #2d4373;
}

div.frizzly-button-container .frizzly-googleplus {
  background-color: #dd4b39;
}

div.frizzly-button-container .frizzly-googleplus:hover {
  background-color: #c23321;
}

div.frizzly-button-container .frizzly-linkedin {
  background-color: #0077B5;
}

div.frizzly-button-container .frizzly-linkedin:hover {
  background-color: #005582;
}

div.frizzly-button-container .frizzly-pinterest {
  background-color: #cc2127;
}

div.frizzly-button-container .frizzly-pinterest:hover {
  background-color: #a01a1f;
}

div.frizzly-button-container .frizzly-reddit {
  background-color: #FF4500;
}

div.frizzly-button-container .frizzly-reddit:hover {
  background-color: #cc3700;
}

div.frizzly-button-container .frizzly-stumbleupon {
  background-color: #EB4823;
}

div.frizzly-button-container .frizzly-stumbleupon:hover {
  background-color: #c93412;
}

div.frizzly-button-container .frizzly-twitter {
  background-color: #83c3f3;
}

div.frizzly-button-container .frizzly-twitter:hover {
  background-color: #55acee;
}
ul.frizzly-sortable {
  padding: 5px 0;
  width: 400px;
}

ul.frizzly-sortable li {
  background: #fafafa none repeat scroll 0 0;
  color: #23282d;
  display: block;
  padding: 3px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  cursor: move;
}

table.frizzly-no-padding td {
  padding: 0;
}

a.frizzly-settings-link {
  text-decoration: none;
  vertical-align: middle;
}
.frizzly-modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.frizzly-modal .frizzly-modal-overlay {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
}

.frizzly-modal .frizzly-modal-dialog {
  z-index: 10000;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 4px 4px 80px #000;
  -webkit-box-shadow: 4px 4px 80px #000;
  -moz-box-shadow: 4px 4px 80px #000;
  -ms-box-shadow: 4px 4px 80px #000;
  -o-box-shadow: 4px 4px 80px #000;
  padding: 10px 20px 20px;
}

.frizzly-modal .frizzly-modal-dialog-content {
  overflow: hidden;
  height: 100%;
}

.frizzly-modal .frizzly-modal-close {
  position: absolute;
  top: 13px;
  right: 5px;
  cursor: pointer;
  font-size: 120%;
  padding: 5px;
  display: inline-block;
}

.frizzly-modal .frizzly-modal-close .frizzly-modal-close-x {
  font-weight: bold;
  font-family: Arial, sans-serif;
}

.frizzly-modal .frizzly-modal-title {
  font-weight: bold;
  font-size: 200%;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 7px;
  border-bottom: solid 1px #999;
}
@-webkit-keyframes animate-tooltip {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  60% {
    opacity: .8;
  }

  70% {
    opacity: .9;
  }

  90% {
    opacity: 1;
  }
}

@-moz-keyframes animate-tooltip {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  60% {
    opacity: .8;
  }

  70% {
    opacity: .9;
  }

  90% {
    opacity: 1;
  }
}

@-ms-keyframes animate-tooltip {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  60% {
    opacity: .8;
  }

  70% {
    opacity: .9;
  }

  90% {
    opacity: 1;
  }
}

@keyframes animate-tooltip {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  60% {
    opacity: .8;
  }

  70% {
    opacity: .9;
  }

  90% {
    opacity: 1;
  }
}

._exradicated-tooltip {
  display: block;
  opacity: 1;
  position: absolute;
  z-index: 999;
}

tooltip {
  display: inline-block;
  position: relative;
}

tooltip._multiline {
  display: block;
}

tooltip._slow._ready tip {
  animation: animate-tooltip 0.65s;
}

tooltip._fast._ready tip {
  animation: animate-tooltip 0.15s;
}

tooltip._steady._ready tip {
  animation: animate-tooltip 0.35s;
}

tooltip tip {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  display: none;
  line-height: normal;
  max-width: 500px;
  min-width: 200px;
  opacity: 0;
  padding: 8px 16px;
  position: absolute;
  text-align: center;
  width: auto;
  will-change: top, left, bottom, right;
}

tooltip tip._hidden {
  display: block;
  visibility: hidden;
}

tooltip.active:not(._force-hidden) tip {
  display: block;
  opacity: 1;
  z-index: 999;
}

tooltip tip-tip {
  font-size: 0.95em;
}

tooltip tip-tip._large {
  font-size: 1.1em;
}

tooltip tip-tip._small {
  font-size: 0.8em;
}

tooltip._top tip {
  left: 50%;
  top: -9px;
  -webkit-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
}

tooltip._top tip tip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.85);
  content: '';
  height: 0;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  top: 100%;
  width: 0;
}

tooltip._bottom tip {
  right: 50%;
  top: 100%;
  -webkit-transform: translateX(50%) translateY(9px);
  transform: translateX(50%) translateY(9px);
}

tooltip._bottom tip tip-arrow {
  border-bottom: 6px solid rgba(0, 0, 0, 0.85);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: 100%;
  content: '';
  height: 0;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  width: 0;
}

tooltip._right tip {
  left: 100%;
  top: 50%;
  -webkit-transform: translateX(9px) translateY(-50%);
  transform: translateX(9px) translateY(-50%);
}

tooltip._right tip tip-arrow {
  border-bottom: 6px solid transparent;
  border-right: 6px solid rgba(0, 0, 0, 0.85);
  border-top: 6px solid transparent;
  content: '';
  height: 0;
  margin-top: -6px;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 0;
}

tooltip._left tip {
  left: -9px;
  top: 50%;
  -webkit-transform: translateX(-100%) translateY(-50%);
  transform: translateX(-100%) translateY(-50%);
}

tooltip._left tip tip-arrow {
  border-bottom: 6px solid transparent;
  border-left: 6px solid rgba(0, 0, 0, 0.85);
  border-top: 6px solid transparent;
  content: '';
  height: 0;
  left: 100%;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 0;
}

tip-tip #close-button {
  cursor: pointer;
  float: right;
  left: 8%;
  margin-top: -7%;
  padding: 3px;
  position: relative;
}