.archive_list_outer_column
{
	margin-bottom: 30px;
}

@media screen and (max-width: 991px)
{
	.archive_list_outer_column
	{
		margin-top: 30px;
	}
}

.search_row
{
	margin: 15px auto;
}

#archive_search_field
{
	width: 100%;
	margin: 12px auto 0 auto;
	height: 35px;
	padding: 3px;
}

.ww_blog_title_archive
{
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #262626;
	text-align: center;
}

@media screen and (max-width: 768px)
{
	#archive_table > thead > tr > th:last-of-type,
	#archive_table > tbody > tr > td:last-of-type
	{
		display: none;
	}
}

.dataTables_empty
{
	padding: 15px 10px !important;
}

.dataTables_empty a:link,
.dataTables_empty a:active,
.dataTables_empty a:visited
{
	text-decoration: underline;
	font-weight: bold;
}

.paginate_button
{
	color: #000000;
	background: #d6d6d62e !important;
}

.paginate_button:hover
{
	background: #D6D6D677 !important;
}

.paginate_button.current
{
	background: #d6d6d699 !important;
}

.paginate_button.disabled
{
	background: transparent !important;
	color: #00000062 !important;
}

#archive_table_filter input[type="search"]
{
	border-radius: 5px;
    border: 1px solid #111111;
	padding: 3px 5px;
}