/* CSS Document */
.pndex {
	font-size: 1.5em;
	line-height: 130%;


	//padding-bottom: 20px;
	word-spacing: 1em;
}
.resist {
	background-color: #ddd;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-radius: 5px;
	margin-bottom: 0px;
}
.underl1 {
	/*
	text-decoration:underline;
	*/
	border-bottom: 2px solid #000;
	display: inline-block;
	padding-bottom: 2px;
	
}
.bgsq, .bgsqg, .bgsqbig {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #000;
	font-size: 1.2em;
	line-height: 300%;
	color: #FFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	/*
	display: grid;
	place-content: center;
	place-items: center;
	*/
}
.bgsq a:link {
	color: #fff;
}
.bgsqg {
	background-color: #aaa;
}
.bgsqg a:link {
	color: #fff;
}
.bgsqbig {
	font-size: 1.6em;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.supdb {
	width:92%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.fdbleft {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	//justify-content: space-between;
	width: 100%;
	margin: 0px;
	padding: 0px;
	//gap: 20px 20px;
	row-gap: 20px;
	//background-color: rgba(102,200,153,0.3);
}
.mgmember {
	display:block;
	margin-bottom: 10px;
}
.mgtitle {
	display:block;
	position: relative;
	height: auto;
	margin-bottom: 20px;
}

.fcell1{
	width: 15%;

	//background-color: rgba(102,200,200,0.3);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-right: 5%;
	padding-bottom: 10px;
	margin-bottom: 7px;
}
.fcell2{
	width: 80%;
	margin-right:0%;

	//background-color: rgba(102,200,200,0.3);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 10px;
	margin-bottom: 7px;
}
.cseparator {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;

	width: 100%;
	margin: 0px;
	padding: 0px;

	//column-gap: 20px;
	//row-gap: 30px;
	//gap: 20px 30px;
	//background-color: rgba(102,255,153,0.3);
}

.ccell1{
	width: 100%;
	margin-right: 0%;
	margin-bottom: 30px;
	padding-bottom: 15px;
	//background-color: rgba(102,160,200,0.3);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.ccell2{
	width: 100%;
}
.ccell3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;

	width: 100%;
	margin: 0px;
	padding: 0px;

	//column-gap: 20px;
	//row-gap: 30px;
	gap: 20px 6px;
	//background-color: rgba(102,255,153,0.3);
}
.ccell4 {
	flex:1;

	display: grid;
  place-content: center;
  place-items: center;

  //background-color: rgba(102,255,153,0.3);

}
.fcellm2{
	display: flex;
	justify-content: space-between;

	width: 100%;
	margin: 0px;
	padding: 0px;
	gap: 20px 30px;
}
.fcellm5{
	flex:1;
}
.pdb1 {
	margin-top: 0px;
	padding-top: 0px;
}
.pdb2 {
	font-size: 0.6em;
}
.pdb3 {
	font-size: 0.8em;
}
.pcmp1 {
	margin-top: 0px;
	padding-top: 0px;
	//color: #FF0000;
}
.pcmp2 {
	font-size: 0.8em;
	//color: #0ff;
}
.sammember {
	width: 100%;
}
.memberzoom {
	width: 40%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.piczoom {
	width: 40px;
	position: absolute;
	left: 0px;
	top: 0px;
}
@media screen and (min-width:800px) {
.memberzoom {
	width: 14%;
}
.ccell1{
	width: 47%;
	margin-right: 2%;
}
.fcell1{
	width: 14%;
	padding-right: 1%;
}
.fcell2{
	width: 30%;
	margin-right:5%;
}
}
