
@media only screen and (max-width: 970px) {
	/*some elements needs extra padding when they hit the "edge"*/
	.user.last {
		margin-right:5px;
	}
	
	h1 {
		margin-left:10px;
	}
}

@media only screen and (max-width: 900px) {
	#content_context {
		min-width: unset;
		width: unset;
		margin-left: 0;
		padding:10px;
		padding-top:30px;
	}
	
    #page .section, #header .menu, #header .menu .responsive {
    	flex-direction: column;
    }
	
	#header .menu .responsive li {
		margin-top:10px;
	}
	
	#header .menu > li.expanding {
		text-align:center;
	}

	#header .menu .responsive .menuitem {
		margin-left:0px !important;
		border:1px #21557D solid;
		text-transform:uppercase;
		color:#21557D;
		width:240px!important;
	}
	
	#header .menu .responsive .menuitem a {
		padding:0; padding-top:10px;
		padding-bottom:10px; display:block;
	}
	
	#header .menu .responsive > .expanding { display:none; }
	
	h1 { font-size:20px; }
	h2 { font-size:18px; }

	#content .tab_header .tab a {
		font-size: 12px;
		font-weight:350;	
	}

	.responsive { position: absolute; left: -10000px; }
	
	.menu-toggle:checked ~ .responsive { position: unset; }
	
	.menu-toggle ~ .menu-toggle-trigger:before { content: '\2630'; }

	.menu-toggle:checked ~ .menu-toggle-trigger:before { content: '\2573'; }
	
	.menu-toggle-trigger {
		position:absolute;
		top:9px;
		left:10px;
		cursor: pointer;
		  display: inline-block;
		  padding-top: 6px;
		   padding-bottom: 6px;
		    padding-left: 8px;
			 padding-right: 8px;
		  color: #666;
		  font-weight:500;
		  font-size: 20px;
		  border: 1px solid #ddd;
		  border-radius: .25em;
	}
	
	/*primary iser action needs edge padding*/
	.user {
		margin-right:5px;
	}
}

@media only screen and (max-width: 600px) {
	/*hide summary/info part of the two different type sof tables we have*/
	.thread_list .info,
	.slist li .summary {
		display:none;
	}
	
	dl dd.verify div {
		display:inline-block;
	}
	dl dd.verify {
		padding-left:0;
		text-align:center;
	}
}