.ReadingGuide h1, .Chapter h1
{
  text-align:center;
  font-weight:bold;
  font-size:1.5rem;
  padding:2%;
}
.ReadingGuide h2, .Chapter h2
{
  text-align:center;
  font-weight:bold;
  font-size:1.3rem;
  padding:2%;
}

.GuideListStyle
{
  margin: 0; 
  padding: 0;
  padding-left:8%;
  padding-right:3%;
}

.GuideListItemStyle
{
  padding-bottom:1%;
}

.BlurbHeader
{
  font-weight:bold;
}
img.big
{
  width:50% !important;
}
img.small-left, img.small-right
{
  width:20% !important;
  float:left;
  padding:1%;
}
img.small-right
{
  float:right;
}
@media only screen and (max-width: 600px) 
{
  img.big
  {
    width:100% !important;
  }
  img.small-left, img.small-right
  {
    padding:0;
    width:100% !important;
    float:none;
  }
}

