div.reply_boxes { width: 86%; margin: 0 auto; border: lightblue 1px solid; border-radius: 3%; margin-bottom: 3px; background: #F0F8FF!IMPORTANT; color: #002060; margin-top: -15px;}
.uploadReplyImage {background: #FAD2D2!IMPORTANT; padding: 5px!IMPORTANT; border: solid 2px #ff0000!IMPORTANT;}
.popupCloseBtn {background: #fff!IMPORTANT; border: 2px solid #ab0000!IMPORTANT;}
#all-comments-close-popup {width: 71%; position: fixed; background: #D3EAF5; padding: 15px; z-index: 10000;}
.reply-btn {border: none; background: none; font-size: 12px;}
.more-replies-btn {border: none; background: none; font-size: 12px;}
div.reply_to_reply_boxes {width: 64%; margin-left: 29%; border: lightblue 1px solid; border-radius: 3%; background: #E3EFFA; color: #002060; padding: 7px; margin-top: -15px;}
.reply-to-reply-form {width: 64%; margin-left: 32%; background: none; padding: 10px;}
h2 {color: fff; text-align: center;}
p {color: fff; text-align: center;}
html {scroll-padding-top: 110px;}

#see-post-icon {height: 20px; width: auto; vertical-align: middle; float: none;}
#alert-post-icon {height: 20px; width: auto; vertical-align: middle;}
#getPostDiv {display: inline; float: right; margin-right: 15px;}
.tooltipfloat {
    position: relative;
    display: inline-block;
    border-bottom: none;
}

.tooltipfloat .tooltiptextfloat {
    visibility: hidden;
    font-size: 16px;
    font-family: sans-serif;
    color: #002060;
    font-weight: normal;
    border: #ab0000 2px solid;
    padding: 15px 15px 15px 15px;
    display: block;
    z-index: 100;
    background: #fff;
    left: 0px;
    margin-top: 15px;
    margin-left: -350px;
    width: 400px;
    position: absolute;
    top: 10px;
    text-decoration: none;
    text-align: center;

  /* Position the tooltipfloat */
    position: absolute;
    z-index: 20;
}

.tooltipfloat:hover .tooltiptextfloat {
    visibility: visible;
}

#watermarkDiv {
    width: 100%;
    height: auto;
    text-align: right;
    padding-right: 5px;
}
#watermarkDiv img {
    height: 35px;
    width: auto;
    background: url(../style/header-sliver-watermark.jpg) repeat-x;
    background-size: auto 35px;
}

/* iPhone */
  @media only screen 
  and (min-device-width : 50px) 
  and (max-device-width : 709px){
      .mobileHide {display: none;}
      .mobileShow {display: inline;}
      #see-post-icon {height: 40px; width: auto;}
      .more-replies-btn {font-size: 20px!IMPORTANT;}
      .all-replies-btn {font-size: 20px!IMPORTANT;}
      .reply-btn {font-size: 20px!IMPORTANT;}
      .reply-to-reply-form {margin: 0; width: 100%;}
  }