

#bottomrow {
  float: left;
  
  width: 100%;
  
  background: #fff;
  
  border-bottom: none;
  
  border-top: none;
  color: #333;
  
  
}
#bottomrow a {
  color: #e7a6ac;
  
}
#bottomrow a:hover {
  color: #485e76;
}
#bottomrow h1,
#bottomrow h2,
#bottomrow h3,
#bottomrow h4,
#bottomrow h5,
#bottomrow h6 {
  color: #333;
}
#bottomrow .zen-container {
  
  background: none;
  
  border-bottom: none;
  
  border-top: none;
  padding: 30px 0 50px;
}
#bottomrow ul {
  list-style-type: none;
  margin: 0;
}
#bottomrow ul li:last-child,
#bottomrow ul li:last-child a {
  border-bottom: 0;
}
#bottomrow ul li:first-child,
#bottomrow ul li:first-child a {
  border-top: 0;
}
#bottomrow ul li {
  padding: 10px 0;
}
#bottomrow ul li:last-child {
  background: none;
}
#bottomrow .zentools li {
  background: none;
  padding: 0;
}

