/* Main
-------------------------------------------------- */
.layout {
    background-color: #3d3d3d;
}
/* Buttons
-------------------------------------------------- */
.button {
    background-color: #262626;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border: 0;
    padding: 3px 5px;
    cursor: pointer;
}
.button:hover {
    background-color: #808080;
}
/* Cinema List
-------------------------------------------------- */

.tab a {
    color: #444;
}
.tab.active, .tab:hover {
    background-color: #dedede;
}
.time_select .time {
    color: #fff;
    background-color: #444;
}
.time_select .time .ov {
    color: #aaa;
}
