#privacy-text {
    max-height: 200px;
    overflow-y: auto;
}

.well { box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2) inset; }
/*.help-block { color: #979797; }*/

/* Large desktop */
@media (min-width: 1200px) {
    .header-img {
        min-height: 200px;
        background-image: url(../images/header-lg.png);
    }
    .tooltip-inner { min-width: 400px; }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 992px) and (max-width: 1199px) {
    .header-img {
        min-height: 200px;
        background-image: url(../images/header-md.png);
    }
    .tooltip-inner { min-width: 350px; }
}

/* Landscape phone to portrait tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .header-img {
        min-height: 120px;
        background-image: url(../images/header-sm.png);
    }
    .tooltip-inner { min-width: 300px; }
}

@media (max-width: 767px) {
    #btn-lang-en {
        display: block;
        width: 100%;
    }
    .header-img-xs {
        min-height: 150px;
        background-image: url(../images/header-xs.png);
        background-repeat:no-repeat;
        background-position: center center;
    }
}

.margin-top-05 { margin-top: 0.5em; }
.margin-top-10 { margin-top: 1.0em; }
.margin-top-15 { margin-top: 1.5em; }
.margin-top-20 { margin-top: 2.0em; }
.margin-top-25 { margin-top: 2.5em; }
.margin-top-30 { margin-top: 3.0em; }
