.outter{
  border: 1px solid #ED1A39;
  text-align: left;
  padding: 0px 5px 5px 5px;
}
.outter p{
text-align: justify;
}
.row_outter{
  margin-top: 20px;
  margin-bottom: 20px;
}
.row{
  margin: 20px;
  background-color: #FFF79B;
  
  /*display: table-row;*/
}
.cell{
  width: 48%;
  padding: 5px;
  text-align:justify;
  color: black;
  float:left;
}

.cell img{
  width: 100%;
  border: 3px solid #ED1A39;
}
.cell_text{
}
.number{
  color: black;
  font-weight: bold;
}
.pagnation{
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
}
.swaybar_image{
  float:left;
  display: block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.reprinted{
  font-size: 10px;
  text-align:center;
  color: gray;
}
h1{
  padding-top: 10px;
  padding-bottom: 10px;
  text-align:center;
  color: black;
  font-size: 18px;
}

