.body-basic {
  margin-left: 10%;
  margin-right: 10%;
}


.mirror-tall {
  margin: 0;
  padding: 0;
  background-image: url('bg_mirror110.png');
  background-repeat: repeat-x;
  background-position: 0 150px;
  background-size: auto;
  text-align: center;
}
.title-tall {
  text-align: center;
  font-family: 'Noto Sans Devanagari', 'Mangal', 'Devanagari MT', 'Lohit Devanagari', 'Sanskrit Text', sans-serif;
  padding-top: 54px;
  color: #333;
}
.shaded {
    text-align: center;
    color: #aaa;
}


.mirror-short {
  margin: 0;
  padding: 0;
  background-image: url('bg_mirror110.png');
  background-repeat: repeat-x;
  background-position: 0 10px;
  text-align: center;
}

.mirror-frame-landscape {
  margin: 0;
  padding: 0;
  background-image: url('bg_mirror110.png');
  background-repeat: repeat-x;
  background-position: 0 80px;
  text-align: center;
}

.mirror-frame-portrait {
  margin: 0;
  padding: 0;
  background-image: url('bg_mirror110.png');
  background-repeat: repeat-x;
  background-position: 0 120px;
  text-align: center;
}

.page {
  padding-bottom: 20px;
}
