/*Colors*/
/*
orange - #F06000
blue - #2165FF
*/
/* orange */
/* blue*/
.chapterItem {
  border-radius: 2px !important;
  text-align: center; }
  .chapterItem h4 {
    margin-bottom: 0; }

.chapterDesc {
  background-color: #ffd7a4;
  text-align: center;
  border-radius: 2px !important; }
