/* ==========================================
   SHARED STRUCTURAL LAYOUT (Applies to all pages)
   ========================================== */
.chapter-container {
    margin: 0 auto;
}
.chapter-container p {
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Line */
.line {
    display: block;
    width: 100%;
    height: 29px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 1rem 0;
}

.chapter-container h1 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
	text-align: center;
}

.chapter-container h2 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    font-weight: normal;
    font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
}

/* ==========================================================================
   The Messanger of Time
   ========================================================================== */
.story-tmot {
    color: #74bcee;
}

/* TMoT Line */
.line-tmot { background-image: url('/pkmn/tmot/line.png'); } 

/* ==========================================================================
   SHIFTING WINDS THEME (Gold Profile)
   ========================================================================== */
.story-sw {
    color: #cdb16a;
}