#news {
  margin: 1em 0;
}
#news article.news {
  border: 1px solid #2E81A9;
  margin-bottom: 1em;
}
#news article.news > header {
  background: #e6f1f9 url(/imgs/head-main.png) repeat-x top;
  border-bottom: 1px solid #2E81A9;
  padding: 0.4em;
  font-weight: bold;
}
#news article.news > header.hidden {
  background: #fce5d5 url(/imgs/head-main-red.png) repeat-x top;
}
#news article.news > header > time {
  float: right;
}
#news article.news > div {
  background: #ffffff url('/imgs/body-bkgr.png') repeat-x top;
  padding: 5px;
  text-align: justify;
  overflow: hidden;
}
#news article.news > div.pnl-admin {
  background: #F2F5FA;
  border: 0;
  border-top: 1px dotted #2e81a9;
  padding: 0 5px 0 0;
  text-align: right;
  overflow: auto;
}
#news .nvg-archive {
  font-size: 1.3em;
  display: table;
}
#news .go-news {
  padding-right: 1.5em;
}
#news .go-news + span, #news .go-news + span + span {
  display: table-cell;
}
#news .center-col {
  width: 70%;
}
#news .right-col {
  margin-left: 1%;
  width: 28%;
}
@media print {
  #news article.news {
    border: 1px solid black;
  }
  #news article.news > header {
    background: silver;
    border-bottom: 1px solid black;
  }
  #news article.news > header.hidden {
    background: silver;
  }
  #news article.news > div {
    background: #ffffff;
  }
  #news article.news > div.pnl-admin {
    display: none;
  }
}

