#footer .story-box {
    margin-bottom: 20px;
}

p.story-text{
  font-size: 15px;
}

#footer p.story-text {
    font-style: italic;
    padding: 10px;
    position: relative;
    background: #f4f4f4;
    border: 4px solid #f4f4f4;
    margin-bottom: 8px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
}

#footer p.story-text:before {
    border-color: rgba(255,255,255,0);
    border-top-color: #f4f4f4;
    border-width: 12px;
    margin-left: -12px;
}

#footer p.story-text:before, p.story-text:after {
    top: 100%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#footer p.story-text:after {
    border-color: rgba(255,255,255,0);
    border-top-color: #f4f4f4;
    border-width: 12px;
    margin-left: -6px;
}

#footer p.story-text:before, p.story-text:after {
    top: 100%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.footer h4 a {
  color:#fff;
}

.footer h4 a:hover {
  color:#426fc4;
}

#footer.story-info span {
    padding-left: 15px;
}

