/* mobile_application_modal.css */

@charset "UTF-8";

#mobile-application-modal {
   font-family: sans-serif, Verdana, Geneva, sans-serif;
}

#mobile-modal-logo {
  float: left;
  display: inline-block;
}

#mobile-modal-tfp-logo-house-only {
  height: 85px;
}

#mobile-modal-header {
  float: left;
  display: inline-block;
  width: 610px;
  margin-top: 20px;
}

#mobile-modal-title {
  display: inline-block;
  font-weight: bold;
  font-size: 110%;
}

#mobile-modal-introduction {
  display: inline-block;
  font-weight: bold;
  font-size: 80%;
}

#mobile-modal-left-section {
  float: left;
  width: 550px;
  /*height: 375px;*/
  margin-left: 100px;
}

#mobile-modal-phone-image-1-section {
  float: left;
}

#mobile-modal-phone-image-1 {
  height: 275px;
}

#mobile-modal-left-text {
  float: left;
  width: 350px;
  margin-left: 20px;
}

#mobile-modal-right-section {
  float: right;
  width: 600px;
  /*height: 375px;*/
  margin-right: 100px;
  margin-top: -120px;
}

#mobile-modal-phone-image-2-section {
  float: right;
}

#mobile-modal-phone-image-2 {
  height: 275px;
}

#mobile-modal-right-text {
  float: right;
  width: 350px;
  margin-top: 150px;
  margin-right: 20px;
}

#mobile-modal-coming-soon {
  font-size: 80%;
  color: red;
  margin-left: 80px;
}

#mobile-modal-download-buttons {
  text-align: center;
  margin-top: 10px;
}

#mobile-modal-google-play-image {
  display: inline-block;
  width: 150px;
  cursor: pointer;
}

#mobile-modal-apple-store-image {
  display: inline-block;
  width: 150px;
  cursor: pointer;
}

.mobile-modal-text-bold {
  font-weight: bold;
  font-size: 80%;
}

.mobile-modal-text-header {
  font-weight: bold;
  font-size: 120%;
  margin-top: 5px;
  /*border-bottom: 4px solid #e57124;*/
  border-bottom-style: solid;
  border-width: 4px;
  border-color: #d7d7d7;
}

.mobile-modal-text {
  display: inline;
  font-weight: bold;
  font-size: 80%;
  
}
