#amimoto-dashboard > div {
	float:left;
}
.amimoto-dash-main {
	width: 73%;
	margin-right: 2%;
}
.amimoto-dash-side {
	width: 25%;
}
.amimoto-logo-title {
	text-align: center;
}
.amimoto-logo-image {
	text-align: center;
	display: block;
}
.amimoto-dash-side .hndle {
	cursor: auto!important;
}
.amimoto-dash-main form.btn {
	display: inline-block;
	margin-top: 5px;
	margin-right: 10px;
}

@media only screen and (max-width: 850px) {
	#amimoto-dashboard > div {
		float: none;
	}

	.amimoto-dash-main,
	.amimoto-dash-side {
	    width: 100%;
		margin-right: 0;
	}
}
