.pop_button{
display: table; 
background-color: rgb(255, 253, 253);
height: 35px; 
border: solid 1.5px black;
margin-left: 65%;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
/* cursor: pointer; */
float: right;
text-align:center; 
vertical-align:middle;
padding-top: 10px;
font-size: 14px; 
/* color: #666; */
        margin: 2px 0 8px 0;
        width:80%;
}

.pop_up{
background-color: #fbecad; 
position: fixed; 
left: 0px;
width: 100%;
z-index: 999999; 
height: auto; 
font-family: arial;  
font-weight: bold;
font-size: 14px; 
text-shadow: none;
text-align: left; 
color: black; 
padding-top: 5px; 
top: 0px;
}

.simple{
display: inline; 
margin-top: 14px;
 
}
.close{
float: right; 
border: none; 
right: 0px;
font-weight: bold;
padding-right: 4px; 
cursor: pointer;
}
