/* Padding for article tables */
table tbody tr td {
	padding: 10px;
}


.tab { margin-left: 20px;
	display: block;
	margin-bottom: -30px;
}

.tab2 { margin-left: 40px;
	display: block;
	margin-bottom: -30px;
}


/* mobile nav adjustments */
@media (max-width: 47.9em) {
	.navigation_container > ul {
		border-bottom: 5px solid #822c4d;
}
}


/* selected elements don't print */
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}


/* seminar schedule text */
.seminar_schedule {
	line-height: .5;
}

   p.p1 {margin: 0.0px 0.0px 0.0px 0.0px;
	line-height: normal;
}
    p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; }
    span.Apple-tab-span {white-space:pre}


