
/* 		MEDIUM		*/
@media screen and (min-width: 48em) and (max-width: 64em){

}


/* 		NOT SMALL		*/
@media screen and (min-width: 48em){

	.o-100-ns{
		opacity: 1;
	}
}


/* 		LARGE		*/
@media screen and (min-width: 64em){

}









/* SMALL */

@media only screen and (min-device-width: 320px) and (max-device-width : 480px) {

	.spaces-table{
		font-size: 60%;
	}

}


/* MEDIUM */
@media only screen and (min-device-width: 768px) and (max-device-width : 1024px) {

.spaces-table{
  font-size: 65%;
}
.sidebar-table *{
	font-size: 95%;
}

.f7-m{
	font-size: 70%;
}

}


/* LARGE */

@media only screen  and (min-width: 1224px) {

.spaces-table{
  font-size: 80%;
}



}



/* XL */

@media only screen  and (min-width: 1824px) {

	.f5-xl{
		font-size: 1rem;
	}

	.f4-xl{
		font-size: 1.25rem;
	}


}
