<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mainform{
	padding:20px;
}
/* The Modal (background) */
.modalLoading {
    display: block; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 77; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    /*overflow: auto;  Enable scroll if needed */
    //background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content1 p{
	text-align:center;
}

/* Modal Content/Box */
.stop{
	color:red;
	font-weight:bold;
}

/* Modal Content/Box */
.modal-content1 {
    /*background-color: #fefefe;*/
    margin: 10% auto; /* 15% from the top and centered */
    padding: 20px;    
    width: 80%; /* Could be more or less, depending on screen size */
	text-align:center;
	background-color:white;
	border-radius: 25px; 
	border: 2px solid black;
	width:290px;
	
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}</pre></body></html>