* {
    margin: 0;
    border: 0;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

html {
    height: 100%;
}

body {
    font-family: "Roboto", sans-serif;
    background: #7f7b7b;
    padding-bottom: 5px;
}

a:link {
    color: #18349f;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}

.section-header {
    background: #5d855d;
    padding: 10px;    
}

.sections:first-child {
    margin-top: 0;
}

.section {
    margin-top: 20px;
    border-top: 5px solid #a9aeb1;
}

.sectionNumber {
    font-size: larger;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 10px;
}

.sectionText {
    margin-top: 3px;
    margin-left: 10px;
    font-size: 1.2rem;
}

.sectionNotes {
    font-size: small;
    margin-top: 5px;
}

.chapter {
    display: grid;
    grid-template-columns: auto 1fr; /* First column auto-sized, second column takes remaining space */
    margin-top: 6px;
    margin-left: 20px;
    margin-right: 10px;
}

.chapter-column1 {
    white-space: nowrap;
    margin-right: 10px;
}

.chapter-column2 {
    overflow: hidden;
    word-wrap: break-word;
    white-space: normal;
}

a.chapterTitle {
    color: rgb(26, 68, 128);
    font-weight: 700;
    font-size: large;
}

.dead-chapterTitle {
    font-weight: 700;
    font-size: large;
}

h1 {
    font-family: "Roboto", sans-serif;
    text-align: center;
    padding-bottom: 3px;
}

h2 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    margin: auto;
    text-align: center;
}

.dx-widget {
    font-size: 14px;
}

.highlightedRow {
    color: darkorange !important;
}