@charset "utf-8";



.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-nowrap {
	white-space: nowrap;
}
.px-5px {
	padding-left: 15px;
	padding-right: 15px;
}
.table-border tr {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

#aboutus p {
	text-align: center;
	font-size: 2em;
}

#footermenu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px 12px;
}
#footermenu li.title {
	flex-basis: 100%;
	text-align: center;
}

section.border-top {
	border-top: 1px solid #ccc;
}