/* line 1, ../../scss/styles.scss */
html, body {
  background-image: url("../img/wavegrid.png");
  font-family: 'Noto Sans', sans-serif;
}

/* line 6, ../../scss/styles.scss */
.header {
  background-image: url("../img/topbar.jpg");
  background-repeat: repeat-x;
  height: 56px;
}

/* line 12, ../../scss/styles.scss */
.banner {
  background-color: #158ab2;
  color: #fff;
  padding: 25px 0;
}

/* line 18, ../../scss/styles.scss */
.banner .icon {
  float: left;
  margin: 0 15px 0 0;
}

/* line 23, ../../scss/styles.scss */
.themes {
  height: 300px;
  overflow: hidden;
  overflow-y: auto;
}
/* line 28, ../../scss/styles.scss */
.themes .theme {
  border-radius: 4px;
}
/* line 30, ../../scss/styles.scss */
.themes .theme:hover {
  box-shadow: 0 0 0 2px rgba(250, 0, 0, 0.5) inset;
  cursor: pointer;
}
/* line 34, ../../scss/styles.scss */
.themes .theme textarea {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  /* line 43, ../../scss/styles.scss */
  .header .fa-bars {
    display: block !important;
    float: right;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
  }

  /* line 52, ../../scss/styles.scss */
  .header__nav {
    display: none;
    position: absolute;
    left: -100%;
    top: 35px;
    z-index: 999;
    width: 200%;
    margin: 21px -15px 0 0 !important;
    padding: 20px 10px !important;
    float: none;
    background-color: rgba(0, 0, 0, 0.85);
  }

  /* line 66, ../../scss/styles.scss */
  .header__nav li {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
    float: none !important;
  }

  /* line 74, ../../scss/styles.scss */
  .header__nav li a {
    display: block !important;
    margin: 0px 0 0 5px;
    padding: 2px 15px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  }

  /* line 82, ../../scss/styles.scss */
  .header__nav li a:hover {
    color: #efefef;
    background-color: #fff;
  }

  /* line 87, ../../scss/styles.scss */
  .header__nav li a.button {
    margin-top: -3px;
  }
}
/* line 93, ../../scss/styles.scss */
.header .fa-bars {
  display: none;
}

/* line 98, ../../scss/styles.scss */
.header__nav {
  margin: 0;
  padding: 0;
  float: right;
}

/* line 104, ../../scss/styles.scss */
.header__nav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}

/* line 111, ../../scss/styles.scss */
.header__nav li a {
  display: inline-block;
  margin: 0px 0 0 5px;
  padding: 2px 15px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}

/* line 119, ../../scss/styles.scss */
.header__nav li a:hover {
  color: #efefef;
}

/* line 123, ../../scss/styles.scss */
.header__nav li a.button {
  margin-top: -3px;
}

/* line 128, ../../scss/styles.scss */
.hero {
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

/* line 133, ../../scss/styles.scss */
.frontImage {
  text-align: center;
  margin-bottom: -20px;
}

/* line 138, ../../scss/styles.scss */
.tour__image {
  padding: 15px;
  box-shadow: 0 0 0 1px #efefef, 0 5px 10px -6px;
  border-radius: 3px;
  background-color: #f8f8f8;
}

/* line 145, ../../scss/styles.scss */
.orbit-slides-container li img {
  margin-left: auto;
  margin-right: auto;
}

/* line 150, ../../scss/styles.scss */
.orbit-prev, .orbit-next {
  display: none;
}

/* line 154, ../../scss/styles.scss */
.orbit-container:hover .orbit-prev, .orbit-container:hover .orbit-next {
  display: block;
}

/* line 158, ../../scss/styles.scss */
.orbit-container li {
  text-align: center;
}

/* line 162, ../../scss/styles.scss */
h1, h2 {
  color: #444444;
  line-height: inherit;
  margin-top: 0;
  padding-top: 0;
}

/* line 169, ../../scss/styles.scss */
h1, h2, h3, .welcome {
  font-family: 'Noto Sans', sans-serif;
}

/* line 173, ../../scss/styles.scss */
h1.title {
  margin-top: 50px;
  line-height: 1.2;
  text-align: center;
}

/* line 179, ../../scss/styles.scss */
h2 {
  font-size: 34px;
  font-weight: normal;
  color: #6f6f6f;
  margin-bottom: 40px;
  text-align: left;
}

/* line 187, ../../scss/styles.scss */
h2.logo {
  margin: 5px 0 2px;
  padding: 0;
}

/* line 192, ../../scss/styles.scss */
.logo__slider img {
  max-height: 200px;
  max-width: 200px;
  float: left;
}

/* line 198, ../../scss/styles.scss */
.quickLink #remaining {
  float: right;
}

