.oknoroom {
	background-color:rgba(0,0,0,0.6);
}
@media (min-width: 650px) {
	.oknoroom > div {
		margin-top:100px !important;
	}
}
.oknoroom {
	position:fixed;
	top:0px;
	left:0px;
	display:none;
	z-index:30000;
	width:100%;
	height:100%;
	text-align:center;
}
.oknoroom > div {
	z-index:40000;
	max-width:516px;
}
.oknoroom > div {
    overflow-y:auto;
    display:inline-block;
	max-height:90%; 
	width:95%;
    background-color:#ffffff;
	padding:30px 0px;
	margin-top:50px;
	font-family: calibri;
}
.closeokno {
    position: absolute;
    width: 100%;
    right: 5px;
    height: 0px;
	text-align:right;
}
.closeokno {
    top:5px;
}

.dataverh {
    font-size:18px;
    height:40px;
	border-bottom:1px #bbbbbb solid;
}
.gorovery > div {
	padding:10px 0px;
	text-align: left;
}
.gorovery {
	display:inline-block;
	width:80%;
}
.gorovery > div > div {
	padding:5px 0px;
}