.back2top .commentlink {
	margin-left: 20px;
	margin-right: 10px;
	height:16px;
}

.linkbody {
	padding: 0;
	margin-left: 155px;
	line-height: 1.48em;
}

.commentbody .ignore {
	font-size: 1.1em;
}

.commentbody .content {
	font-size: 1.3em;
	clear: none;
	padding-right: 5px;
}

.dir-comments-container {
	margin: 10px auto 0;
	width: 98%;
	max-width: 1200px;
	padding: 5px;
	box-sizing: border-box;
}

.js-dir-comment-form {
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbe6ef;
}

.js-dir-comment-form textarea,
.dir-comment-textarea {
	width: 100%;
    min-width: 400px;
	min-height: 90px;
	resize: vertical;
	margin-bottom: 6px;
}

.js-dir-comment-form button,
.dir-comment-submit {
	margin-top: 6px;
}

.js-dir-comments-list {
	margin-top: 10px;
}

.dir-comment,
.js-dir-comments-list .panel {
	background: #ffffff;
	border: 1px solid #e3edf5;
	border-radius: 6px;
	padding: 10px 12px;
	margin-bottom: 8px;
}

.dir-comment-author,
.commentbody .author {
	color: #666;
	margin-bottom: 4px;
}

.dir-comment-divider,
.js-dir-comments-list hr.divider {
	margin: 6px 0;
	border: none;
	border-top: 1px solid #e3edf5;
}

.dir-no-comments,
.js-dir-comments-list .panel strong {
	display: block;
	opacity: 0.8;
}

.dir-comments-container .pagination {
	margin: 6px 0 10px;
}

.dir-comments-container .pagination a,
.dir-comments-container .pagination span {
	padding: 2px 6px;
}


.postbody h3 img {
	/* Also see tweaks.css */
	vertical-align: bottom;
}

.dir_cat_left {
	padding: 0 1px 0 0;
	width: 50%;
	vertical-align: top;
	font-size: 1em;
}

.dir_cat_right {
	padding: 0 0 0 1px;
	width: 50%;
	vertical-align: top;
	font-size: 1em;
}

.head {
	padding-bottom: 1px;
	margin-bottom: 1px;
	font-weight: normal;
	border-bottom: 1px solid #FFFFFF;
}

dl.icon_cat {
	min-height: 75px;
	background-position: 22px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
}

dl.icon_cat dt {
	padding-top: 10px;
	padding-left: 90px;					/* Space for folder icon */
	width: auto;
	margin-right: 0;
}
dl.icon_cat dd {
	display: none;
}

.sub_cat {
	font-size: 0.9em;
	border-left: 1px solid white;
	padding: 0 2px;
}

.linkinfos {
	padding: 10px 10px 10px 0;
	text-align:center;
	min-height: 160px;
	width:140px;
	color: #666666;
	border-right: 1px solid #FFFFFF;
	float: left;
	clear:left;
}

.linktitle li {
	display: block;
	font-size: 1.1em;
	line-height: 2.2em;
	list-style-type: none;
	margin-right: 5px;
	padding-top: 1px;
	width: auto;
}

.signature {
	clear: none;
}

table.recents {
	padding: 2px;
	border-spacing: 10px;
	width: 100%;
}

/* Thumb */
.dir-thumb {
	flex: 0 0 120px;
	text-align: center;
}

.dir-thumb img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}

.rtl dl.icon_cat {
	background-position: right 22px center;
	padding-left: 0;
}

.rtl dl.icon_cat dt {
	padding-right: 90px;
	padding-left: 0;
}

.dir-icon-container i {
    width: 1.25em; 
    text-align: center;
}

.directory-thumb img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 700px) {
    .postprofile {
        width: 100% !important;
        border: none !important;
        float: none !important;
        margin: 0 0 10px 0 !important;
    }
}