<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mobileVer div#header {
	position: static;
	width: 100%;
	top: 0px;
	z-index: 100;
}

.mobileVer div#content {
	width: 100%;
	min-width: 970px;
	min-height:610px;
	position: relative;
	top: 110px;
	bottom:80px;
	margin: auto;
	z-index: 80;
}

.image-upload {
	float: left;
	position: relative;
	bottom:0px;	
}

.att-upload {
	float: left;
	position: relative;
}

.mobileVer div#footer {
	position: static;
	width: 100%;
	bottom: 0;
	background: #fff;
	z-index: 90;
}

.mobileVer .content-container {
	width: 970px;
	margin:auto;
	height:100%;
	position: relative;
	padding-bottom: 0px;
}

.mobileVer .content-valign-middle {
	display:table-cell;
	vertical-align:middle;
	height:585px;
}

.mobileVer .newIsiOperationsInterface .mainBody {
	min-height: 610px;
}

.mobileVer .serviceContent-valign-top {
	display:table-cell;
	vertical-align:top;
	height:610px;
}



.mobileVer #newIsiAddFormAttDiv .deleteButton {
	float: left;
	position: absolute;
	top:50px;
    left: 30px;	
}

.mobileVer #newIsiAddFormAttDiv #upload-response {
	float: left;
	position: relative;
	bottom:40px;
}

.mobileVer #newIsiAddFormAttDiv #upload-pending {
	float: left;
	position: relative;
	bottom:40px;
}

.mobileVer #attButtons{
    position: relative;
    background-image: none;
    background-color: white;
    border: 0px;
    width: 1000px;
}

.mobileVer #attButtons.viewForm{
    position: relative;
    background-image: none;
    background-color: none;
    border: 0px;
    width: 1000px; 
    top: 0px;
}</pre></body></html>