.card .img-wrap {
    display: inline-flex;
}   
.card .img-wrap img {
    margin: 20px auto 0;
    border-radius: 10%;
}

main a {
    color: #127cc0;
}
main a:hover {
    text-decoration: none;
}

.card-body a span.badge {
    background-color: #e3dede;
    color: #666161;
}

footer {
    background-color: #0fa084 !important;
}

h2.card-header {
    font-size: 1.5rem;
}

.header-box {
    background: url(//img.filmcast.ru/uploads/images/logo.png) no-repeat 0 0;
    background-size: 80px;
    background-position-y: 10px;
}

.header-box .page-header {
    letter-spacing: 1.3px;
    color: #34495e;
}

.list-person {
    list-style: none;
    padding: 0;
}

.list-person li {
    clear: both;
    overflow: hidden;
}

.list-person li .img-thumbnail {
    margin-right: 15px;
}

.list-roles .role,
.list-person .role,
.role-name {
    font-size: 0.9rem;
    color: #e39206;
}

.movie-name {
    color: #14a085;
}

.navbar {
    background-color: #14a085 !important;
}
.navbar-collapse span.label {
    color: #20584d;
}

.nav-abc .nav-item.active .nav-link {
    color: #20584d;
}

.person-name {
    text-decoration: underline;
}
.person-role {
    color: #585c5f;
}

.search-header button {
    background-color: #f86262 !important;
}
ul.sub-names {
    margin: 0;
    padding: 0 5px;
    font-size: 0.8rem;
}
ul.sub-names li {
    text-align: left;
}
ul.sub-names li a {
    color: #ae150b;
    text-decoration: none;
}
ul.sub-names li a:hover {
    text-decoration: underline;
}