@media (max-width: 639px) {
		table.webinar-table td.webinar-title {
			font-size:16px;
		}
		
		table.webinar-table td.price-row-packet-container {
			display:flex;
			flex-wrap:wrap;
			justify-content:center;
		}
		
		table.webinar-table td.price-row-packet-container div.plan-box {
			width:80%;
			margin-left:0;
			margin-top:20px;
		}
		
		
		table.webinar-table td.price-row-packet-container div.plan-box:first-child {
			margin-top:0;
		}
		
		table.webinar-table table.calendar-table td.calendar-cell-separator {
			width:0;
			display:none;
		}
		
		table.webinar-table table.calendar-table td.calendar-cell-left {
			display:block;
			width:100%;
		}
		
		table.webinar-table table.calendar-table td.calendar-cell-right {
			display:block;
			width:100%;
			margin-top:20px;
		}
		
		table.webinar-table table.calendar-table td.calendar-cell-left table.calendar-dates tr.paginator td.pg-left, table.webinar-table table.calendar-table td.calendar-cell-left table.calendar-dates tr.paginator td.pg-right {
			padding-top:10px;
		}
		
		div.body-col {
			padding-left:0 !important;
			padding-right:0 !important;
		}
		
		table.webinar-list td.webinar-title {
			font-size:16px;
		}
		
		table.webinar-list td.webinar-item {
			font-size:12px;
		}
 }



@media screen and (min-width:432px) and (max-width:606px) {

}

@media screen and (min-width:607px) and (max-width:639px) {
	

}