.error-row {
    margin-top: 1%;
    height: 65px;
}

.login-row {
    margin-top: 5%;
}

.admin-btn {
    position: absolute;
    left: 25%;
    width: 20%;
}

.guest-btn {
    position: absolute;
    left: 55%;
    width: 20%;
}

img {
    max-width: 100%;
    max-height: 100%;
    float: left;
    padding: 5px;
    padding-right: 10px;
    border-radius: 9px;
}

.article {
    width: auto;
    height: 150px;
    box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.2);
}

.article:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}

.article-row {
    margin-bottom: 10px;
}

.add-recipe {
    margin-bottom: 10px;
    height: 50px;
    box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-recipe:hover {
    margin-bottom: 10px;
    height: 50px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-link:link,
.article-link:visited,
.article-link:hover,
.article-link:focus,
.article-link:active {
    text-decoration: none;
    color: inherit;
}

.recipe-name {
    padding-top: 20px;
}

.add-tag-btn {
    margin-left: 5px;
    height: fit-content;
}

.submit-btn-row {
    text-align: right;
}

.img-input {
    border: 0px;
    padding: 0px;
}

.recipe-view {
    margin-top: 2%;
    margin-bottom: 5%;
}

.recipe-label {
    font-weight: bold;
}

.wish-card {
    text-align: center;
    box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.2);
}
.wish-card:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}

.wish-card i {
    color: rgba(0,0,0,.5);
}

.wish-card-row {
    margin-bottom: 10px;
}

.wishlists-row {
    margin-top: 2%;
    margin-bottom: 10px;
    text-align: center;
}

@media (max-width: 320px) {
    .index-icon {
        font-size: 64px;
    }
    .card-footer h3 {
        font-size: 12px;
        white-space: nowrap;
    }
}

@media (min-width: 321px) {
    .index-icon {
        font-size: 64px;
    }
    .card-footer h3 {
        font-size: 18px;
        white-space: nowrap;
    }
}

@media (min-width: 551px) {
    .index-icon {
        font-size: 128px;
    }
    .card-footer h3 {
        font-size: 24px;
        white-space: nowrap;
    }
}

.wishlist-tr th, .wishlist-tr td {
    width: 30%;
}

.grayedout {
    opacity: 0.7;
    filter: alpha(opacity = 60);
}