/* line 202, ../../scss/styles.scss */
.quickLink .hint {
  font-size: 12px;
  line-height: 16px;
  color: #888;
  font-style: italic;
}

/* line 209, ../../scss/styles.scss */
.option__newwindow {
  font-size: 12px;
}

/* line 213, ../../scss/styles.scss */
.tweet__fav {
  text-align: left;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 10px;
  padding: 15px;
  overflow: hidden;
}

/* line 222, ../../scss/styles.scss */
.tweet__fav-text {
  font-family: 'Georgia', serif;
  font-style: italic;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px;
  padding: 10px;
  color: #158ab2;
}

/* line 232, ../../scss/styles.scss */
.tweet__fav-user {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 15px;
  margin: 0 -15px -15px -15px;
}

/* line 238, ../../scss/styles.scss */
.tweet__fav-user img {
  float: left;
  margin: 0 15px 0 0 !important;
}

/* line 243, ../../scss/styles.scss */
.tweet__fav-location {
  opacity: 0.65;
}

/* line 247, ../../scss/styles.scss */
.map {
  height: 350px;
}

/* line 254, ../../scss/styles.scss */
textarea.embed-code {
  height: 85%;
  font-size: 12px;
}

/* line 259, ../../scss/styles.scss */
.coupon_code_msg.valid {
  padding: 10px;
  display: inline-block;
  background-color: lightgreen;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
}

/* line 268, ../../scss/styles.scss */
.coupon_code_msg.invalid {
  padding: 10px;
  display: inline-block;
  background-color: pink;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
}

/* line 277, ../../scss/styles.scss */
.text__use-coupon {
  text-align: center;
  margin-top: -20px;
  font-weight: bold;
  font-size: 14px;
}

/* line 284, ../../scss/styles.scss */
.plans .plan {
  min-height: 250px;
}

/* line 288, ../../scss/styles.scss */
.copyEmbedLink {
  cursor: pointer;
  font-size: 12px;
  float: right;
  line-height: 18px;
  margin-right: 10px;
}

/* line 299, ../../scss/styles.scss */
.embed-images {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  display: block;
}

/* line 309, ../../scss/styles.scss */
.embed-images a img {
  border: 1px solid #fff;
}

/* line 313, ../../scss/styles.scss */
.embed-images a.selected img {
  border: 1px solid darkRed;
}

