.outter{
  border: 1px solid #B6DBF4;
  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: #B6DBF4;
}
.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;
  clear:both;
}
.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: #0054A5;
  font-size: 18px;
}
p{
  text-indent: 10px;
}
.box{
  border: 3px solid #0054A5;
  float:left;
  width: 350px;
  text-align:justify;
  margin-right: 10px;
  padding: 5px;
}
.box2{
  border: 3px solid #0054A5;
  float: right;
  width: 425px;
  text-align: justify;
  margin-left: 10px;
  padding: 5px;
}
.box2 img{
  border: 1px solid black;
}
.box3{
  border: 3px solid #0054A5;
  float:right;
  width: 260px;
  text-align:justify;
  margin-left: 10px;
  padding: 5px;
  height: 100%;
}
.box3 img{
  border: 1px solid black;
}
.box4{
  border: 3px solid #0054A5;
  float:right;
  width: 260px;
  text-align:justify;
  margin-left: 10px;
  padding: 5px;
  height: 100%;
}
.box4 img{
  border: 1px solid black;
}
.chart{
  float:right;
  margin-left: 10px;
  margin-top: 13px;
}
.chart table{
  text-align: center;
  border-collapse: collapse;
}
.chart th{
  background-color: #0054A5;
  color: white;
  padding: 2px;
  border: 1px solid #B6DBF4;
}
.chart td{
  border: 1px solid #B6DBF4;
  padding: 2px;
}


