.overlay_privacy_t{
	position:absolute;
	display: table;
	width: 100%;
	height:100%;
	top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.overlay_privacy_t_Row {
	display: table-row;
}
.overlay_privacy_t_Cell {
	border: 0px solid #999999;
	display: table-cell;
	width: 100%;
	height:100%;
	box-sizing:border-box;
	padding: 20px;
	text-align:center;
	vertical-align:middle;
}

.overlay_privacy_cont {
    position: fixed;
    z-index: 1100;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgb(0 175 237 / 80%);
    /*display: none;*/
}
.overlay_privacy{
	display:inline-block;
	width:100%;
	max-width:550px;
	background-color:#fff;
	box-sizing:border-box;
	padding: 20px;
	padding-top:100px;
	padding-bottom:40px;
	border-radius:10px;
	background-image:url(img/logo.png);
	background-size:200px;
	background-repeat:no-repeat;
	background-position:center 40px;
	color: #00afed;
	font-size:
}
.overlay_privacy h2{
	text-transform:uppercase;
}
.overlay_privacy_table {
    font-size: 12px;
    border: 1px solid #f1efef;
    border-radius: 10px;
    border-spacing: 0;
	background-color:#fbfafa;
}
.overlay_privacy_table a,.overlay_privacy_table a u{
	color:#00afed;
	text-decoration:none !important;
}
.overlay_privacy_table_first {
    border-bottom: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    padding: 10px;
	font-weight:bold;
}
.overlay_privacy_table_second {
    border-bottom: 1px solid #f5f5f5;
    padding: 10px;
	color:#676767;
	
}
.overlay_privacy_table_info {
    padding: 10px;
    border-bottom: 1px solid whitesmoke;
}

.overlay_button {
    width: 100%;
    max-width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    outline: none;
    background: rgb(0, 172, 243);
    background: linear-gradient(270deg, #02c04e, #00acf3);
    background-size: 100% 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.5s ease;
    letter-spacing: 0.5px;
}