@charset "utf-8";
/* CSS Document */

	.ccc-notify-text h1 {
	font-size: 18px !important;
    margin: 0 0 20px 0 !important;
    padding-right: 0px !important;
}
	
	@media (min-width: 568px) {
    #ccc #ccc-notify.ccc-notify__box {
        max-height: 480px !important;
		}
	}
	@media (min-width: 650px) {
    #ccc #ccc-notify.ccc-notify__box {
        max-height: 420px !important;
		}
	}
	@media (min-width: 1100px) {
    #ccc #ccc-notify.ccc-notify__box {
        max-height: 360px !important;
		}
	}