.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: 13px; 
/* color: #666; */
        margin: 2px 0 8px 0;
        width:80%;
        padding-top: 2px !important;
}

.pop_up{
    background-color: #fbecad;
    border: solid 1.5px black !important;
    /*border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px!important;*/
    position: fixed;
    left: 1px;
    width: 99.5%;
    z-index: 999999;
    height: auto;
    font-family: arial;
    /* font-weight: bold; */
    font-size: 13px;
    text-shadow: none;
    text-align: left;
    color: black;
    padding-top: 5px;
    top: 10px;
}

.simple{
display: inline; 
margin-top: 14px;
 
}
/*.close{
float: right; 
border: none; 
right: 0px;
font-weight: bold;
font-size: 15px;  
padding-right: 7px; 
cursor: pointer;
}*/
.close{ 
    position: absolute !important;
    right: 5px!important;
    top: -9px !important;
    width: 18px !important;
    height: 15px !important;
    border: none !important;
    border-radius: 50% !important;
    background-color: red !important;
    font-size: 13px !important;
    color: white;
    z-index: 1;
    opacity: 1;
    text-align: center;
    box-shadow: 0 0 0 1px #323030;
    /* padding-right: 7px; */
    cursor: pointer;
}
