.media_container {
   /* clear: both;
	width: 100%;*/
    padding-bottom: 15px;
    padding-top: 0;
    overflow: hidden;
    margin: 0;
}
.media_attachment a {
    border-bottom: 1px solid #DFDFDF;
    border-top: 1px solid #DFDFDF;
    color: #0088CC;
    display: table;
    /*margin: 6px 0;*/
    /*padding: 30px 10px 30px 65px;*/
    padding: 0 10px 0 65px;
    text-decoration: none;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    /*line-height: 75px;*/
    height: 80px;
    box-sizing: border-box;
    -wevkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.media_attachment a span {
vertical-align: middle;
display: table-cell;
}