/* related stories */

#relatedStories > h4 {
    border-bottom: 1px solid #ccc;
    text-align: center;
}

#relatedStories > h4 > span {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 30px;
    border: 1px 1px medium solid solid none #ccc #ccc -moz-use-text-color;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #ccc;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -webkit-border-image: none;
    border-image: none;
}

#relatedStories > ul {
    display: table;
    width: 95%;
    margin: 0 auto 40px;
    padding: 0;
    list-style: none outside none;
}

#relatedStories li {
    display: table-cell;
    width: 31%;
    padding: 0 1%;
    border: 0 none;
    vertical-align: top;
}

#relatedStories li:nth-of-type(1) {
    padding-right: 2%;
    padding-left: 0;
}

#relatedStories li:nth-of-type(3) {
    padding-right: 0;
    padding-left: 2%;
}

#relatedStories > ul > li > a > img {
    width: 100%;
    height: auto;
}

#relatedStories > ul > li > span {
    display: block;
    padding: 10px 0;
    min-height: 2.5em;
    border-bottom: 1px solid #ccc;
}

#relatedStories > ul > li > a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    line-height: 2.5em;
    letter-spacing: 1px;
    vertical-align: top;
}

#relatedStories i {
    height: 50%;
    vertical-align: initial;
}