.month-box{
 background:#fefefe;
}
.month-box-header{
  background:#f1f1f1;
  padding:10px;
  margin-bottom:0;
}
.month-box-body{
  padding:10px;
  overflow: hidden;
}
.view-ann-title{
  color:#4f413b;
}
.view-ann-content{
  background:#fcfcfc;
  padding:4px;
  margin-bottom:20px;
}
.archive-caption{
  margin-top:15px;
}
.recent-box{
  border-left:2px solid #394a37;
}
.most-recent-item{
  margin-bottom:20px;
}
.most-recent-item .most-recent-header{
  margin-bottom:5px;
}
.most-recent-item .most-recent-header:hover{
  color:#005e5e;
}
.most-recent-item .most-recent-content{
  padding-left:20px;
  padding-right:20px;
  text-align:justify;
}
.see-more{
  color:#007171;
  transition:all 0.3s ease-in;
  font-weight:bold;
}
.see-more:hover{
  color:#009797;
}
