/* Quick Links */
.front .quick-links {
  padding-bottom: 10px;
  border-bottom: 2px solid #CCC;
}

.front .quick-links ul.menu {
  margin-right: -10px;
}

.front .quick-links a {
  width: 252px;
  font-size: 16px;
}

.front .quick-links a span {
  font-size: 13px;
  font-weight: 800;
  color: #aab4cd;
}

/* Open an Account */
.front .open-an-account .intro {
  font-size: 16px;
}

.front .open-an-account a.button {
  width: 110px;
  height: 40px;
  font-size: 15px;
  text-align: center;
  vertical-align: top;
}

/* Market Watch */
.front .market-watch p {
  padding: 0 0 0 10px;
  margin: 15px 0;
  border-left: 2px solid #CCC;
  color: #666;
  cursor: default;
}

.front .market-watch p:hover {
  border-left: 2px solid #ffa513;
}

.front .market-watch p a {
  font-size: 16px;
}