#news .row {
   clear: both;
   float: left;
   width: 100%;
   background-color: #ccc;
   margin-top: 5px;
}

#news .row div {
   float: left;
}

#news .row .title {
   width: 120px;
   font-weight: bold;
}

#news_detail {
   clear: both;
}

#news_detail .date {
}

#news_detail .intro {
   font-weight:bolder;
}
#news_detail .picture {
   float: left;
   margin: 10px 10px 10px 0px;
}
#news_detail .text {
   float: left;
   clear: right;
   margin-top: 10px;
}

#archive_link {
   margin-top: 15px;
   clear: both;
}

#back {
   float: left;
   margin-top: 15px;
   clear: both;
}

#arrows {
   margin-top: 15px;
   clear: both;
   word-spacing: 100px;
   text-align: center;
}
