/* browser_mobile_modal.css */

@charset "UTF-8";

#browser-mobile-application-modal {
   font-family: sans-serif, Verdana, Geneva, sans-serif;
}

#browser-mobile-modal-logo {
  float: left;
  display: inline-block;
}

#browser-mobile-modal-tfp-logo-house-only {
  height: 85px;
  width: 80px;
}

#browser-mobile-modal-header {
  float: left;
  display: inline-block;
  width: 605px;
  margin-top: 20px;
}
/*
#browser-mobile-modal-title {
  display: inline-block;
  font-weight: bold;
  font-size: 110%;
}
*/

#browser-mobile-application-modal {
  padding-bottom: 20px;
}

#browser-mobile-modal-introduction {
  display: inline-block;
  font-weight: bold;
  font-size: 110%;
}

#browser-mobile-modal-content {
  overflow: hidden;
  position: relative;
}

#browser-mobile-modal-top-text {
  display: inline-block;
  font-weight: bold;
  font-size: 110%;
  margin-left: 20px;
}

#browser-mobile-modal-icon-image {
  margin-left: 20px;
  width: 660px;
}

#browser-mobile-middle-text {
  float: right;
  font-weight: bold;
  font-size: 110%;
  margin-right: 30px;
}

#browser-mobile-bottom-text {
  font-weight: bold;
  font-size: 100%;
  margin-left: 40px;
}
#browser-mobile-modal-digicert {
  float: right;
  margin-right: 25px;
  margin-top: 15px;
}

#browser-mobile-modal-browser-get-app-container {
  float: left;
  width: 325px;
  margin-top: 20px;
  margin-left: 10px;
  text-align: center;
}

#browser-mobile-modal-browser-get-app {
  display: inline-block;
  border-radius: 6px;
  width: 275px;
  height: 30px;
  font-weight: bold;
  font-size: 110%;
  padding-top: 5px;
  margin-right: 20px;
  cursor: pointer;
}

#browser-mobile-modal-browser-learn-more {
  margin-top: 10px;
  font-size: 110%;
  cursor: pointer;
}

#browser-mobile-modal-browser-learn-more:hover {
  text-decoration: underline;
}

#browser-mobile-modal-mobile-get-app-container {
  float: right;
  width: 325px;
  margin-top: 20px;
  margin-right: 0px;
  text-align: center;
}

#browser-mobile-modal-mobile-get-app {
  display: inline-block;
  border-radius: 6px;
  width: 275px;
  height: 30px;
  font-weight: bold;
  font-size: 110%;
  padding-top: 5px;
  /*margin-right: 20px;*/
  cursor: pointer;
}

#browser-mobile-modal-mobile-learn-more {
  margin-top: 10px;
  font-size: 110%;
  cursor: pointer;
}

#browser-mobile-modal-mobile-learn-more:hover {
  text-decoration: underline;
}

/*
#browser-mobile-modal-left-section {
  float: left;
  width: 325px;
  height: 375px;
  margin-left: 10px;
}

#browser-mobile-modal-tfp-small-logo {
  float: left;
}

#browser-mobile-modal-tfp-small-logo-image {
  height: 40px;
}

#browser-mobile-modal-browser-image-container {
  text-align: center;
}

#browser-mobile-modal-browser-image {
  height: 125px;
}

#browser-mobile-modal-browser-title {
  display: inline-block;
  font-weight: bold;
  font-size: 120%;
  border-bottom: 4px solid #d7d7d7;
  margin-top: 15px;
}

#browser-mobile-modal-center-section {
  float: left;
  width: 0px;
  margin-left: 348px;
  border: 2px solid #d7d7d7;
  position: absolute;
  top: 0;
  bottom: 0;
}

#browser-mobile-modal-right-section {
  float: right;
  width: 325px;
  height: 375px;
  margin-right: 10px;
}

#browser-mobile-modal-mobile-title {
  display: inline-block;
  font-weight: bold;
  font-size: 120%;
  border-bottom: 4px solid #d7d7d7;
  margin-top: 15px;
}

#browser-mobile-modal-mobile-app-icon-image {
  float: left;
  height: 35px;
  margin-right: 2px;
}

#browser-mobile-modal-mobile-image-container {
  text-align: center;
}

#browser-mobile-modal-mobile-image {
  height: 250px;
}

#browser-mobile-modal-browser-learn-more-container {
  float: left;
  width: 325px;
  margin-top: 20px;
  margin-left: 10px;
  text-align: center;
}

#browser-mobile-modal-browser-learn-more {
  display: inline-block;
  border-radius: 6px;
  width: 175px;
  height: 30px;
  font-weight: bold;
  font-size: 110%;
  margin-top: 5px;
  margin-right: 20px;
  cursor: pointer;
}

#browser-mobile-modal-mobile-learn-more-container {
  float: right;
  width: 325px;
  margin-top: 20px;
  margin-right: 10px;
  text-align: center;
}

#browser-mobile-modal-mobile-learn-more {
  display: inline-block;
  border-radius: 6px;
  width: 175px;
  height: 30px;
  font-weight: bold;
  font-size: 110%;
  margin-top: 5px;
  margin-right: 20px;
  cursor: pointer;
}
*/
.browser-mobile-exit-button  {
  float: right;
  margin-top: -15px;
  cursor: pointer;
}

.browser-mobile-modal-text {
  font-weight: bold;
  font-size: 80%;
}