.logout-form {
    display: inline; /* Make form behave like an inline element */
    width: 100%; /* Make the form take up the full width of the container */
}

.logout-button {
    border: none;
    background: none;
    padding: 0;
    text-align: left; /* Ensure the text is aligned properly */
    cursor: pointer;
    width: 100%; /* Make the button take up the full width of the container */
    font-size: inherit; /* Ensure the font size matches the rest of the links */
}

.logout-button i {
    vertical-align: middle; /* Align the icon correctly */
    margin-right: 8px; /* Space between icon and text */
}

.mdl-layout__drawer {
    width: 250px;
}