#element_to_pop_up,#element_to_pop_up2 {
    background-color:#fff;
    border-radius:15px;
    color:#000;
    display:none;
    padding:10px;
    min-width:400px;
    min-height: 180px;
    width:90%;
    float:left;
    
    

}
.bClose{
    cursor:pointer;
    right:10px;
   
}

