html,body{
	width: 100%;
	height: 100%;
	border: 0px;
	margin: 0px;
}
#mop{
	width: 100%;
	height: auto;
	padding: 5px;
	border: 0px solid black;
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #5ae688;
	border-bottom: 2px #088431;
}
.subm{
	width: auto;
	min-width: 60px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	border: 1px solid #daf6e3;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
	cursor: pointer;
	font-size: 14px;
	color: white;
	background-color: #11d150;
}
.camps{
	min-width: 97%;
	font-family:"Berlin Sans FB";
	height: 35px;
	background-color: #c8dfd0;
	border: 1px solid #97c1a5;
	color: black;
}
#frm{
 display: flex;
 flex-direction: column;
}
#frm>div{
	margin-bottom: 5px;
}
.rows{
	width: 97%;
	display: flex;
	flex-direction: row;
	padding: 3px;
}
.btnf{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
margin-left:10px;
cursor:pointer;
width:120px;
background-color:#09cdcd;
border:1px solid #07b1b1;
cursor:pointer;	
}
f1{
font-family:"Berlin Sans FB";
font-size:22px;
font-width:bold;
color:#505050;
}
f2{
font-family:"Berlin Sans FB";
font-size:16px;
font-width:bold;
color:#505050;
}
f3{
font-family:"Berlin Sans FB";
font-size:13px;
font-width:bold;
color:#dae6de;
}
f4{
font-family:"Berlin Sans FB";
font-size:13px;
font-width:bold;
color:red;
}
f5{
font-family:"Berlin Sans FB";
font-size:14px;
font-width:bold;
color:#19a607;
}
f6{
font-family:"Berlin Sans FB";
font-size:13px;
font-width:bold;
color:#2e302e;
}
.btn1{
	width: 97%;
	background-color: #01b19e;
	padding: 5px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: white;
	cursor: pointer;
}
.subM{
	border: 1px;
	margin-right: 5px;
	border: 1px solid #196179;
	padding: 3px;
	border-radius: 7px;
	cursor: pointer;
}
.rowm{
	display: flex;
	flex-direction: row;
	padding: 0px;
	border: 1px solid #d3d5d7;
	background-color: #e6e7e8;
}
.rowm > div{
	margin-right: 5px;
	border-right: 1px solid #d3d5d7;
}
.rowm2{
	display: flex;
	flex-direction: row;
	padding: 0px;
	border: 1px solid #d3d5d7;
	background-color: #f0f2f5;
}
.rowm2 > div{
	margin-right: 5px;
	border-right: 1px solid #d3d5d7;
	display: flex;
	
	align-items: center;
}
a:link{
text-decoration: none;
}
a:visited{
 text-decoration: none;
}