.guide-table .article-blurb {
    padding: 0 !important;
}

table.guide-table {
    overflow: hidden;
    height: 100%;
    border: none !important;
}


#review-body .guide-table td {
padding: 0 !important;
overflow: hidden;
}

#review-body .guide-table td:not(:first-child){
	width: 50%;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}

#review-body .guide-table .article-blurb {
	display: flex;
	flex-direction: column;	
	height: 100%;
	align-self: stretch;
	margin-bottom: 0 !important;
}

.guide-table .review-link a {
    color: #777;
    border-left: 10px solid rgba(23, 129, 159, 1);
    padding-left: 6px;
    font-size: 18px;
    font-weight: 400;
    font-family: "Arimo", 'Google-Oswald', sans-serif;
    text-decoration: none !important;
    text-transform: uppercase;
    position: relative;
    top: -3em;
}

.guide-table .article-blurb { 
    margin-left: 0 !important;
    padding-right: 10px !important;
}

.guide-table .image-row {
	background: none !important;
}

table.guide-table td {
    background: none !important;
    border: none !important;
}

.guide-table .image-row::after, center + br + font::after, center ~ font::after {
    border-bottom: none !important;
}

.guide-table .image-row font {
    top: 5px !important;
}

.guide-table td.review-link {
    text-align: center;
    overflow: initial !important;
}

.guide-table .image-row a img {
    border: none !important;
}