body
{
    margin: 8px;
    background: #000;
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
}

.nav-tabs
{
    padding-top: 12px;
    border-bottom: 1px solid #a0a0a0;
}

.nav-link
{
    color: #aaa !important;
}

.nav-link.active
{
    color: #ccc !important;
    background-color: #222 !important;
    border-color: #a0a0a0 !important;
}

.nav-link:focus, .nav-link:hover
{
    border-color: #a0a0a0 !important;
}

.items-container
{
    display: grid;
    grid-template-columns: repeat(auto-fill, 400px);
    grid-gap: 20px;
    justify-content: center;
    margin-top: 72px;
}

.empty-container
{
    margin: 100px auto 0;
    grid-column: 1 / -1;
}

.modal-body
{ 
   background-color: #151515 !important;
   display: flex;
   flex-direction: column;
   justify-content: center; 
}

.close-popup-block
{
    margin-top: 12px;
}

@media (min-width: 1200px)
{
    .close-popup-block
    {
        display: none;
    }
}

.cover
{
    width: 400px;
    border-radius: 6px;
}

.header
{
    font-size: 24px;
    margin-top: 6px;
}

.title
{
    margin-right: 6px;
}

.year
{
    color: #a0a0a0;
}

.length, .stars, .trailer
{
    font-size: 18px;
    color: #a0a0a0;
}

.length span, .stars span, .trailer a
{
    display: inline-block;
    margin-left: 3px;
}

.length .icon
{
    width: 15px;
    height: 15px;
    margin: 0 3px 3px 1px;
}

.stars .icon
{
    width: 16px;
    height: 16px;
    margin: 0 3px 5px 0;
}

.trailer .icon
{
    width: 24px;
    height: 24px;
    margin: 0 0 3px -5px;
}

.trailer a
{
    text-decoration: none;
    color: #336699;
}

.description
{
    margin: 4px 0 3px 0;
    color: #a0a0a0;
    font-size: 16px;
}
