.page-content {
    padding: 30px 30px;
    min-height: calc(100% - 60px);
}

@media(max-width: 500px){
    .page-content{
        padding: 30px 6px;
    }
}

.mdl-layout__drawer .mdl-navigation {
    flex: 1;
}

.mdl-layout__drawer .mdl-navigation .mdl-list {
    margin-bottom: auto;
}

.mdl-layout__drawer .mdl-navigation .mdl-list .mdl-list__item .mdl-navigation__link {
    width: 100%;
    box-sizing: border-box;
}

/* .mdl-layout__drawer .mdl-navigation .mdl-list .mdl-list__item {
    justify-content: flex-end;
} */

.error-text {
    color: red;
    text-decoration: underline;
}

#searchForm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .mdl-layout__drawer-button {
    margin: 4px !important;
}

header .mdl-textfield {
    width: unset;
    color: black;
    flex: 1;
}

header .mdl-card {
    min-height: unset;
    width: unset;
    max-width: 100%;
}

header .mdl-card .mdl-card__actions {
    padding: 0 8px;
}

header .mdl-layout__header-row {
    max-height: 100px;
    height: 74px;
}

header .mdl-layout__drawer-button {
    top: 9px;
}

#searchResultsContainer .mdl-list__item {
    margin: 20px;
    transition: all 300ms;
}

#searchResultsContainer .mdl-list__item:hover {
    margin-left: 40px;
    transform: scale(1.1);
    cursor: pointer;
}

.ml-auto {
    margin-left: auto !important;
}

.d-none {
    display: none !important;
}