.ui-panel-display-reveal {
    box-shadow: none;
    border-right: 2px solid white;
}

.messi-box {
    background: none;
    box-shadow: none;
    width: 100% !important;
}

.messi-wrapper {
    background: #444444;
    color: white;
    font-weight: bold;
}

.movie-list thead th,
.movie-list tbody tr:last-child {
    border-bottom: 1px solid #d6d6d6;
    /* non-RGBA fallback */
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.movie-list tbody th,
.movie-list tbody td {
    border-bottom: 1px solid #e6e6e6;
    /* non-RGBA fallback  */
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.movie-list tbody tr:last-child th,
.movie-list tbody tr:last-child td {
    border-bottom: 0;
}

.movie-list tbody tr:nth-child(odd) td,
.movie-list tbody tr:nth-child(odd) th {
    background-color: #aaaaaa;
    /* non-RGBA fallback  */
    background-color: rgba(0, 0, 0, .1);
}

.dtpicker-buttonCont .dtpicker-button {
    background: #DA8B1A !important;
}

.dtpicker-close,
.dtpicker-value {
    color: #333333 !important;
}