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

.frizzly-selectable-sortable:after {
  content: '';
  display: block;
  clear: both;
}

.frizzly-selectable-sortable .frizzly-sortable {
  min-height: 30px;
}

.frizzly-selectable-sortable-column {
  width: 50%;
  float: left;
}

.frizzly-selectable-sortable-inside {
  margin: 0 20px;
  background-color: #FFFFFF;
  padding: 5px 20px;
}

table.frizzly-no-padding td {
  padding: 0;
}
.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;
}