.nav-link:hover
{color: white;}
section
{background-color: #222;
margin-top: 0%;}
hr
{border: 5px solid cyan;
margin-top: 0%;
margin-bottom: 0%;}
.dropdown-hr
{border: 2px solid cyan;
margin-top: 0%;
margin-bottom: 0%;}
.nav-link
{color: rgb(7, 175, 175)}
h2.display-7
{color: rgb(7, 150, 150);
font-size: xx-large;}
.li-span
{font-weight: bold;
font-size: larger;
display: block;
text-decoration: underline;}

h1 {
    text-align: center;
}
#noteInput {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
}
#saveButton {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: rgb(5, 90, 90);
    color: white;
    border: none;
    cursor: pointer;
}
#saveButton:hover {
    background-color: #45a049;
}
#notesList {
    margin-top: 20px;
}
.note {
    background-color: #333;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    position: relative;
    padding-right: 80px;
}
.note button {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    color: red;
    border: none;
    cursor: pointer;
    border-radius: 20%;
}
.note button:hover {
    background-color: red;
    color: white;
}
.note .timestamp {
    font-size: 0.8em;
    color: #fff;
    margin-top: 5px;
}
#onlineButton, #offlineButton {
    padding: 3px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    display: inline;
    border-radius: 20%;
}
#onlineButton {
    background-color: grey;
}
#offlineButton {
    background-color: red;
}

#specialDiv
{width: 100%;
color: #45a049;
display: none;
}

#specialDiv h2 
{font-size: medium;}
.table
{vertical-align: middle;}
.piheno
{text-decoration: line-through;
text-align: center;
vertical-align: middle;
font-size: larger;}
.edzes
{font-size: x-small;
display: block;}
table a
{color: white;
text-decoration: none;}
.fixwidth
{width: 110%;
border-radius: 10px;}
