@media screen and (min-width: 0px) and (max-width: 6000px){
	
	.dashboard_container {
		width: 100%;
		height: 460px;
		white-space:nowrap;
		overflow:hidden;
		position: relative;
		padding: 0px 20px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;

	}
	.dashboard_container_hor {
		width: 100%;
		height: 460px;
		white-space:nowrap;
		overflow-y:hidden;
		overflow-y: scroll;
		position: relative;
		padding: 0px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;

	}
	
	.dashboard_container_ver {
		width: 100%;
		height: 460px;
		white-space:nowrap;
		overflow-y:scroll;
		overflow-y: hidden;
		position: relative;
		padding: 0px 20px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
	}

	.dashboard_sheet {
		display: inline-block;
		border-top: 7px #484d51 solid;
		background-color: #f2f2f2; 
		border-radius: 6px;
		width: 240px;
		height: 381px;
		padding:10px;
		text-align: center;
		margin-right: 5px;
	}
}
