/* RESPONSIVE CSS FOR FORUM */


.responsive_avatar
	{
		display: none;
	}


/* by default HIDE the .dcresonly classes, they will only be shown in responsive narrow width */
.dcresonlyf {
	display: none;
}



@media screen and (max-width: 1024px) {




	/* 1/25/18 - solving evil table overflowing width problem */
	table.table_list tbody.content td {
		padding: 5px;
		margin: 0px;
	}

	table.table_grid td,  table.table_grid td.subject {
		padding: 0px;
		margin: 0px;
	}

	.table_grid {
		margin: 0px;
		padding: 0px;
	}

	table.table_grid td.icon2, table.table_grid td.subject, table.table_grid td.stats, table.table_grid td.lastpost, table.table_grid td.moderation {
		padding: 5px;
		margin: 0px;
	}

/*
	table.table_grid td.icon2 {
		display: none;
	}
	*/

	table.table_grid tr.titlebg td select {
		padding: 0px;
		margin: 0px;
		width:75px;
		max-width:100px;
	}


	h3.catbg a.collapse {
		margin-top: 1px;
	}
	
	#footer_section span.smalltext {
		font-size: 0.7em;
	}




	/*
	.table_grid tr.catbg {
		display: none;
	}
	*/


	table.table_grid td.dcsmallertextr {
		font-size: 0.80em;
		padding-left: 6px;
		padding-right: 6px;
	}

	/* show this class ONLY in responsive mode (see above where its disabled by default) */
	.dcresonlyf {
		display: block;
	}

}


@media screen and (max-width: 820px) {

	body, #content_section
	{
	/* ATTN: 1/24/18 - font-size: small; */
	font-size: 1em;
	}

	.responsive1 {
		display: none;
	}

	div#upper_section div.user
	{
		width: 100%;
	}


.inner img {
	max-width:100%;
	max-height:100%;
	display: block;
	width: auto;
	height: auto;
	}



	
}





@media screen and (max-width: 640px) {
	
	body, #content_section
	{
	/* ATTN: 1/24/18 - 	font-size: 78%; */
	font-size: 1em;
	}

	
	.responsive2 {
		display: none;
	}

	.poster
	{
		clear: left;
		clear: right;
		width: 100%;
	}
	
	.postarea
	{
	clear:left;
	width:auto;
	}

	.postarea, .moderatorbar
	{
	margin: 0 0 0 1em;
	}

	.keyinfo
	{
	margin-top: 10px;
	clear: left;
	clear:right;
	width: auto;
	}

	.poster h4
	{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: .8em;
	}

	.responsive_avatar
	{
		display: inline;
		float: left;
	}


	.post, .personalmessage
	{
	min-height: 0px;
	}


}

@media screen and (max-width: 480px) {
	.responsive3 {
		display: none;
	}

	div.toprightbar
	{
	    right: 5px;
	}

}
