@media screen and (max-width: 980px) {

	#tools,
	#content {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
	}

	.input_quick_search {
		display: block;
	}

}

@media screen and (max-width: 680px) {

	#user_profile {
		position: relative;
		padding: 40px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.input_quick_search {
		display: block;
	}

	.dualpanel,
	#login_wrapper,
	#Registration_wrapper {
		width: 100%;
		max-width: 100%;
		height: auto;
		display: block;
		padding: 10px;
	}

	#login_wrapper,
	#Registration_wrapper {
		border: 0;
		border-bottom: 1px solid var(--input-border-color);
	}

	#col1 {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
	}

	#col2 {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
	}

	#inc_users_animals_dom td,
	#inc_users_animals_dom th,
	#inc_users_animals_dom tr {
		width: 100%;
		display: block;
		white-space: nowrap;
		position: relative;
	}

	#inc_users_animals_dom td {
		display: inline-block;
	}

	#inc_users_animals_dom tr td:nth-child(1) {
		width: 65px;
		display: inline-block;
	}

	#inc_users_animals_dom tr td:nth-child(2) {
		width: calc(100% - 190px);
		display: inline-block;
	}

	#inc_users_animals_dom tr td:nth-child(3) {
		width: 100%;
		display: block;
		white-space: normal;
	}

	#inc_users_animals_dom tr td:nth-child(4) {
		width: 0;
		display: block;
		position: absolute;
		top: 0;
		right: 25px;
		text-align: center;
		min-width: 110px;
		max-width: 110px;
	}

	td.across {
		width: 100% !important;
	}

	.pet_gallery_card {
		width: 100%;
	}

}