@charset "utf-8";		/*/////////////////// Timeout Warning Dialog \\\\\\\\\\\\\\\\\\\\\*/

#to_dialog{
    visibility: hidden;
    z-index: 1500;
}
#to_dialog h1 	{
    text-align: center;
    color: red;
}

#to_dialog h2 {
    text-align: center;
    color: #fff;
}

.ui-dialog { z-index: 1000 !important ;}

button {
    margin: 10px;
    padding: 5px 10px;
    border-style: none;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    outline:0;
}

#exitApp button {
    background-color: orange;
}

#to_dialog button {
    position: relative;
    display: block;
    width:200px;
    height: 70px;
    font-size:36px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

    margin: 0 auto;
    border: 5px solid darkgreen;
    border-radius: 35px;
    color:darkgreen;
    background-color: greenyellow;    
}


