.readingList {
      margin: 0px;
}

.readingList2 {
      margin: 0px;
}

.readingList ul {

}

.readingUlError {
    font: bold 16px/1.5 Helvetica, Verdana, sans-serif;
    text-align: center;
}

#readingUlError {
    font: bold 16px/1.5 Helvetica, Verdana, sans-serif;
    text-align: center;
}
 

.readingText {
    font: bold 13px/1.5 Helvetica, Verdana, sans-serif;
    max-height: 85px;
    min-height: 84px !important;
    overflow: hidden;
}

.readingText2 {
    font: bold 13px/1.5 Helvetica, Verdana, sans-serif;
    /* -webkit-max-logical-height: 87px; */
    tab-size: contain;
    overflow: hidden !important;
    display: -webkit-box;
    margin: ;

}
 
.readingList img {
    width: 100px !important;
    height: 70px;
    float: left;
    margin: 8px 15px 0 0;

}

.readingList2 img {
    width: 48px !important;
    height: 48px;
    float: left;
    margin: 8px 15px 0 0;

}

.pin-footer img {
    width: 48px !important;
    height: 48px;
    float: left;
    margin: 8px 15px 0 0;

}

.readingList button {
  width: 90px;
  height: 60px;
  float: right;
  
}

#noSaved {
    text-align: center
  }
 
.readingList li p {
    /* font: 200 12px/1.5 Georgia, Times New Roman, serif; */

}

.readingList h3 {
    /* padding-bottom: 11px; */
    padding-top: 8px;

}

#errImg {
  display:block;
  margin-left:auto;
  margin-right:auto;
}
 
.theme-light .readingList li {
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  padding-bottom: 0px !important;
  margin-left: -32px !important;
  margin-right: 0px !important;
}

.theme-dark .readingList li {
  background-color: #171717;
  border-radius: 10px;
  padding: 10px;
  padding-bottom: 0px !important;
  margin-left: -32px !important;
  margin-right: 0px !important;
}

.theme-light .readingList p {
    margin-bottom: 8px !important;
    padding-bottom: 10px;

}

.theme-dark .readingList p {
    margin-bottom: 7px !important;
    margin-top: 2px !important;
    padding-bottom: 8px;
}

