/* here you can put your own css to customize and override the theme */
th {
  text-align: center;
}

.radio {
    padding-top: 0px !important;
}

.radio-inline{
    padding-left: 0px;
}

.movie-container{
    display: block;
    width: 200px;
    margin: 10px;
    float: left;
    min-height: 400px;
}
.movie-title {
    background-color: #D71F39;
    color: #fff;
    display: block;
    padding: 5px;
    text-transform: uppercase;
}

.movie-image{
    width: 200px;
    height: auto;
    min-height: 300px;
    background-color: #000;
}
.movie-time {
    width: 100px;
    float: left;
    display: block;
    text-transform: uppercase;
}