.permalink_layout_list a.link{
    display: block;
    /* border: solid 1px #24598f; */
    background-color: #e4e9eb;
    padding: 15px;
    /* margin-top: 15px; */
    font-size: smaller;
    font-size: 16px;
    width: 100%;
    word-break: break-all;
}

.post-permalink {
	text-decoration: none;
	color: #22282f;
}

.post-permalink:visited {
	text-decoration: none;
	color: #22282f;
}

.post-permalink:hover {
	text-decoration: none;
	color: #22282f;
}