body, div, h1, h2, h3, span, p {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #000000; 
}
/* fullscreen */
html {
    height:100%;
}
body {
    height:100%;
    margin: 0px;
    overflow:hidden; /* disable scrollbars */
}
body {
  font-size: 10pt;
  background : #ffffff; 
}
table,tr,td {
    font-size: 10pt;
    border-color : #777777;
    background : #dddddd; 
    color: #000000; 
    border-style : solid;
    border-width : 2px;
    padding: 5px;
    border-collapse:collapse;
}
h1 {
    font-size: 18pt;
}
h2 {
    font-size: 14pt;
}
.warning { 
    font-weight: bold;
} 
/* fix for scroll bars on webkit & Mac OS X Lion */ 
::-webkit-scrollbar {
    background-color: rgba(0,0,0,0.5);
    width: 0.75em;
}
::-webkit-scrollbar-thumb {
    background-color:  rgba(255,255,255,0.5);
}

.pulseHot {  
    border: none;
    box-shadow: 0 0 0 0 rgba(226, 215, 214, 0.7);
    border-radius: 50%;  
    background-repeat: no-repeat;  
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}


@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}