html {
    overflow-y: scroll;
}
html, body{
    height: 100%;
}
body{
    font-family: 'Open Sans', sans-serif;
}
#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -52px; /* the bottom margin is the negative value of the footer's height */
}
#wrapper nav {
    margin-bottom: 0;
    border-radius: 0;
}
footer, .push {
    height: 52px; /* .push must be the same height as .footer */
}
.footer-content {
    border: 1px solid #e7e7e7;
    border-bottom: none;
    background: #f8f8f8;
    line-height: 49px;
}

.small-muted {
    font-size: 12px;
    color: #AAA;
}

#page-install h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    color: #555;
    margin: 50px 0 30px 0;
}
#page-install h1 a{
    display: inline-block;
    color: #7DB4B5;
    border-bottom: 1px solid #7DB4B5;
}
#page-install h1 a:hover, h1 a:focus{
    color: #7DB4B5;
    border-color: #fff;
    text-decoration: none;
}
#page-install h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

#page-install .tooltip{
    min-width: 200px;
}
#page-install .tooltip .tooltip-inner{
    font-size: 12px;
    text-align: left;
    padding: 5px 8px 5px 10px;
}
#page-install .panel .recaptcha-tip{
    margin-bottom: 20px;
}

