.mediaSource {
    height: auto!important;
    top: 78px!important;
    justify-content: center;
    padding-left: 0!important;
    margin: auto;
}

.vlcDiv {
    height: auto!important;
    bottom: 41px!important;
    padding: 0!important;
    width: 26px!important;
    margin: 0!important;
    left: 72%!important;
    top: unset!important;
    background-color: unset!important;
    justify-content: center;
    padding-left: 0!important;
    cursor: pointer;
}

.downloadDiv {
    height: auto!important;
    bottom: 41px!important;
    padding: 0!important;
    width: 26px!important;
    margin: 0!important;
    left: 22%!important;
    top: unset!important;
    background-color: unset!important;
    justify-content: center;
    padding-left: 0!important;
    cursor: pointer;
}

.downloadButtonImg, .vlcButtonImg {
    width: 26px;
    height: 26px;
    color: white;
}

.mediaSourceFlag {
    width: 65px;
    height: 35px;
    display: block;
}

.mediaSourceTop {
    background-color: grey;
}

.mediaSourceTop td {
    color: white;
    font-size: 11px;
    text-align: center;
}

.mediaSourceBottom {
    background-color: grey;
}

.mediaSourceBottom td {
    color: white;
    font-size: 11px;
    text-align: center;
}

.mediaSourceBody td {
    width: 40px;
    padding: 0;
}

.mediaSourceTable {
    margin: 10px;
    align-self: center;
}

.mediaSourceDiv {
    display: flex;
    cursor: pointer;
}

.mediaSourceSelected {
    border: 3px solid #ffcb00;
}

.mediaSourceRowSelected {
    background-color: #ffcb00;
}

.mediaSourceRowSelected td {
    color: black;
    font-weight: bold;
}

.vjs-download-control {
    left: 25%;
}

.vjs-vlc-control {
    left: 75%;
}

.vjs-modal-dialog-content {
    z-index: unset!important;
    padding: 179px 24px!important;
}