/* CSS MOVIELENS ARTICLE */

/* user_recalculate */
#liked_list {
    margin-top: 1rem;

}

#selected_movies {
    font-weight: 600;
    font-size: .8rem;
    padding: 0.6rem;
}

/* user_recommendations */
#ml_recommender {
    padding-bottom: .1rem;
}

#user_info {
    background-color: #d6d6d6;
    border-radius: .3rem;
    padding: 0.1rem;
    text-align: center;
    margin-top: .9rem;
    margin-right: 1em
}
#user_info p {
    margin: .3rem;
    font-weight: 300;
    font-size: .8rem;
}

#user_recommendations {
    height: 25rem;
    overflow-y: scroll;
}

/* cards */
.card {
    margin-top: 1rem;
    margin-left: 0.7em;
    margin-right: 0.7em;
    margin-bottom: 1em;
    max-width: 10rem;
    padding: 0rem;
}

.card p {
    font-size: .8rem;
    font-weight: 300;
    margin-bottom: .2rem;
}

#card_title {
    font-weight: 600 !important;
}

#card_info {
    padding: .5rem;
}

.card-img {
    object-fit:contain;
    max-height: 12rem;
}
