.add_news > form{
}

.add_news > form > div{
 display: flex;
  max-width: 400px;
  flex-direction: column;
  margin: 0 auto;
  margin-bottom: 5px;
}

.add_news input, .add_news textarea {
  padding: 5px;
}


.add_news > form > div:nth-child(3){
 max-width: none;
}

.news > div:nth-child(1) {
  font-family: "Museo Sans 500",Geneva,Arial,Verdana,sans-serif;
  font-size: 16pt;
  text-align: center;
  margin: 15px 0;
}

.news > div:nth-child(3){
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  font-style: italic;
  clear: both;
  border-top: 1px solid #8B4513;
}

.news img{
  max-height: 220px;
  max-width: 380px;
  float: left;
  margin: 0 1em 1em 0;
}