.movie-img {
    width: 290px;
    height: 460px;
    float: left;
}

.movie-img img {
    float: left;
}

.movie-link {
    width: 290px;
    height: 48px;
    float: left;
    display: block;
    line-height: 48px;
    background-color: #171717;
    text-align: center;
    font-size: 12px;
    color: #4e4e4e;
    font-weight: bold;
    text-decoration: none;
}

.movie-details {
    width: 297px;
    float: left;
    margin-left: 30px;
    padding-top: 20px;
    font-size: 11px;
}

.movie-details p {
    color: #4e4e4e;
}

.movie-details span {
    color: #fff;
    padding-left: 5px;
    padding-right: 7px;
}

.price {
    font-size: 12px;
    color: #1f7bc9 !important;
    font-weight: bold;
}

.movie-buttons {
    width: 300px;
    margin-top: 45px;
    float: left;
}

.movie-desc {
    width: 617px;
    float: left;
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 50px;
    color: #fff;
}

.movie-desc p {
    color: #fff;
    line-height: 20px;
}