.installfield {
	width:100%;
	font-size: 20px;
	font-weight: bold;
	color: black;
	padding: 10px;
	background-color: white;
}

.installbtn {
	width:100%;
	background-color: greenyellow;
	color:black;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	margin-top: 10px;
}

.surround {
	border: 20px solid green;
	border-radius: 5px;
	padding: 40px;
	background-color: graytext;
}

#warningdiv,#warningdiv2 {
	border: 20px solid black;
	border-radius: 5px;
	padding: 40px;
	background-color: red;
	color: white;
	margin: 30px;
}

.headerline {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding: 40px;
}

.grid_right {
    text-align :right;
    font-style: italic;
}
.whiteinput[type=text] {
        color: black;
        background-color: white;
}

#timecounter {
	text-align: right;
	font-style: italic;
}

.centermobileimg {
	top:0;bottom:0;margin:auto;position:absolute;
	height:70px;
}
.emphasisForDeletion {
	color: red;
	font-weight: bold;
}

.price {
    position: absolute;
    top: 0px; bottom: 0px; right: 30px;
    width: 80px;
    border: 0;
    background-color: rgb(246, 246, 246, 0.0) !important;
}