body {
  /*min-width: 678px;*/
  min-width: 900px;
}

/*Override header bottom margin to 0 on intro page only. */
#div-header {
  margin-bottom: 0 !important;
}

/* Moved from intro.tt */
label, input {
  display:block;
}

input.text {
  margin-bottom:12px;
  width:95%;
  padding: .4em;
}

fieldset {
  padding:0;
  border:0;
  margin-top:25px;
}

.ui-dialog .ui-state-error {
  padding: .3em;
}

.validateTips {
  border: 1px solid transparent;
  padding: 0.3em;
}

#div-intro-page-top {
  margin-left:10%;
  margin-right:10%;
}
  
#div-intro-page-bottom {
  background-color:#e3e4e5;
  width: 100%;
  min-width: 686px;
}

#div-intro-bottom-container {
    margin-bottom:10px;
    margin-left:10%;
    margin-top:27px;
    margin-right:10%;
}

#div-creating {
  display:none;
  position: fixed;
  top: 50%;
  left: 50%;
  background: no-repeat center bottom #eee;
  border:5px solid #999;
  padding:20px;
  margin-left: -100px;
  margin-top: -50px;
  z-index:2;
  overflow: auto;
}
#div-creating #div-message {
  margin-top:-10px;
  font-weight:bold;
  overflow: auto;
}
#div-creating #div-spinner {
  height:40px;
  background:url(/ajax-loader.gif) no-repeat center bottom;
}

#div-login-helper-container {
  width: 100%;
  float: left;
}

#div-login-helper {
  border: 3px solid #E2E3E4;
  padding: 10px;
  float: right;
}

#div-login-helper a {
  color: #97AD47;
  text-decoration: none;
}

/*****/

/* Moved from qt-all.css */
#div-intro-left {
  /* Right padding matches div-intro-right's total width */
  padding: 0 63% 10px 0;
}

#div-intro-left-top {
  padding-top: 10px;
}

#p-intro-headline {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size:2.1em;
  font-weight:bold;
  color:#054f89;
  margin: 0;
  line-height:1.1em;
  letter-spacing: 0.025em;
}

.p-intro-detail {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
}

#p-learnmore {
  margin-top:-10px;
}

.span-button-start {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
}

/*****/
#div-details {
  display:none;
  position:absolute;
  right:0;
  bottom:0;
  /* width should match div-intro-right and padding-right in div-intro-left*/
  width: 63%;
}

#div-details-inner {
    padding-left:2.5em;
    padding-right:1em;
}

.span-details-heading {
    font-weight:bold;
    color: #054f89;
}

#span-left-arrows {
    display:none;
    font-family:Courier New, Courier, fixed;
    font-weight:bold;
    font-size:2.4em;
    color: #b8c7d3;
}

#div-intro-right {
  /* Affix to bottom right corner of the div so that it remains just above the blue bar. */
  position:absolute;
  right:0;
  bottom:0;
  /* width should match div-details and padding-right in div-intro-left*/
  width: 63%; 
}

#img-screen-shot-left, #img-screen-shot-right {
  width: 6%;
  max-width:35px;
}

#img-screen-shot-middle {
  width: 88%;
  max-width:536px;
}

#div-intro-info-container {
  /*margin-top: 40px;*/
  position: relative;
  min-width: 678px;
}

.p-intro-body
{
font-family: 'Lato', Arial, Helvetica, sans-serif;
font-size:1.2em;
line-height:1.3em;
}

.p-intro-body a {
color:#97ad47;
}

