.movie_span {
    background-color: #00BBCF;
    padding:1px 2px;
    font-size: 12px!important;
    border-radius: 4px;
    text-align: center;
    color: white !important;
}

.movie_border {
    clear: both;
    border-top: 2px solid #19ADEB;
    border-left: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
    border-bottom: dashed 1px #dddddd;
    min-height: 250px;
    text-align: center;
    overflow: hidden;
    padding: 20px 12px;

}