p {
    margin: 0 !important;
    padding: 0 !important;
    color: #000;
}

.station-logo {
    width: 154px;
    height: 50px;
}

.login-mxw {
    max-width: 360px;
}

.or-line:before,
.or-line:after {
    content: "";
    height: 1px;
    flex-grow: 0.15;
    background-color: #666;
}

.or-line:before {
    margin-right: 20px;
}

.or-line:after {
    margin-left: 20px;
}

.card-outline {
    padding: 0 !important;
    margin: 5px !important;
    border: 1px solid #98b2dd;
    border-radius: 5px;
    width: 200px;
}

.card-header {
    padding: 0 !important;
    background-color: #98b2dd !important;
}

.favorite,
.no-favorite {
    cursor: pointer;
    font-size: 20px;
    text-align: end;
}

.card-body {
    text-decoration: none;
}

.app-name {
    padding-left: 5px !important;
}

.azure-ad-logo {
    color: #000 !important;
    background-color: #f6f6f6 !important;
    border-color: #b9b8b8 !important;
}

.azure-ad-logo:hover {
    opacity: 70%;
}

@media (max-width: 600px) {
    .card-outline {
        width: 160px;
    }
}