/* Archives */

h4 {
  margin: 0 0 5px;
  
  text-align: right;
}

.messages {
  padding: 10px;
  background: #fff;
  
  border: solid #ddd;
  border-width: 1px;
}

.blank {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.2;
  color: #cb7500;
}

.prev,
.next {
  padding: 0 0 5px;
  
  background: #fff;
  
  border: solid #ddd;
  border-width: 0 0 1px 0;
  
  text-align: center;
  font-size: 1.2em;
  line-height: 1.2;
  color: #cb7500;
}

.next {
  margin: 5px 0 0;
  padding: 5px 0 0;
  
  border-width: 1px 0 0 0;
}