body {
	background:white;
}

iframe {
	border:3px solid #3093c2;
		/*-webkit-overflow-scrolling: touch;*/
  	/*overflow: scroll;*/
}

table {
	margin-bottom:0;
}

.scroll-wrapper {
	-webkit-overflow-scrolling: touch;
  	overflow: scroll;

	/* important:  dimensions or positioning here! */
}

.tableScheduleCell {
	vertical-align: top;
}
.tableScheduleCell a {
	text-decoration: none;
}
.tableScheduleInstructions {
	width:100% !important;
}
.scrolling-div {
	 overflow:auto;-webkit-overflow-scrolling:touch;
}