/* Override a-page.css margins for div.content. This page should have no right-padding or scroll bars look weird. */
div.content {
	padding-right: 0px;
}
#pane1{
	background: url('/images/vertical_grip.png') no-repeat right center;
	width: 250px;
	border-right: 1px solid grey;
	-webkit-overflow-scrolling:touch; /* iPad */
}
#pane2{
	float: right;
	overflow: auto; /* iPad */
	-webkit-overflow-scrolling:touch; /* iPad */
}
#welcomeMessage{
	margin: 30px;
}
#alertstable .wrapable {
	padding-top: 5px;
	padding-bottom: 5px;
	white-space: normal;
}
#plotsFrame {
	width: 100%;
	border: none;
}

#alertstable td {
	padding-top: 5px;
	padding-bottom: 5px;
	white-space: nowrap;
}

.hidden {
	display: none;
}