.nt-prompt-bubble {
  /* Styling */
  padding: 25px;
  background: #f2f2f2;
  text-align: center;
  border-radius: 5px;
  line-height: 1 !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11), 0 14px 56px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 50px 0 rgba(0, 0, 0, 0.1);
  /* Positioning */
  position: fixed;
  z-index: 9999999999999999;
  margin-left: -137.5px;
  /* Sizing */
  width: 100%;
  max-width: 225px;
  /* Content */
  /* Position */
  /* Prompt */
  /* Globals */
  -webkit-animation: prompt-bubble-bounce 2s infinite ease-in-out;
  -moz-animation: prompt-bubble-bounce 2s infinite ease-in-out;
  -o-animation: prompt-bubble-bounce 2s infinite ease-in-out;
  animation: prompt-bubble-bounce 2s infinite ease-in-out; }
  .nt-prompt-bubble:before {
    content: ' ';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent; }
  .nt-prompt-bubble .prompt-bubble-content {
    /* Global */ }
    .nt-prompt-bubble .prompt-bubble-content p {
      padding: 0;
      margin: 0;
      line-height: 1.7em !important;
      font-size: 12px !important; }
    .nt-prompt-bubble .prompt-bubble-content * {
      border: 0 !important;
      background: none !important;
      line-height: 0; }
  .nt-prompt-bubble.prompt-bubble-inverse {
    background: #333333;
    /* Arrow */ }
    .nt-prompt-bubble.prompt-bubble-inverse .prompt-bubble-content {
      color: #f2f2f2; }
    .nt-prompt-bubble.prompt-bubble-inverse:before {
      border-top: 10px solid #333333 !important; }
  .nt-prompt-bubble.nt-prompt-bubble-bottom {
    bottom: 25px;
    left: 50%; }
    .nt-prompt-bubble.nt-prompt-bubble-bottom:before {
      content: ' ';
      position: absolute;
      margin-left: -10px;
      bottom: -10px;
      left: 50%;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #f2f2f2; }
    .nt-prompt-bubble.nt-prompt-bubble-bottom .nt-close-prompt-bubble {
      top: -15px;
      right: -15px; }
  .nt-prompt-bubble .instructions {
    text-align: center; }
    .nt-prompt-bubble .instructions img {
      display: inline-block;
      clear: both; }
  .nt-prompt-bubble.nt-prompt-bubble-top-right {
    right: 5px;
    top: 25px; }
    .nt-prompt-bubble.nt-prompt-bubble-top-right:before {
      margin-left: -10px;
      top: -10px;
      right: 10px;
      border-bottom: 10px solid #f2f2f2; }
    .nt-prompt-bubble.nt-prompt-bubble-top-right .nt-close-prompt-bubble {
      left: -15px;
      bottom: -15px; }
  .nt-prompt-bubble .nt-close-prompt-bubble {
    color: #ffffff;
    text-decoration: none;
    line-height: 30px;
    font-size: 1.6em;
    position: absolute;
    border-radius: 50px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    width: 40px;
    height: 40px;
    border: 3px solid #ffffff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e84a4a+0,c62828+100 */
    background: #e84a4a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e84a4a 0%, #c62828 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e84a4a), color-stop(100%, #c62828));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e84a4a 0%, #c62828 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e84a4a 0%, #c62828 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e84a4a 0%, #c62828 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #e84a4a 0%, #c62828 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e84a4a', endColorstr='#c62828',GradientType=0 );
    /* IE6-9 */ }
  .nt-prompt-bubble * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%; }

.nt-prompt-bubble-icon {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 15px; }

.nt-app {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important; }

.nt-clear {
  margin-top: 15px;
  float: left;
  clear: both;
  width: 100%; }

.nt-prompt-sidebar {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.1); }
  .nt-prompt-sidebar .nt-container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    line-height: 75px;
    font-size: 14px !important;
    color: #ffffff !important; }
    .nt-prompt-sidebar .nt-container strong {
      font-weight: normal;
      color: #ffffff !important; }
  .nt-prompt-sidebar .nt-app,
  .nt-prompt-sidebar .nt-clear {
    float: left;
    clear: none;
    width: auto;
    margin: 0;
    color: #ffffff; }
  .nt-prompt-sidebar .nt-clear {
    color: #ffffff !important;
    line-height: 75px !important; }
  .nt-prompt-sidebar .nt-app {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    display: inline-block;
    margin-top: 15px; }

@media only screen and (max-width: 767px) {
  .nt-prompt-sidebar {
    display: none !important; } }
@-webkit-keyframes prompt-bubble-bounce {
  0% {
    transform: translateY(0); }

  50% {
    transform: translateY(-10px); }

  100% {
    transform: translateY(0px); } }

@-moz-keyframes prompt-bubble-bounce {
  0% {
    transform: translateY(0); }

  50% {
    transform: translateY(-10px); }

  100% {
    transform: translateY(0px); } }

@-o-keyframes prompt-bubble-bounce {
  0% {
    transform: translateY(0); }

  50% {
    transform: translateY(-10px); }

  100% {
    transform: translateY(0px); } }

@keyframes prompt-bubble-bounce {
  0% {
    transform: translateY(0); }

  50% {
    transform: translateY(-10px); }

  100% {
    transform: translateY(0px); } }
