/* ======================================================================= */
@media only screen and (max-width: 1420px){

	.dash-item-inner{
		display: block;
	}
	.dash-item-uprn span{
		white-space: pre-wrap;
		display: inline-block;
	}
	.dash-item-icon.dash-item-icon-left{
		margin-left: 0;
		margin-right: 10px;
		margin-top: 6px;
	}
}


/* ======================================================================= */
@media only screen and (max-width: 1000px){

	.page-content-sidemenu{
		width: 200px;
		margin-right: 20px;
	}

	.page-content{
		width: calc(100% - 220px);
	}

}

/* ======================================================================= */
@media only screen and (max-width: 700px){

	.inner-large{
		flex-direction: column;
	}

	.page-content-sidemenu{
		width: calc(100%);
	}

	.page-content{
		width: calc(100%);
	}

}