.project-title{
    display: inline-block;
}

.project-submited{
    text-align: right;
}

.links{
    text-align: center
}

.poh-method {
    font-weight: bold;
}

.poh-btn-verb {
    margin-right: 10px;
}

.poh-route {
    font-weight: bold;
    color: black;
}

.poh-verb-description {
    font-weight: bold;
}

.poh-blockquote {
    border-left: 5px solid #008fb9;
}

.poh-cite{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #c76c0c;
  border-right: 2px solid #c76c0c;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

.poh-cite::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

.poh-cite::after{
  /*Reset to make sure*/
  content: "";
}

.poh-cite a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

.poh-cite a:hover{
 color: #666;
}

.poh-cite em{
  font-style: italic;
}

.poh-cite {
    border-left: 5px solid #d74545 !important;
}

.poh-media{
  margin: 10px;
  padding: 10px;
}

.poh-footer {
    padding: 10px;
}

.poh-destak {
    color: #d74545;
}

