body{
    background-image: url("/images/crossword.png");
}

.movies-cards .card-title{
    text-shadow: 0 0 5px #666;
}

.movies-cards .card-content > p{
    height: 66px;
    overflow: hidden;
}

.movies-cards .chip{
    float: right;
    margin-top: -5px;
    margin-left: 3px;
    box-shadow: 0 0 3px #999;
}

.movies-cards .rating{
    float: right;
    line-height: 66px;
    height: 66px;
    font-size: 60px;
    color: #777;
    text-shadow: 0 0 2px #aaa;
    margin-left: 10px;
}

.select-dropdown li img{
    box-shadow: 0 0 3px #000;
}

.movie-user-ratings li.collection-item.avatar{
    min-height: 62px;
    height: 62px;
    line-height: 45px;
}

body > footer{
    /* display:none; */
}

.side-nav li:not(:first-child){
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.highcharts-data-labels tspan{
    text-shadow: 0 0 0px #000 !important;
}

#sidenav-overlay{
    z-index:900 !important;
}

@media only screen and (min-width: 993px){
    .container {
        width: 95%;
        max-width: 1200px;
    }
}

@media only screen and (max-width: 993px){
    img{
        max-width: 100%;
    }

    .card-action .material-icons{
        display: none;
    }
    .card-action a{
        text-align: center;
        margin: 0px !important;
        display: block;
    }
    h1{
        text-align: center;
    }
    .container{
        max-width: 100%;
    }

    nav .brand-logo{
        text-align: center;
        width: 100%;
        left: 0 !important;
    }
}
