.mmdb-body .mmdb-search-input {
    text-align: center;
    margin-bottom: 40px;
}

.mmdb-body .mmdb-search-input input {
    padding: 3px 10px;
}

.mmdb-search .loader {
    background: rgba(0,0,0,0.5);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
.mmdb-search .loaderInner {
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}
.mmdb-search .credit-image.description {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}
.mmdb-body.mmdb-search .overview-on-hover .medium-rectangular.credits .credit-image.description {
    line-height: 1.4;
}
.mmdb-search .known-for {
    max-width: 180px;
}
.mmdb-search .known-for-department {
    font-weight: 500;
    margin: 0 0 10px;
}
.mmdb-search .screenplays {
    font-weight: 300;
}

div.mmdb-content .credits.bg-image .img-container {
    background-color: hsla(0, 0%, 92%, 0.8)!important;
}

.center-text {
    text-align: center;
}

.mmdb-after-content {
    padding: 20px 10px 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mmdb-after-content > div {
    display: flex;
    align-items: center;
}
.mmdb-after-content > div > span {
    padding-right: 10px;
}