﻿#outdated {
     font-family: "Open Sans", "Segoe UI", sans-serif;
     position: absolute;
     background-color: #000000;
     color: white;
     display: none;
     overflow: hidden;
     left: 0;
     position: fixed;
     text-align: center;
     top: 80px;
     width: 100%;
     z-index: 9999999999;
     padding: 0 0 0 0;
}
 #outdated.fullscreen {
     height: 100%;
}
 #outdated .vertical-center {
     display: table-cell;
     text-align: center;
     vertical-align: middle;
}
 #outdated h6 {
     font-size: 20px;
     line-height: 20px;
     margin: 10px 0;
}
 #outdated p {
     font-size: 12px;
     line-height: 14px;
     margin: 0;
}
 #outdated #buttonUpdateBrowser {
     border: 2px solid white;
     color: white;
     cursor: pointer;
     display: block;
     margin: 30px auto 0;
     padding: 10px 20px;
     position: relative;
     text-decoration: none;
     width: 230px;
}
 #outdated #buttonUpdateBrowser:hover {
     background-color: white;
     color: #f25648;
}
 #outdated .last {
     width: auto;
     display: inline-table;
     margin: 5px 0 5px 0;
     padding: 0;
     border: 1px solid;
}

 #outdated .lastx {
     height: 10px;
     positionx: absolute;
     right: 70px;
     top: 10px;
     width: auto;
     display: inline-table;
     border: 1px solid;
}

 #outdated .last[dir=rtl] {
     left: 25px !important;
     right: auto !important;
}
 #outdated #buttonCloseUpdateBrowser {
     color: white;
     display: block;
     font-size: 12px;
     heightx: 100%;
     line-heightx: 36px;
     position: relative;
     text-decoration: none;
     width: 100%;  
     margin: 0 0 0 0;
     padding: 4px; 
     background-color: #000000;    
}
 