a
    C%ŠiL  ã                   @   s   d Z dS )a?  body {
	background-color: #111111;
	color: #bbbbbb;
	font-family: "Courier";
}


@font-face {
  font-family: "esseltub";
  src:
    local("esseltub"),
    url("esseltub.woff") format("woff");
}

h1,
h2 {
  margin-top: 5px;
  margin-bottom: -1px;
	background-color: black;
	color: #FFF;
  font-style: italic
}

div {
	display: block;
	max-width: 100%;
}

.hide {
	display: none;
}

.info:hover+.hide {
	display: block;
	color: gray;
	font-size: 80%;
}

table,
th {
  text-align: left;
  }
td {
	border: 0px solid black;
}
circle {
  background: #0a3dab;
  width: 60px; 
  height: 60px;
  border-radius: 50%;
  display: inline-flex; /* or inline-flex */
  align-items: center; 
  justify-content: center;
  
}
head {
	font-size:60;
}
blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

#chart {
  width: 00%;
  max-width: 300px;
  height: 10%;
  margin: 0;
  alignt: left;
}
#chart .line {
  --aspect-ratio: 21 / 9;
  background-color: #f6f6f6;
  background-color: #3b3b3b;
}
#full_page {
    opacity: 1;
    transition: opacity 0.3s ease; /* Adjust duration as needed */
}
hh {
    display: none;
}
    
history:active + hh {
    display: block;
       position: absolute;
    left: 30px;
    margin: -10px 0px 0px -20px;
    width: 200px;
    background-color: #000;
    -moz-border-radius: 7px;
    -webkit-border-radius: 2px;
    border: 2px solid black; 
    color: #fff;

    z-index: 100;
}

pp {
	font-size:12;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.navbar {
  background-color: black;
  z-index: 1;
  opacity: 1;
  margin-top: 5px;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: -10;
  left: -0;
  right: -10;
  }
N)Úcss© r   r   ú/var/www/html/css.pyÚ<module>   ó    