
body {
    background-color: #000;
    color: #ddd;
    font-size: 20px;
    font-family: times, serif;
    margin: 30px 15px 30px 15px;
}
.returnersLogoArea {
    padding-bottom: 20px;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 36px;
}
h4 {
    font-size: 30px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 20px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}


a, a:visited {
    color: #99ff99;
}

.returnersResource {
    margin-bottom: 20px;
}

.returnersBibleQuote {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 2px solid #111111;
    background-color: #121212;
    padding: 20px 5px 20px 5px;
    border-radius: 5px;
    line-height: 1.8;
    max-width: 35em;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    color: #ccc;
}   

.returnersEgwQuote {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 2px solid #111111;
    background-color: #121212;
    padding: 20px 5px 20px 5px;
    border-radius: 5px;
    line-height: 1.8;
    max-width: 35em;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    color: #ccc;
}

.returnersQuote {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 2px solid #111111;
    background-color: #121212;
    padding: 20px 5px 20px 5px;
    border-radius: 5px;
    line-height: 1.8;
    max-width: 35em;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    color: #ccc;
}

.returnersLessonSectionNumber {
    font-size: 18pt;
    font-weight: bold;
    max-width: 33em;
    margin-left: auto;
    margin-right: auto;
}

.returnersBibleAddress {
    font-weight: bold;
}

.onlyFullVersion {
    background-color: #002000;
    margin-top: 1ex;
    margin-bottom: 1ex;
    padding-top: 1ex;
    padding-bottom: 1ex;
    border-radius: 5px;
}

.limitedVersion .onlyFullVersion {
    display: none;
}

.onlyFullVersion .returnersBibleQuote, 
.onlyFullVersion .returnersEgwQuote,
.onlyFullVersion .returnersQuote {
    background-color: #002A00;
}

.returnersQrCodeArea {
    text-align: center;
}

.returnersQrCodeImg {
    max-width: 250px;
}