
.weeklyImage{
	max-width: 50px;
}

.changeMe{
	width: 500px;
	
}

.masterParent{
	overflow-x: scroll
}

.disable-scrollbars::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* Chrome/Safari/Webkit */
}

.disable-scrollbars {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}


  html, body {
    max-width: 100%;
    overflow-x: hidden;
}


#temp{
	white-space: nowrap
}

.footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #f5f5f5;
	font-size: 0.6rem;
}
