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;}
div.reply_to_reply_boxes {width: 64%; margin-left: 29%; margin-bottom: 20px; border: lightblue 1px solid; border-radius: 3%; background: #BAD3EA; color: #002060; padding: 7px; margin-top: -15px;}
.reply-to-reply-form {width: 64%; margin-left: 32%; background: none; padding: 10px;}
.del_status_conf_box{text-align: center; font-size: 16px; padding: 10px; background: lightblue; border: solid 2px #ab0000;}
#addListingBtn {color:#fff; font-size:16px; background:#006ec6; padding:7px; border:solid 3px #006ec6; border-radius:10px;}
#addListingBtn:hover {color:#002060; background:none; border:solid 3px #ff0000;}
.uploadReplyImage {background: #FAD2D2!IMPORTANT; padding: 5px!IMPORTANT; border: solid 2px #ff0000!IMPORTANT;}
.popupCloseBtn {background: #fff!IMPORTANT; border: 2px solid #ab0000!IMPORTANT;}
#user-meta {font-size: 10px;}
.goback-button{border:none; background:none; color:#fff; font-size:14px; padding:3px; vertical-align: top; margin-top: 10px;}
.goback-button:hover{background:#ab0000;}
#header_logo_image {margin-top: 10px;}
.tooltipuser {
    position: relative;
    display: inline-block;
    border-bottom: none;
}
.tooltipuser .tooltipusertext {
    visibility: hidden;
    font-size: 16px;
    font-family: sans-serif;
    color: #002060;
    font-weight: bold;
    border: #ab0000 7px groove;
    padding: 15px 15px 15px 15px;
    display: block;
    z-index: 100;
    background: #ADD8E6;
    left: 0px;
    margin-top: 20px;
    margin-left: -50px;
    width: 500px;
    position: absolute;
    top: 10px;
    text-decoration: none;
    text-align: center;
  /* Position the tooltip */
    position: absolute;
    z-index: 20;
}
.tooltipuser:hover .tooltipusertext {
    visibility: visible;
}
#templateStatusHomeImageHover {
    width: 175px;
    height: 175px;
    vertical-align: middle;
    border: inset #cc0000 7px;
    border-radius: 60%;
    object-fit: contain;
    background: rgba(0, 0, 128, .7);
}
#templateStatusHomeNameHover {
    font-size: 30px;
    margin-left: 10px;
}
.reply-btn {border: none; background: none; font-size: 12px;}
.more-replies-btn {border: none; background: none; font-size: 12px;}
#onOfflineStsPgs {color: #002060; margin: 20px 0px 20px 0px;}
/* iPhone */
  @media only screen 
  and (min-device-width : 50px) 
  and (max-device-width : 709px){
      .mobileHide {display: none;}
      .mobileShow {display: inline;}
      #addListingBtn {font-size: 45px;}
      #user-meta {font-size: 16px;}
      .more-replies-btn {font-size: 20px;}
      .all-replies {font-size: 20px;}
      .reply-btn {font-size: 20px;}
      .goback-button {font-size: 17px; padding: 30px; width: 50%;}
      .column2Page {background: #002060!IMPORTANT;}
  }