.outterdiv3 {
	width: 390px;
	margin: 0px auto;
}

.innerdiv3 {
	position: relative;
	display: inline-block;
	cursor: pointer;
	/* border-bottom: 1px dotted black; */
}

.labeltxt {
	font-family: Arial;
	color: #000080;
	font-size: 12pt;
	font-weight: bold;
}

.m5 {
	margin: 5px;
}

.m20 {
	margin: 20px;
}

.mtop10 {
	margin-top: 10px;
}

/* Container holding the image and the text */
.imgbox {
	position: relative;
	width: 80px;
	/*text-align: center;*/
}

/* Bottom right text */
.text-block {
	position: absolute;
	/*	  bottom: 20px;
	right: 20px;*/
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*background-color: black;*/
	/*background-color: lightcoral;*/
	background-color: grey;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}

/* Centered text */
.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.m10 {
	margin: 10px;
}

.m5 {
	margin: 5px;
}

.colormeblue {
	color: #000099;
}