
.footer-widgets-wrap
{
	font-size:13px;
}

#body-section
{
	jmin-height:100vh;
}

section div.container
{
    background-color:transparent;
}
.btn.btn-primary
{
	background-color:#0d6efd;
	border-color:#0d6efd;
}

/*
#footer
{
	display:none;
}
*/

.ptcFooter
{
	font-size:0.8em;
	text-align:center;
}

h2.ptcSectionHeading, h3.ptcSectionHeading
{
	margin-bottom:0;
}

img.ptcCapture
{
	border:1px solid black;
}

.ptcSignUpDay
{
	border:1px solid white;
	display:inline-block;
	padding:1rem;
}
.ptcSignUpButtonArea
{
	display:flex;
	gap:20px;
}
.ptcDialog
{
	max-width:50ch;
}
.ptcDialog form
{
	margin-bottom:0 !important;
	margin-top:0.5rem !important;
	display:flex;
	justify-content:space-evenly;
}
.ptcDialog::backdrop
{
	background:rgb(0,0,0,0.5);
}
.ptcDialogMessageContainer
{
	overflow-y:auto;
	max-height:calc(100vh - 10rem);
}
#top-bar
{
	display:none;
}
#body-section .mt-3
{
	margin-top:0 !important;
}
#body-section .mb-5
{
	margin-bottom:0 !important;
}

#wrapper h2
{
	color:rgb(68,68,68) !important;
}

#sessionContent h2
{
	color:rgb(255,255,255) !important;
}
