/**
 * All of the CSS for your includes functionality should be
 * included in this file.
 */
.links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.links li {
  color: #ffffff;
  display: inline;
}

.links li:after {
  content: '|';
  padding-left: 4px;
  margin-right: 1px;
}

.links li:last-child:after {
  content: none;
}

.links ul li a {
  text-decoration: none;
  text-transform: none;
  font-size: .8em;
  display: inline-block;
}

.links ul li a:hover {
  text-decoration: underline;
}

.privacy h3, .privacy h4 {
  color: skyblue;
}

.privacy h3 img {
  width: 60px;
}
