.list-unstyled {
    list-style: none;  /* Removes bullet points */
    padding-left: 0;   /* Optional: Removes extra spacing */
}

/*Handle calender display*/
#calendar {
            width: 300px;
            margin: 20px auto;
            border-collapse: collapse;
        }
     #calendar th, td {
            width: 40px;
            height: 40px;
            text-align: center;
            border: 1px solid #ddd;
        }
       #calendar th {
            background: #f4f4f4;
        }
     #calendar .today {
            background: #007bff;
            color: white;
            border-radius: 50%;
            display: inline-block;
            width: 35px;
            height: 35px;
            line-height: 35px;
        }

.nav_hover:hover{
    text: green;
    background: white;
}

 .select, #locale {
    width: 100%;
  }
  .like {
    margin-right: 10px;
  }

  /* Ensure table headers and content are left-aligned */
#myTable th,
#myTable td {
    text-align: left !important;
}
