.postlink.ogplink {
    display: block;
    border: 0;
}
.ogpblock {
    background: #f2f2f2;
    padding: 10px;
    height: auto;
    float: left;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ogpblock img {
    float: left;
    max-width: 75px;
    padding-right: 10px;
}
.ogptext {
    float: left;
    width: calc(100% - 85px);
    text-align: justify;
}
.ogpblock h4 {
    font-size: 1.4em;
}