/* === app-title: icon, name and tagline above the intro === */

#app-title {
    text-align: center;
    margin-bottom: 0.5cm;
}

#app-title img {
    max-width: 128px;
    margin: 0 auto 0.15cm;
}

#app-title h2 {
    margin-bottom: 0.1cm;
}

#app-title p.tagline {
    margin: 0 auto;
    max-width: 9cm;
    font-size: 0.9em;
    color: #666666;
}

/* === A note below the feature list === */

p.platform-note {
    margin-top: 0.75cm;
    margin-bottom: 0;
    font-size: 0.9em;
    color: #666666;
}

/* === A QR code linking to a download or a provisioning payload === */

.qr-block {
    text-align: center;
    margin: 0.5cm 0;
}

.qr-block img {
    max-width: 280px;
    border: 1px solid #cccccc;
}

/* === A loud, up-front disclaimer === */

.disclaimer {
    border: 2px solid #b30000;
    background: #fff3f3;
    color: #7a0000;
    padding: 0.35cm 0.5cm;
    margin-bottom: 0.5cm;
}

.disclaimer p:last-child {
    margin-bottom: 0;
}
