
.chTitle{
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    color:black;
    margin: 20px;
    font-weight: normal;
}

.chaptersInfo{
    display: flex;
    justify-content: space-between;
 
}
.chInstraction{
    font-size: 12px;
    color:black;
    margin-left: 20px;
    margin-bottom: 10px;
}

.selectAll{
    font-size: 12px;
    color:#9E0B0E;
    text-decoration: underline;
    margin-top:20px;
    margin-left:20px;
    font-weight: bold;
     cursor: pointer;
}
.chImage{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width:100px;
    padding: 15px;
    display:inline-block;
}
.goToChaptersDis{
    cursor: default;
    margin-top:15px;
    margin-left:35px;
    height: 27px;
	width: 27px;
	background: url("../img/navigation.png") 0px -150px no-repeat;
}
.goToChapters{
    cursor: pointer;
    margin-top:15px;
    margin-left:35px;
    height: 27px;
	width: 27px;
	background: url("../img/navigation.png") -27px -150px no-repeat;
}

.goToChapters:hover { 

	background: url("../img/navigation.png") -54px -150px no-repeat;

}

ul {
    padding-left: 20px; 
    margin-top: 0px;
}

.checkBoxes{
    background: white;
    display:inline-block;
    width:100%;
    border-left: 1px solid #9E0B0E;
    margin-bottom: 45px;
    padding-bottom: 20px;
}
.checkBox{
    margin-top:10px;

}
.chapterWrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
li {
    list-style-type: none;
   }
   label{
    font-size: 12px;
    color:black;

   }
