#mi_wrapper {
	margin: auto;
	width: fit-content;
}
#cssportal-grid {
	display: grid;
	grid-template-rows: repeat(5);
	grid-template-columns: 1fr;
	gap: 0;
	width: fit-content;
}
#div1 {
	grid-area: 1/1/2/2;
	height: fit-content;
}
#div2 {
	grid-area: 2/1/3/2;
	height: fit-content;
}
#div3 {
	grid-area: 3/1/4/2;
	height: fit-content;
}
#div4 {
	grid-area: 4/1/5/2;
	height: fit-content;
	margin: 0;
	padding: 0;
}
#div5 {
	grid-area: 5/1/6/2;
	height: fit-content;
}


.mi_imgBorder {
    width: 512px;
    height: 512px;
	background: yellow;
    outline: 4px solid #d2b356;
    outline-offset: -4px;
}
.mi_ccWrapper {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #bfbfbf;
}
.mi_ccInner {
	 width: 100%;
	 padding: 10px;
	 display: table;
}
.mi_ccLeftCol {
	float: left;
	margin-top: 6px;
}
.mi_ccRightCol {
	float: right;
}
.mi_ccCaptchaWording {
	margin: 0px 10px;	
}
.mi_ccCaptchaInput {
	width: 180px;
}
.mi_ccCaptchaBox {
	width: 170px;
	background-color: #d2b356;
	padding-top: 1px;
	padding-bottom:1px;
	border: 5px solid #bfbfbf;
}