.thead-dark a, .thead-dark a:hover {
    color: #fff;
    text-decoration: none;
}

.actionsTable {
    width: 150px;
    min-width: 200px;
}

video {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    video {
        width: auto;
        max-height: 600px;
    }
}

.requiredInput {
    color: #ff5b5b;
}

th{
    white-space: nowrap;
}

#layoutLogo{
    padding: 0;
}

#layoutLogo img{
    height: 40px;
}
table{
    text-align: center;
}