.relatedItemsWrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #FFFFFF;
}

.relatedItemsTitle {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    border-left: 1px solid #CCC;
    font-family: 'raleway', serif;
    font-size: 1.2rem;
    padding: 5px;
    background: #E7E7E7;
    color: #333;
}

.relatedItemsBody {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.relatedItemsBodyHorizontal {
    flex-wrap: wrap;
}

.relatedItemsFooter {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.relatedItemsFooter button {
    cursor:pointer;
    height: auto;
    width: auto;
    color: #fff;
    background-color: #2b942d;
    font-family: 'RobotoDraft', serif;
    font-size: 16px;
    padding: 5px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
}

.relatedItemsFooter button:hover {
    background-color:#4BAF4F;
}

.relatedItem {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid #000000;
    border-radius: 3px;
    margin: 5px 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
}

.relatedItem a {
    color: #000000;
}

.relatedItem a:hover {
    color: #E65C48;
}

.relatedItemPic {
    width: 100%;
}
.relatedItemPic a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.relatedItemPic img {
    width: 100%;
}

/*.relatedItemPic img:hover {*/
    /*opacity: 1;*/
/*}*/

.relatedItemContent {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 5px 5px;
}
.relatedItemContent hr {
    width: 100%;
    color: #000000;
}

.relatedItemTitle {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.relatedItemGame {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.relatedItemBy {
    display: flex;
    width: 100%;
    font-size: 12px;
    font-family: "RobotoDraft",sans-serif;
}

.relatedItemEntryTitle {
    width: 100%;
    font-size: 16px;
    text-decoration: underline;
}

.relatedItemEntryBody {
    width: 100%;
    font-size: 14px;
}

.slick-prev::before, .slick-next::before {
    color: #000000;
}