@media screen and (max-width: 991px) and (min-width: 501px) {
	
	.container, .container-md, .container-sm {
        max-width: 890px;
    }
	
	.p-3 {
		padding: 30px !important;
	}
	
	.p-0 {
		padding: 0 !important;
	}	
	
	.message_own .message_post_body, .message_other .message_post_body {
		width: calc(100% - 70px) !important;
		margin: 0px;	
	}
	
	.message_other .message_bottom {
		width: calc(100% - 50px) !important;
	}
	
	.message_own .message_bottom {
		width: calc(100% - 45px) !important;
	}
	
	.smilieinserter {
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(4, 1fr);
	}			
	
	.inplayquote-header .container-md .inplayquote {
		max-width: 100% !important;
	}		
	
	.inplayquote-header .container-md .inplayquote {
		margin: 30px auto 50px !important;
	}		
	
	.tracker-lastpost {
		margin-top: 20px;
	}	
	
	.tracker-lastpost br {
		display:none;
	}		
	
	
}
		
		
		
		
		