.hasjs .post_links_table {
	display: none; 
}
.post_links_table {
	width: 98%;
	margin: 3px 10px;
        display: none;
        padding-top: 15px;
}
.post_links_table input {
	width: 80%;
	margin: 3px 10px;
}

.post_links_hide {
	width: 100%;
	text-align: right;
}

.post_links_show {
	cursor: pointer;
}

.nojs .post_links_hide,
.nojs .post_links_show {
	display: none;
}
