/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
		.cx-upgrade-notice table {
			width: 800px;
		}
		.cx-upgrade-notice article {
			overflow-x: scroll;
			padding: 20px 0;
		}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
		
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
		.cx-upgrade-notice table {
			width: 100%;
		}
		.cx-upgrade-notice article {
			overflow-x: unset;
			padding: 0;
		}
		.cx-upgrade-notice td, .cx-upgrade-notice th {
			width: 200px;
		}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
		
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
		.cx-upgrade-notice table {
			width: 100%;
		}
		.cx-upgrade-notice article {
			overflow-x: unset;
			padding: 0;
		}
		.cx-upgrade-notice td, .cx-upgrade-notice th {
			width: 330px;
		}
}