.content .tbody {
  position: relative;
  text-align: center;
  color: black;
}

.content {
  width: 100%;
}

.content .tbody h3 {
  padding-top: 20px;
  line-height: 40px;
  text-align: center;
  font-size: 25px;
}

.content .tbody img {
  padding: 10px;
  height: 450px;
  width: 600px;
}

.content .tbody p {
   /*text-indent: 2em;
 text-align: center;*/
  line-height: 30px;
  font-size: 18px;
}
.content .content_news{
    text-align: left !important;
}

.content .tbody .return {
  position: absolute;
  right: 10px;
  bottom: -10px;
  font-size: 16px;
}

.content_news table {
    margin: 10px auto;
}