#bottomrow {
  float: left;
  
  width: 100%;
  
  background: #fff;
  
  border-bottom: none;
  
  border-top: none;
  color: #7030A0;
  
  
}
#bottomrow a {
  color: #7030A0;
  
}
#bottomrow a:hover {
  color: #7030A0;
}
#bottomrow h1,
#bottomrow h2,
#bottomrow h3,
#bottomrow h4,
#bottomrow h5,
#bottomrow h6 {
  color: #666;
}
#bottomrow .zen-container {
  
  background: #fff;
  
  border-bottom: 1px solid #eee;
  
  border-top: none;
  padding: 20px 0;
}