@media screen and (max-width: 500px) {

	h1 {
		font-size:25px;
		letter-spacing: 5px;
	}

	h1::first-letter {
		font-size:60px;
	}

	h1::after {
		position: relative;
		display:block;
		top:2px;

	}

	h1 span {
		white-space: wrap;
		margin:3px 0;
	}
	
	.p-3 {
		padding: 20px !important;
	}	
	
	.modal, #myalerts_alerts_modal {
		width: 100% !important;
	}	
	
	.inplayquote-header .container-md .inplayquote {
		max-width: 100% !important;
	}		
	
	.inplayquote-header .container-md .inplayquote {
		margin: 30px auto 50px !important;
	}		
	
	#myalerts_alerts_modal .tfoot, .ipquotes-modal div.tfoot, .modal div.tfoot  {
		margin: 0 -20px -20px !important;
	}	
	
	.showthread_head {
		margin: -20px -20px 0 !important;
	}	
	
	.smilieinserter {
		display: grid;
		grid-template-columns: repeat(10, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}	
	
	.message_own, .message_other {
		display: block !important;
		font-size: 14px;
	}
	
	.message_own .message_post_body, .message_other .message_post_body, .message_other .message_bottom, .message_own .message_bottom {
		width:100% !important;
	}
	
	.message_other .message_bottom, .message_own .message_bottom {
    	margin: -60px 0 20px 0!important;
    	padding-left: 50px!important;	
	}
	
	.message_account_pic img {
		width:50px !important;
		height:50px !important;
		margin-top: 10px;
		position: absolute;
		right: 0;		
	}

	.message_account_pic {
		position: relative;
		width: 100% !important;
	}
	
	.message_own .message_bottom {	
    	padding-right: 50px !important;
    	padding-left: 40px!important;			
	}	
	
	.offcanvas {		
		background-color: #282b30;
	}		
	
	.nav-header div .btn-close {
		color: #fff;
		background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	}
	
	.usercp-nav .card .nav-header {
		display: none;
	}	
	
	.tracker-scenes  {
		padding: 20px 0  0 0  !important;
	}	
	
	
	.tracker-lastpost {
		margin-top: 20px;
	}	
	
	.tracker-lastpost br {
		display:none;
	}		
	
	a.instaroid-feedlink { 
		flex-direction: row !important;
		gap: 0 !important;
		font-size: 0px !important;
		padding: 0 !important;
	}	
	
	.scaleimages img {
		max-width: 100%;
	}	
	
	.profilenav {
		position: relative;
	}		
	
	#profilesmalltabs  {
		margin-left: 0;
	}

}	