/* line 318, ../../scss/styles.scss */
.panel, .map {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

/* line 324, ../../scss/styles.scss */
.panel.notice {
  background-image: url("../img/iconInfo.png");
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 55px;
}

/* line 331, ../../scss/styles.scss */
.panel.warning {
  background-image: url("../img/iconWarn.png");
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 55px;
}

/* line 338, ../../scss/styles.scss */
.panel .title {
  color: #303030;
  font-size: 90px;
  margin-top: 80px;
  text-align: center;
  -moz-text-shadow: 0 0 9px #FFFFFF;
  -webkit-text-shadow: 0 0 9px #FFFFFF;
  text-shadow: 0 0 9px #FFFFFF;
}

/* line 348, ../../scss/styles.scss */
.panel .desc {
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin: -10px -20px 20px -20px;
}

/* line 355, ../../scss/styles.scss */
.stat .desc {
  margin: -10px -20px -20px -20px;
}

/* line 359, ../../scss/styles.scss */
.section-container .content {
  -moz-border-radius: 0 4px 4px 4px;
  -webkit-border-radius: 0 4px 4px 4px;
  border-radius: 0 4px 4px 4px;
}

/* line 365, ../../scss/styles.scss */
.subtitle {
  font-size: 28px;
  margin-top: -30px;
  text-align: right;
  color: #666;
}

/* line 372, ../../scss/styles.scss */
.sidebar {
  padding: 10px;
  margin: 0 0 10px 0;
  background-color: #efefef;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* line 381, ../../scss/styles.scss */
.sidebar p {
  font-size: 11px;
  margin: 10px 0;
  font-weight: bold;
}

/* line 387, ../../scss/styles.scss */
.sidebar p small {
  font-size: 9px;
}

/* line 391, ../../scss/styles.scss */
.sidebar p .fa-stack {
  margin: 0 0 0 5px;
}

/* line 395, ../../scss/styles.scss */
.sidebar .hideLink {
  display: none !important;
}

/* line 398, ../../scss/styles.scss */
.sidebar ul {
  list-style-type: none;
  margin: 0;
}

/* line 407, ../../scss/styles.scss */
.sidebar .sub a {
  font-size: 14px;
  padding-left: 20px;
  opacity: 0.85;
}

/* line 413, ../../scss/styles.scss */
.sidebar ul li a {
  background-color: rgba(255, 255, 255, 0.5);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  font-weight: bold;
  margin: 0 0 1px;
  padding: 5px 10px;
  -moz-text-shadow: 1px 1px 0 #FFFFFF;
  -webkit-text-shadow: 1px 1px 0 #FFFFFF;
  text-shadow: 1px 1px 0 #FFFFFF;
}
/* line 426, ../../scss/styles.scss */
.sidebar ul li a .fa {
  float: right;
  font-size: 26px;
  color: rgba(0, 0, 0, 0.4);
}

/* line 434, ../../scss/styles.scss */
.sidebar ul li a:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 439, ../../scss/styles.scss */
.sidebar ul li.current a {
  background-color: #666;
  color: #fff;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}
/* line 446, ../../scss/styles.scss */
.sidebar ul li.current a .fa {
  color: #fff;
}

/* line 470, ../../scss/styles.scss */
.sidebar .newLink {
  display: block;
  -moz-text-shadow: 1px 1px 0 #417318;
  -webkit-text-shadow: 1px 1px 0 #417318;
  text-shadow: 1px 1px 0 #417318;
}

/* line 477, ../../scss/styles.scss */
.chartDateWrapper {
  background-color: #efefef;
  margin: 0 0 10px !important;
  padding: 10px 10px 5px 10px !important;
  border-radius: 4px;
}

/* line 484, ../../scss/styles.scss */
.blog {
  background-color: #cae8f7;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 10px;
  margin: 15px 0 0 0;
}

/* line 493, ../../scss/styles.scss */
.blog h5 {
  margin-top: 0;
  color: rgba(0, 0, 0, 0.6);
}

/* line 498, ../../scss/styles.scss */
.blog ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

/* line 503, ../../scss/styles.scss */
.blog ul li {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 5px 0;
  line-height: 1.2em;
  font-weight: bold;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
}

/* line 512, ../../scss/styles.scss */
.chartDateWrapper input {
  margin-bottom: 0;
}

/* line 516, ../../scss/styles.scss */
.ctt {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-bottom: 2px !important;
  padding: 5px 0;
  font-size: 13px;
  overflow: hidden;
}

/* line 525, ../../scss/styles.scss */
.ctt .fa-arrows {
  visibility: hidden;
  display: none;
}

/* line 530, ../../scss/styles.scss */
.ctt:hover .fa-arrows {
  visibility: visible;
}

/* line 534, ../../scss/styles.scss */
.ctt:hover .actions {
  display: block;
}

/* line 538, ../../scss/styles.scss */
.ctt .actions {
  /*     display: none; */
}

/* line 542, ../../scss/styles.scss */
.ctt .actions ul, .tableTweets .actions ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 548, ../../scss/styles.scss */
.ctt .actions {
  float: right;
}

/* line 552, ../../scss/styles.scss */
.ctt .name {
  margin: 0 0 0 -8px;
  float: left;
  font-weight: bold;
  text-align: center;
  width: 100px;
  display: inline-block;
}

/* line 561, ../../scss/styles.scss */
.ctt .clicks {
  background-color: #777;
  padding: 4px;
  border-radius: 4px;
  margin-top: 4px;
  color: #fff;
}

/* line 569, ../../scss/styles.scss */
.ctt .clicks .total-clicks {
  font-weight: normal;
}

/* line 573, ../../scss/styles.scss */
.ctt .name .fa-arrows {
  margin: 0 5px 0 0;
  cursor: move;
}

/* line 578, ../../scss/styles.scss */
.ctt .name a {
  background-color: #fff;
  display: inline-block;
  padding: 5px;
  border-radius: 4px;
  font-size: 20px;
  width: 100%;
}

/* line 587, ../../scss/styles.scss */
.ctt .tweet {
  color: #777;
  height: 55px;
  margin: 0px 0 0px 100px;
  overflow: hidden;
  width: 480px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  /* line 597, ../../scss/styles.scss */
  .ctt .tweet {
    width: inherit;
    height: inherit;
    margin: 10px 0 5px 0;
  }

  /* line 603, ../../scss/styles.scss */
  .ctt .name {
    margin: 0 0 0 0;
    font-weight: bold;
    text-align: center;
    width: 100px;
    float: none;
    display: inline-block;
  }
}
/* line 614, ../../scss/styles.scss */
.ctt .tweet img {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  height: 2em;
}

/*
.tweet.edit:hover {
    border-bottom: 1px dashed;
}
*/
/* line 628, ../../scss/styles.scss */
.tweet.edit {
  display: inline;
  margin: 0;
  padding: 0;
}
/* line 633, ../../scss/styles.scss */
.tweet.edit textarea {
  width: 100% !important;
  height: 100px !important;
}

/* line 639, ../../scss/styles.scss */
.tweet.edit button {
  border-radius: 4px;
}

/* line 643, ../../scss/styles.scss */
.tweet.edit input {
  height: 2em !important;
}

/* line 648, ../../scss/styles.scss */
.ctt .actions ul li {
  float: left;
}

/* line 660, ../../scss/styles.scss */
p.sideNote {
  background-color: #FFFFFF;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 0 1px #CCCCCC;
  -webkit-box-shadow: 0 0 0 1px #CCCCCC;
  box-shadow: 0 0 0 1px #CCCCCC;
  color: #666666;
  font-size: 14px;
  margin-top: 1em;
  padding: 10px 15px;
}

/* line 674, ../../scss/styles.scss */
.stat {
  text-align: center;
}

/* line 678, ../../scss/styles.scss */
.stat .number {
  font-size: 50px;
  font-weight: bold;
  line-height: 40px;
}

/* line 684, ../../scss/styles.scss */
.stat .desc {
  margin-top: 4px;
}

/* line 688, ../../scss/styles.scss */
.panel .title {
  background-color: #CFCFCF;
  color: #434343;
  font-size: 18px;
  font-weight: bold;
  margin: -20px -20px 10px;
  padding: 6px 0;
  -moz-text-shadow: 1px 1px 0 #DFDFDF;
  -webkit-text-shadow: 1px 1px 0 #DFDFDF;
  text-shadow: 1px 1px 0 #DFDFDF;
}

/* line 700, ../../scss/styles.scss */
.panel .tweet {
  color: #444444;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 20px;
}

/* line 708, ../../scss/styles.scss */
.cttLinkPreview {
  text-align: right;
  float: right;
  background-image: url("../img/iconNewWindow.png");
  background-repeat: no-repeat;
  background-position: left 11px;
}

/* line 716, ../../scss/styles.scss */
.cttLinkPreview a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  padding-left: 20px;
}

/* line 724, ../../scss/styles.scss */
#tweet {
  font-family: 'Noto Sans', sans-serif;
  height: 156px;
  font-size: 18px;
}

/* line 731, ../../scss/styles.scss */
.dashboard .user {
  background-color: #efefef;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 10px;
  margin: 0 0 10px 0;
  text-align: left;
}

/* line 741, ../../scss/styles.scss */
.dashboard .user .dripCount {
  color: #CECECE;
  font-size: 30px;
  margin-top: 8px;
}

/* line 747, ../../scss/styles.scss */
.dashboard .user img {
  float: left;
  margin-right: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* line 755, ../../scss/styles.scss */
.dashboard .user .name {
  color: #444444;
  font-size: 40px;
  font-weight: bold;
  float: left;
  margin-right: 15px;
  -moz-text-shadow: 1px 1px 0 #FFFFFF;
  -webkit-text-shadow: 1px 1px 0 #FFFFFF;
  text-shadow: 1px 1px 0 #FFFFFF;
}

/* line 766, ../../scss/styles.scss */
.account__user {
  display: inline-block;
  overflow: hidden;
  width: 150px;
  height: 165px;
  text-align: center;
  padding: 15px;
  margin: 0 10px 10px 0;
  box-shadow: 0 0 0 1px #e0e0e0;
  border-radius: 10px;
  background-color: #efefef;
}

/* line 779, ../../scss/styles.scss */
.account__user .screen_name {
  font-weight: bold;
  margin: 8px 0;
}

/* line 784, ../../scss/styles.scss */
.account__user .info {
  font-size: 12px;
  font-style: italic;
}

/* line 789, ../../scss/styles.scss */
.account__user img {
  margin-bottom: 10px;
}

/* line 793, ../../scss/styles.scss */
.clear {
  clear: left;
}

/* line 797, ../../scss/styles.scss */
.drip {
  background-color: #FFFFFF;
  border: 4px dashed #efefef;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 0 10px;
  padding: 20px;
}

/* line 807, ../../scss/styles.scss */
.drip .days {
  background-image: url("../img/drip.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  float: left;
  margin: -10px 20px -10px 0;
  padding: 5px;
  -moz-text-shadow: 1px 1px 0 #FFFFFF;
  -webkit-text-shadow: 1px 1px 0 #FFFFFF;
  text-shadow: 1px 1px 0 #FFFFFF;
  width: 64px;
  height: 100px;
}

/* line 821, ../../scss/styles.scss */
.drip .days .dayTitle {
  font-size: 26px;
  opacity: 0.3;
  text-align: center;
}

/* line 827, ../../scss/styles.scss */
.drip .days .dayCount {
  font-size: 34px;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 47px;
  text-align: center;
  color: #265566;
}

/* line 836, ../../scss/styles.scss */
.drip .days .dayCount.high {
  font-size: 24px;
  margin-top: 52px;
}

/* line 841, ../../scss/styles.scss */
.drip .message {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 24px;
  line-height: 28px;
}

/* line 847, ../../scss/styles.scss */
.editDrip textarea {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 24px;
  height: 150px;
}

/* line 853, ../../scss/styles.scss */
.editDrip label {
  font-weight: bold;
  font-size: 18px;
}

/* line 858, ../../scss/styles.scss */
.userbox {
  background-color: #646464;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #FFFFFF;
  padding: 10px;
  -moz-text-shadow: 1px 1px 0 #000000;
  -webkit-text-shadow: 1px 1px 0 #000000;
  text-shadow: 1px 1px 0 #000000;
  margin: 0 0 10px 0;
}

/* line 871, ../../scss/styles.scss */
.userbox .avatar {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  float: left;
  width: 48px;
  height: 48px;
  margin: 0 10px 0 0;
}

/* line 881, ../../scss/styles.scss */
.disclaimer {
  color: #999999;
  display: block;
  font-size: 10px;
  font-style: italic;
  margin: 10px 0 0;
  text-align: center;
}

/* line 890, ../../scss/styles.scss */
.featurebox {
  text-align: center;
  margin-top: 40px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  min-height: 260px;
  padding-top: 20px;
  color: #444444;
}

/* line 901, ../../scss/styles.scss */
.featurebox h3 {
  font-size: 2em;
  line-height: 1.25em;
}

/* line 906, ../../scss/styles.scss */
.featurebox.green h3 {
  -moz-text-shadow: 1px 1px 0 #FFFFFF;
  -webkit-text-shadow: 1px 1px 0 #FFFFFF;
  text-shadow: 1px 1px 0 #FFFFFF;
}

/* line 913, ../../scss/styles.scss */
.featurebox.red {
  background-color: #ffbba9;
  box-shadow: 0 0 0 2px #db9a89;
  -moz-text-shadow: 1px 1px 0 #ffd9cf;
  -webkit-text-shadow: 1px 1px 0 #ffd9cf;
  text-shadow: 1px 1px 0 #ffd9cf;
}

/* line 921, ../../scss/styles.scss */
.featurebox.green {
  background-color: #d6f098;
  box-shadow: 0 0 0 2px #b1c57f;
}

/* line 926, ../../scss/styles.scss */
.featurebox.yellow {
  background-color: #fffac6;
  box-shadow: 0 0 0 2px #d6d093;
  -moz-text-shadow: 1px 1px 0 #FFFFFF;
  -webkit-text-shadow: 1px 1px 0 #FFFFFF;
  text-shadow: 1px 1px 0 #FFFFFF;
}

/* line 934, ../../scss/styles.scss */
.welcome {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  text-shadow: 1px 1px 0 #FFFFFF;
}

/* line 941, ../../scss/styles.scss */
.main {
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: #fff;
}

/* line 947, ../../scss/styles.scss */
.footer {
  border-top: 1px solid #efefef;
  margin-top: 20px;
  padding-top: 20px;
  opacity: 0.9;
}

/* line 954, ../../scss/styles.scss */
.footer p {
  font-size: 12px;
}

/* line 958, ../../scss/styles.scss */
.footer .right {
  text-align: right;
}

/* line 962, ../../scss/styles.scss */
.top_nav {
  margin: 73px 0 0 110px;
  float: right;
  position: absolute;
  clear: left;
}

/* line 969, ../../scss/styles.scss */
.top_nav a {
  background-color: #FFFFFF;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  color: #000000;
  font-size: 20px;
  margin: 0 2px 0 0;
  padding: 10px 20px;
  opacity: 0.5;
}

/* line 981, ../../scss/styles.scss */
.top_nav a:hover {
  color: #000;
  opacity: 0.75;
}

/* line 986, ../../scss/styles.scss */
.top_nav li.current a {
  opacity: 1;
}

/* line 990, ../../scss/styles.scss */
.welcome {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 30px;
  -moz-text-shadow: 1px 1px 0 #000000;
  -webkit-text-shadow: 1px 1px 0 #000000;
  text-shadow: 1px 1px 0 #000000;
}

/* line 999, ../../scss/styles.scss */
.feed, .log {
  background-color: #EFEFEF;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 20px;
  -moz-box-shadow: 0 5px 3px -4px rgba(0, 0, 0, 0.5), 0 0px 0px 2px rgba(0, 150, 250, 0.15) inset;
  -webkit-box-shadow: 0 5px 3px -4px rgba(0, 0, 0, 0.5), 0 0px 0px 2px rgba(0, 150, 250, 0.15) inset;
  box-shadow: 0 5px 3px -4px rgba(0, 0, 0, 0.5), 0 0px 0px 2px rgba(0, 150, 250, 0.15) inset;
}

/* line 1010, ../../scss/styles.scss */
.feedURL, .feedTemplate {
  font-size: 12px;
  -moz-text-shadow: 1px 1px 0 #FFFFFF;
  -webkit-text-shadow: 1px 1px 0 #FFFFFF;
  text-shadow: 1px 1px 0 #FFFFFF;
}

/* line 1017, ../../scss/styles.scss */
.actions {
  list-style-type: none;
  margin: 0;
  padding: 0;
  right: 0;
  opacity: 0.5;
  width: 110px;
}

/* line 1027, ../../scss/styles.scss */
.ctt:hover .actions {
  opacity: 1;
}

/* line 1031, ../../scss/styles.scss */
.actions li {
  float: right !important;
}

/* line 1035, ../../scss/styles.scss */
.actions li a {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  margin: 0 4px 0 0;
  padding: 0 5px;
}

/* line 1047, ../../scss/styles.scss */
.actions li a img {
  margin: 0 0 4px 3px;
  opacity: 0.6;
}

/* line 1052, ../../scss/styles.scss */
.actions li a img:hover {
  opacity: 0.9;
}

/* line 1056, ../../scss/styles.scss */
.top_actions {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../img/fade.png");
  background-repeat: repeat-y;
  width: 300px;
}

/* line 1068, ../../scss/styles.scss */
.top_actions li {
  list-style: none;
  float: right !important;
}

/* line 1073, ../../scss/styles.scss */
.top_actions li a {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  margin: 0 4px 0 0;
  padding: 0 5px;
}

/* line 1085, ../../scss/styles.scss */
.top_actions li a img {
  margin: 0 0 4px 3px;
  opacity: 0.6;
}

/* line 1090, ../../scss/styles.scss */
.top_actions li a img:hover {
  opacity: 0.9;
}

/* line 1094, ../../scss/styles.scss */
.top_actions .ctt_top_link {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  margin: 0 4px 0 0;
  padding: 0 5px;
}

/*
.edit {
    cursor: pointer;
}
*/
/* line 1112, ../../scss/styles.scss */
.clear {
  clear: left;
}

/* line 1116, ../../scss/styles.scss */
.bug {
  background-color: darkorange;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 15px 3px -7px rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 15px 3px -7px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 15px 3px -7px rgba(255, 255, 255, 0.5) inset;
  color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  padding: 0 4px;
}

/* line 1131, ../../scss/styles.scss */
.log .tweet {
  font-size: 12px;
  font-weight: bold;
}

/* line 1136, ../../scss/styles.scss */
.log .created {
  font-size: 12px;
  text-align: right;
  opacity: 0.6;
}

/* line 1142, ../../scss/styles.scss */
.paused {
  opacity: 0.40;
}

/* line 1146, ../../scss/styles.scss */
.reveal-modal {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 1152, ../../scss/styles.scss */
.delete {
  display: none;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  background-image: url("../img/iconDelete.png");
  background-repeat: no-repeat;
  margin: -24px -33px 0px 0px;
  float: right;
}

/* line 1163, ../../scss/styles.scss */
.feed:hover .delete {
  display: inline-block;
}

/* line 1167, ../../scss/styles.scss */
.appMessage {
  background-color: #457a1a;
  color: #FFFFFF;
  font-size: 22px;
  left: 0;
  padding: 20px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

/* line 1179, ../../scss/styles.scss */
.form_buttons input {
  width: 70% !important;
}

/* line 1183, ../../scss/styles.scss */
.user {
  background-color: #FFFFFF;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 0 0 1px #CCCCCC, 0 3px 3px -2px #999999;
  -webkit-box-shadow: 0 0 0 1px #CCCCCC, 0 3px 3px -2px #999999;
  box-shadow: 0 0 0 1px #CCCCCC, 0 3px 3px -2px #999999;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
}

/* line 1196, ../../scss/styles.scss */
.user h5 {
  color: #666666;
  margin: 0;
}

/* line 1201, ../../scss/styles.scss */
.feedInfo {
  background-color: #EFEFEF;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: 12px;
  margin: 0 0 10px;
  padding: 10px;
  text-align: left;
}

/* line 1212, ../../scss/styles.scss */
.feedInfo #feedTitle {
  font-weight: bold;
  font-size: 13px;
}

/* line 1217, ../../scss/styles.scss */
#preview {
  background-color: lightyellow;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 0 2px #C9C9C9;
  font-family: "Courier New",fixed;
  font-size: 15px;
  line-height: 22px;
  padding: 10px 15px;
}

/* line 1229, ../../scss/styles.scss */
h3 .avatar {
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 2px;
  margin-right: 10px;
}

/* line 1238, ../../scss/styles.scss */
.form_buttons button {
  padding-top: 0.5625em;
  padding-right: 1.125em;
  padding-bottom: 0.625em;
  padding-left: 1.125em;
  font-size: 0.8125em;
  margin-left: 10px;
  position: relative;
  bottom: 2px;
}

/* line 1249, ../../scss/styles.scss */
.addFolder {
  background-color: #efefef;
  padding: 8px 10px;
  border-radius: 4px;
  margin: 0 0 1px 0;
}
/* line 1255, ../../scss/styles.scss */
.addFolder input {
  width: calc(100% - 85px);
  float: left;
  margin-right: 10px;
}
/* line 1261, ../../scss/styles.scss */
.addFolder .button {
  padding-bottom: 7px;
  padding-top: 6px;
}

/* line 1267, ../../scss/styles.scss */
.addFolder form, .addFolder button {
  margin: 0;
}

/* line 1275, ../../scss/styles.scss */
.folder__tools {
  background-color: #fff;
  padding: 0px 7px;
  border-radius: 4px 0 0 4px;
  position: absolute;
  right: 0;
  z-index: 99;
  margin-top: -2px;
  width: 70px;
  display: none;
}

/* line 1287, ../../scss/styles.scss */
.folder__tools a {
  display: inline-block;
  font-size: 18px;
}

/* line 1292, ../../scss/styles.scss */
.folder__tools a:hover .fa {
  color: #000;
}

/* line 1296, ../../scss/styles.scss */
.folders ul {
  list-style-type: none;
}

/* line 1300, ../../scss/styles.scss */
.folders ul li {
  background-color: #efefef;
  padding: 8px 10px;
  border-radius: 4px;
  margin: 0 0 1px 0;
}

/* line 1307, ../../scss/styles.scss */
.folders li .total {
  float: right;
  opacity: 0.4;
  font-weight: bold;
}

/* line 1313, ../../scss/styles.scss */
.folders ul li.current {
  background-color: #666;
}

/* line 1317, ../../scss/styles.scss */
.folders ul li.current a, .folders ul li.current .fa {
  color: #fff;
}

/* line 1321, ../../scss/styles.scss */
.folders ul li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1325, ../../scss/styles.scss */
.folders ul li:hover .folder__tools {
  display: block;
}

/* line 1329, ../../scss/styles.scss */
.folders .ui-droppable.ui-state-hover {
  box-shadow: 0 0 0 3px #d1d1d1 inset;
}

/* line 1333, ../../scss/styles.scss */
.folders .ui-droppable.ui-state-hover .fa-folder, .folders .fa-folder-open {
  display: none;
}

/* line 1337, ../../scss/styles.scss */
.folders .ui-droppable.ui-state-hover .fa-folder-open, .folders .fa-folder {
  display: inline-block;
}

/* line 1341, ../../scss/styles.scss */
.folders ul li .fa {
  color: #2795b6;
  margin: 0 5px 0 0;
}

/* line 1346, ../../scss/styles.scss */
.folders ul li.ui-state-active {
  box-shadow: 0 0 20px 0 #fffede;
}

/* line 1350, ../../scss/styles.scss */
.draggableHelper {
  padding: 5px 10px;
  display: inline-block;
  background-color: #fff;
  border: 2px dashed #2795b6;
  border-radius: 4px;
  box-shadow: 2px 2px 9px -2px rgba(0, 0, 0, 0.4);
}

/* line 1364, ../../scss/styles.scss */
.hotlist li {
  border-radius: 8px;
  padding: 15px 20px;
  margin: 0 0 10px 0;
  border: 2px dotted #ccc;
}

/* line 1371, ../../scss/styles.scss */
.hotlist .link {
  font-weight: bold;
}

/* line 1375, ../../scss/styles.scss */
.hotlist .count {
  float: right;
}

/* line 1379, ../../scss/styles.scss */
.hotlist .count .clicks {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: -10px;
  margin-top: -10px;
}

/* line 1388, ../../scss/styles.scss */
.hotlist .count .clicks--text {
  text-align: center;
}

/* line 1392, ../../scss/styles.scss */
.hotlist .tweet {
  font-size: 14px;
}

/* line 1396, ../../scss/styles.scss */
.hotlist .screen_name {
  float: left;
  margin-right: 10px;
}

/* line 1401, ../../scss/styles.scss */
.hotlist .link .fa {
  margin-right: 5px;
}

/* line 1405, ../../scss/styles.scss */
.hotlist li:first-child .tweet {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
}

/* line 1411, ../../scss/styles.scss */
.hotlist li:first-child {
  border: 3px solid red;
}

/* Google Maps :: Foundation fix */
/* line 1417, ../../scss/styles.scss */
#map-canvas *, #map-canvas *:before, #map-canvas *:after {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

/* line 1422, ../../scss/styles.scss */
#map-canvas img {
  max-width: none;
}

/* line 1425, ../../scss/styles.scss */
#map-canvas label {
  width: auto;
  display: inline;
}

/* line 1431, ../../scss/styles.scss */
#map-canvas img,
#map-canvas object,
#map-canvas embed {
  max-width: none;
  height: auto;
}

