#trail-stages {
	width: 100%;
}

#trail-note {
	width: 100%;
}

#sidebar {
    width: 300px;
    max-height: 600px;
    overflow-y: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    background-color: #ffffff;
    padding: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    position: relative;
}

#sidebar h2 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #007BFF;
}

#sidebar p {
    margin: 5px 0;
}

#sidebar a {
    color: #007BFF;
    text-decoration: none;
}
#sidebar a:hover {
    text-decoration: underline;
}

#sidebar #closeSidebar {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff4d4f;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-weight: bold;
    cursor: pointer;
    line-height: 25px;
    text-align: center;
    font-size: 16px;
}

#sidebar #closeSidebar:hover {
    background: #ff7875;
}

