#container {background: none;}
#content-area {text-align: center; width: 75%; padding: 25px; padding-bottom: 100px;}
#parText {color: #0000ab; font-size: 16px; margin: 4px;}
#welcomeToTextHeader {color: #ab0000; line-height: 50%;}
.center {margin-left: auto; margin-right: auto;}
#howWeAreDifferent {font-size: 15px; color: #0000ab; width: 100%; padding: 5px;}
#howWeAreDifferentText {font-size: 12px;}
td {text-align: left; width: 33.33%; vertical-align: top;}
#better-place-div {display: flex; justify-content: center; align-items: center; background: #000080; border: ridge 5px #ff0000; padding: 20px; overflow: auto;}
#better-place-header {color: #fff; line-height: 110%;}
#better-place-img {width: 30%; height: auto; border: ridge 4px #ab0000; border-radius: 50%; margin-right: 15px;}
#better-place-text-div {text-align: left; padding: 20px;}
  /* iPad */
@media only screen 
  and (min-device-width : 710px) 
  and (max-device-width : 1215px){
     .iPadHide {display: none;}
     .iPadShow {display: inline;}
     #howWeAreDifferentText {font-size: 10px;}
  }
  /* iPhone */
@media only screen 
  and (min-device-width : 50px) 
  and (max-device-width : 709px){
      .mobileHide {display: none;}
      .mobileShow {display: inline;}
      #content-area {width: 100%; padding: 10px;}
      #whatMakesUsDiffBtn {font-size: 16px; color: #fff; background: #0000ff; border: solid 2px #ff0000; padding: 5px;}
      #mobile_privacy_terms_anchor{font-size: 14px; color: #0000ab; text-decoration: none;}
      #mobile_privacy_terms_anchor:hover{color: #ab0000;}
      #better-place-img {width: 40%;}
  }