
#sis_info{
    float: right;
    font-family: sans-serif;
    color: #fff;
    margin-top: 30px;
    font-weight: bold;
    text-shadow:1px 1px #000;
}#inforstg{
    /*border:1px solid red;*/
    position: absolute;
    margin-left: 71%;
    margin-top:20px;
   font-family: arial;  
    
    
}#suportelink{
    /*border:1px solid red;*/
  text-decoration: none;
  color:#ee5253;
  font-family: arial;
/*  text-shadow: -1px 0 white, 0 1px white,
      1px 0 white, 0 -1px white;

 caso queiram deixar bonito so colocar o css que ta ai em cima rsrs
*/
    
}#linkstgtom{
    
    
}
/*CSS DO ALERTA*/
#confirm {
            display: none;
            background-color: white;
            color: #000000;
            border: 4px solid black;
            position: fixed;
            width: 420px;
            height: auto;
            left: 34%;
            top: 16%;
            box-sizing: border-box;
            text-align: center;
            border-radius: 10px;
            z-index: 2;
         }
         #confirm button {
            background-color: #FFFFFF;
            display: inline-block;
            border-radius: 12px;
            border: 4px solid #aaa;
            padding: 5px;
            text-align: center;
            width: 60px;
            cursor: pointer;
         }
         #confirm .message {
            text-align: left;
         }


