body{
    background-color: #CCCCCC;
}
h1 {
    text-align: center;
}
.info, .plan {
    border: #9F0000 solid 1px;
	border-radius: 10px;
	padding-top: 1px;
	padding-bottom: 1px;

}
.plan legend , .zdroje legend, .vystupy legend{
    font-weight: bold;
    color:#FFFFFF  ;
    background-color: #9F0000;
    border-radius: 10px;
    
}
table {
    border: #9F0000 solid 1px;    
    border-radius: 10px;
}
table th,table td {
    border-bottom: #9F0000 dotted 3px;
}
table th {
    border-right: #9F0000 solid 3px;
}
.zdroje {
    border: #9F0000 double 3px;
    border-radius: 10px;    
}
.vystupy {
    padding-top: 5px;
    border: #9F0000 dotted 3px;
    border-radius: 10px;
    background-color: #aca4a4;
}
.vystupy a {
    color: white;    
    text-decoration: none;    
}

.vystupy a:hover{
    background-color: #CCCCCC;
    color: #333333;
}
footer {
    text-align: center;
    font-weight: bold;    
    text-shadow: #9F0000;
}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #9F0000; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }
  
  #myBtn:hover {
    background-color: #CCCCCC; /* Add a dark-grey background on hover */
    color: #333333;
    border: 1px dashed #9F0000;
  }