#container {overflow: visible;}
div.status_boxes{width:90%; margin:0 auto;}
#header{background:#002060; border-bottom:groove 4px #ff0000; margin-bottom:10px;}
.logo-name{color:#fff;}
.goback-button{border:none; background:none; color:#fff; font-size:14px; padding:3px; vertical-align: top;}
.goback-button:hover{background:#ab0000;}
a.anchor {display: block; position: relative; top: -140px; visibility: hidden;}
#container {width: 70%; background: #002060;}
#headerLogo{margin-top: 10px;}
.galImageCloseBtn{background: none; border: solid 2px #ab0000; color: #fff; margin-left: 10%; margin-right: 20px; margin-top: 10px; margin-bottom: 10px;}
.galImageCloseBtn:hover{background: #ab0000; border: solid 2px #0000ab;}
.light{position: fixed; top: 30%; left: 35%; width: 40%; height: 75%; padding: 5px; border: 10px groove #ab0000; background-color: #fff; z-index: 1002; overflow: auto;}
#goToPageLink a {color: #ab0000; text-decoration: underline !important;}
#goToPageLink a:hover {color: #0000ab;}
.del_status_conf_box{text-align: center; font-size: 16px; padding: 10px; background: lightblue; border: solid 2px #ab0000;}
#lightdropdown {top: 30%; left: 30%; width: 50%; height: 500px; padding-bottom: 25px; border: 3px solid #ab0000; background-color: #fff;}
#user-icon {vertical-align:middle; width: 40px; height: 40px; border:none; border-radius:50%;}
#user-name {font-size: 16px; margin-left: 5px; vertical-align: middle;}
#user-meta {font-size: 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;
    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;
}
.neonText {
  color: #0000ab;
  text-shadow:
      0 0 7px #fff,
      0 0 8px #fff,
      0 0 9px #fff,
      0 0 10px #ab0000,
      0 0 11px #ab0000,
      0 0 12px #ab0000,
      0 0 13px #ab0000,
      0 0 14px #ab0000;
}
#onOfflineStsPgs {color: #002060; margin: 20px 0px 20px 0px;}

/* STYLES FROM 'post-change-file-upload.php' */
#goback-button-upload{border: solid 1px #ab0000; background: #0000ff; color: #fff; font-size: 14px; padding: 3px; vertical-align: middle;}
#goback-button-upload:hover{border: solid 1px #0000ff; background: #ab0000;}
#uploadStatusImage img {width: auto; height: 20px; margin-right: 10px; background: #fff;}
#uploadStatusImage img:hover {background: #D2D2EA;}
#uploadVideoUser img {width: auto; height: 20px; margin-right: 10px; background: #fff;}
#uploadVideoUser img:hover {background: #D2D2EA;}
#uploadAudioUser img {width: auto; height: 20px; background: #fff;}
#uploadAudioUser img:hover {background: #D2D2EA;}
.sb {background: blue; border: solid .5px blue;}

/* iPhone */
  @media only screen 
  and (min-device-width : 50px) 
  and (max-device-width : 709px){
      .mobileHide {display: none;}
      .mobileShow {display: inline;}
      #container {width: 100%; background: #002060;}
      .goback-button {font-size: 17px;}
      #mobilebottommenu{background:#002060; border-top:groove 4px #ff0000;}
      .galImageCloseBtn{font-size: 20px;}
      .light{left: 15%; width: 80%;}
      img.friendsearchpics{width: 100px; height: 100px;}
      #searchFriendInput{font-size: 30px;}
      .del_status_conf_box{font-size: 35px;}
      #statusarea{font-size: 35px; width: 97%; margin: 0 auto;}
      .likeBtn {font-size: 30px;}
      .dislikeBtn {font-size: 30px;}
      #user-icon {width: 90px; height: auto;}
      #user-name {font-size: 40px;}
      #user-meta {font-size: 16px;}
      #goback-button-upload {font-size: 17px;}
      #uploadStatusImage img {width: auto; height: 40px; margin-right: 10px; background: #fff;}
      #uploadVideoUser img {width: auto; height: 40px;}
      #uploadAudioUser img {width: auto; height: 40px;}
}