#button-start-bigger
{
display:table-cell;
width:342px;
border-top: 2px solid #ccccff;
border-right: 2px solid #ccccff;
border-bottom: 2px solid #333399;
border-left: 2px solid #333399;
background-color: #2a5c9c; /* fallback color if gradients are not supported */
background-image: -webkit-linear-gradient(top, #3a6cac, #1a2c8); /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
background-image:    -moz-linear-gradient(top, #3a6cac, #1a2c8); /* For Firefox (3.6 to 15) */
background-image:      -o-linear-gradient(top, #3a6cac, #1a2c8); /* For old Opera (11.1 to 12.0) */ 
background-image:         linear-gradient(to bottom, #3a6cac, #1a2c8c); /* Standard syntax; must be last */
padding-top:10px;
padding-bottom:15px;
text-align:center;
vertical-align: middle;
color:#ffffff;
font-weight:bold;
font-size:2em;
letter-spacing:0.5px;
}

.button-pro
{
background-color: #8FA549; /* fallback color if gradients are not supported */
background-image: -webkit-linear-gradient(top, #8FA549, #4f7509); /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
background-image:    -moz-linear-gradient(top, #8FA549, #4f7509); /* For Firefox (3.6 to 15) */
background-image:      -o-linear-gradient(top, #8FA549, #4f7509); /* For old Opera (11.1 to 12.0) */ 
background-image:         linear-gradient(to bottom, #8FA549, #4f7509); /* Standard syntax; must be last */

border-left: 1px solid #65812c;
border-top: 1px solid #65812c;
border-right: 1px solid #3f6500;
border-bottom: 1px solid #3f65500;
padding-left:15px;
padding-right:0.15em;
text-align:center;
vertical-align: middle;
color:#FFFFFF;
font-family: 'Lato', Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:1.2em;
}

.button-pro-intro
{
    padding-top:1em;
    padding-bottom:1em;
    display:inline-block;
}

.button-pro-word
{
display:inline-block;
background-color: #CD8F28;
background-image: -webkit-linear-gradient(top, #fdaf48, #bd7f18); /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
background-image:    -moz-linear-gradient(top, #fdaf48, #bd7f18); /* For Firefox (3.6 to 15) */
background-image:      -o-linear-gradient(top, #fdaf48, #bd7f18); /* For old Opera (11.1 to 12.0) */ 
background-image:         linear-gradient(to bottom, #fdaf48, #bd7f18); /* Standard syntax; must be last */
border-left: 1px solid #65812c;
border-top: 1px solid #65812c;
border-right: 1px solid #65812c;
border-bottom: 1px solid #65812c;
padding-left:0.1em;
padding-right:0.1em;
padding-top:4px;
padding-bottom:5px;
text-align:center;
color:#FFFFFF;
font-family: 'Lato', Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:1.2em;
}

/* Learn more about Pro button */
#div-bottom-left {
max-width:359px;
vertical-align:top;
margin-bottom:1em;
margin-right:1em;
float: left;
}

#div-bottom-right {
float:left;
max-width:820px;
}

#div-bottom-right p {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}

#div-footer {
clear:both;
}

#table-bottom-right {
border-top: 1px solid #FFFFFF;
background-color:#F0F0F0;
}

#img-bottom-right-shadow {
width:100%;
height:12px;
}

.div-bottom-row-icon {
vertical-align:top;
}

.div-bottom-row-text {
}

.span-feature-head {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight:bold;
}

.div-line-break {
  clear: both;
}

.a-linked-button, .a-linked-button:visited {
    text-decoration: none;
    color: white !important;
}

/* Search input */
#navbutton-search-container {
  float: left;
  padding: 9px 15px 0;
}

#navbutton-search-input {
  height: 16px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #CCCCCC;
  border-radius: 5px 0 0 5px;
  padding: 3px 0px 3px 3px;
  float: left;
  margin: 0;
}

#navbutton-search-input:focus {
  outline: 0 none;
}

#navbutton-search-icon {
  width: 16px;
  height: 16px;
  float: left;
  background: #FFFFFF url("/magnifier.png") no-repeat scroll right center;
  padding: 3px 0px 3px 3px;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #CCCCCC;
  border-radius: 0 5px 5px 0;
  margin: 0;
}

/* Don't show this unless we're on a small screen */
#p-intro-mobile-friendly
{
    display:none;
}