/* line 1441, ../../scss/styles.scss */
.vert.dashboard {
  padding: 15px 1px;
  overflow: hidden;
  text-align: center;
}

/* line 1447, ../../scss/styles.scss */
.vert.sidebar {
  margin-top: 20px;
}

/* Tipster */
/* line 1455, ../../scss/styles.scss */
.tooltipster-content h4 {
  color: #fff;
}

/* line 1461, ../../scss/styles.scss */
.copied {
  display: none;
  padding: 8px;
  position: absolute;
  margin: -10px 0 0 10px;
  font-weight: bold;
  background-color: #fff;
  z-index: 9999;
}

/* line 1471, ../../scss/styles.scss */
section .title .fa {
  font-size: 28px;
  float: right;
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: -3px;
  opacity: 0.25;
}

/* line 1483, ../../scss/styles.scss */
.main-big {
  float: right;
}

/* line 1486, ../../scss/styles.scss */
.main-little {
  float: left;
}

@media only screen and (max-width: 550px) {
  /* line 1491, ../../scss/styles.scss */
  h1.title {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 30px;
  }

  /* line 1497, ../../scss/styles.scss */
  #tip-charleft {
    display: none;
  }

  /* line 1501, ../../scss/styles.scss */
  .hide-on-mobile {
    display: none;
  }

  /* line 1502, ../../scss/styles.scss */
  .show-on-mobile {
    display: inherit !important;
  }

  /* line 1504, ../../scss/styles.scss */
  .main-big {
    float: inherit;
  }

  /* line 1507, ../../scss/styles.scss */
  .main-little {
    float: inherit;
  }

  /* line 1511, ../../scss/styles.scss */
  .quickLink .hint {
    margin-bottom: 20px;
  }

  /* line 1515, ../../scss/styles.scss */
  .frmNewLink label[for=tweet] {
    display: block;
    clear: both;
    font-size: 17px;
  }
  /* line 1520, ../../scss/styles.scss */
  .frmNewLink #remaining {
    position: absolute;
    font-size: 12px;
    right: 31px;
    top: 30px;
    background-color: #fff;
    color: #666;
    padding: 5px;
  }
  /* line 1529, ../../scss/styles.scss */
  .frmNewLink #tweet {
    height: 105px;
    padding-top: 24px;
  }
  /* line 1534, ../../scss/styles.scss */
  .frmNewLink .text-right {
    text-align: center !important;
  }

  /* line 1539, ../../scss/styles.scss */
  .top_actions {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
  }

  /* line 1547, ../../scss/styles.scss */
  .quickLink .linksOption {
    margin-top: 10px;
  }
  /* line 1551, ../../scss/styles.scss */
  .quickLink .hint {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
  }
  /* line 1559, ../../scss/styles.scss */
  .quickLink .button {
    margin: 30px 0 0 0 !important;
  }
}
/* Table Styles */
/* line 1568, ../../scss/styles.scss */
.dataTables_filter, .dataTables_length {
  width: 200px;
}
/* line 1570, ../../scss/styles.scss */
.dataTables_filter label, .dataTables_length label {
  line-height: 28px;
}
/* line 1573, ../../scss/styles.scss */
.dataTables_filter input, .dataTables_length input {
  float: right;
  width: calc(100% - 60px);
}
/* line 1577, ../../scss/styles.scss */
.dataTables_filter select, .dataTables_length select {
  float: right;
  width: calc(100% - 150px);
}

/* line 1583, ../../scss/styles.scss */
.chromeLink {
  padding: 15px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #158ab2;
  color: #fff;
  margin: 0 0 20px 0;
  clear: both;
  overflow: hidden;
}
/* line 1593, ../../scss/styles.scss */
.chromeLink h5 {
  margin: 0 0 0 0;
  color: rgba(0, 0, 0, 0.5);
  float: left;
  width: 60%;
}
/* line 1599, ../../scss/styles.scss */
.chromeLink a {
  color: #fff;
  text-align: right;
  float: right;
  display: inline-block;
  line-height: 40px;
}
