.outter{
  border: 1px solid #A61A31;
  text-align: left;
  padding: 0px 5px 5px 5px;
  margin-top: 0px;
}
.outter p{
text-align: justify;
}
.row_outter{
  padding-top: 20px;
  padding-bottom: 20px;
}
.row{
  margin: 5px;
  background-color: #A61A31;
}
.cell{
  width: 48%;
  padding: 5px;
  text-align:justify;
  color: white;
  float:left;
}
.cell img{
  width: 100%;
  border: 1px solid #ED1A3A;
}
.cell_text{
}
.number{
  color:yellow;
  font-weight: bold;
}
.pagnation{
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
}
.mp_tech_logo{
  float:left;
  display: block;
  padding-right: 5px;
  padding-bottom: 5px;
}
.reprinted{
  font-size: 10px;
  text-align:center;
  color: gray;
}
h1{
  padding-top: 10px;
  padding-bottom: 10px;
  text-align:center;
  color: #A61A31;
  font-size: 18px;
}

