#header {background: #002060!IMPORTANT;}
#header > #headerWrap > #headerLogo {margin-top: 0;}
#container {width: 85% !IMPORTANT; background: #002060;}
.sideleftPstIdurl {float: left; width: 25%; text-align: center; color: #E8CACA!IMPORTANT; margin-right: 1%; background: #002060!IMPORTANT; padding: 15px; padding-top: 0;}
#content-area {width: 69%; background: #002060!IMPORTANT; border: solid 1px #FAD2D2; padding: 0; float: right;}
#statusarea {width: 96%; background: #002060!IMPORTANT;}
.sb {width: 85%; background: blue; border: solid .5px blue;}
h3 {color: #E8CACA!IMPORTANT; line-height: 75%;}
h2 {color: #E8CACA!IMPORTANT; margin-top: 50px;}
p {color: #E8CACA!IMPORTANT; line-height: 75%;}
#not_a_member {color: #E8CACA!IMPORTANT;}
#forgot_password_link a:link {color: #E8CACA!IMPORTANT;}
#forgot_password_link a:visited {color: #E8CACA!IMPORTANT;}
#forgot_password_link a:hover {color: #ff0000!IMPORTANT;}
#pst_shurl_vid {width: 90%; height: auto; border: groove 1px #ab0000;}
/* iPhone */
  @media only screen 
  and (min-device-width : 50px) 
  and (max-device-width : 709px){
      .mobileHide {display: none;}
      .mobileShow {display: inline;}
      #container {width: 100%!IMPORTANT;}
      #content-area {width: 100%!IMPORTANT;}
      .sideleftPstIdurl {display: none;}
      #user-name {font-size: 20px;}
      #user-icon {width: 50px!IMPORTANT;}
      #statusarea {width: 100%; font-size: 20px;}
  }