﻿
.multiBandwidthButton {
    width: 30px !important;
    height: 30px !important;
    background: url('/desktopmodules/SharedLibrary/Plugins/MediaElementAFPIMS/multi_bandwidth.png') no-repeat;
}

.multiBandwidthButton button {
    border: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: transparent url('/desktopmodules/SharedLibrary/Plugins/MediaElementAFPIMS/multi_bandwidth.png') no-repeat;
}

.multiBandwidthOptions {
    display: none;
    position: absolute;
    right: 42px;
    bottom: 30px;
    z-index: 500;
    width: 45px !important;
    background: rgba(50, 50, 50, 0.7);
    background: #000;
}

.multiBandwidthOptions a {
    float: left;
    width: 40px;
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    color: #fff !important;
}

.multiBandwidthOptions a.chosenMBLink {
    background: #981b1e !important;
}

.multiBandwidthOptions a:hover {
    background: gray;
}
