/*Content Phrases*/
/*Color definintions*/
/*Navigation colors*/
/*Header in page*/
/*Content area*/
/*Footer*/
/*bs=boostrap*/
#content #LinkedPagesList {
  background: white;
  /* Old browsers */
  border-left: 3px solid #091c57;
  padding: 30px 30px 20px 0;
  display: block;
  border-radius: 0;
  width: 100%;
}
#content #LinkedPagesList ul {
  list-style-type: none;
  padding-left: 24px;
}
#content #LinkedPagesList ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
#content #LinkedPagesList ul li a {
  color: #ad327c;
}
#content #LinkedPagesList ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  color: #ad327c;
  content: "\f069";
}
