/* Public CSS */
.sotm-wrapper {
	max-width: 800px;
	margin: 0 auto;
	font-family: sans-serif;
}
.sotm-screen {
	background: #fff;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.sotm-header {
	border-radius: 4px 4px 0 0;
}
.sotm-pal-btn:hover {
	background: #eee;
}

@media print {
	body * {
		visibility: hidden;
	}
	#sotm-result-screen, #sotm-result-screen * {
		visibility: visible;
	}
	#sotm-result-screen {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		border: none;
		box-shadow: none;
	}
	#sotm-pdf-actions {
		display: none !important;
	}
}
