﻿#DownloadManager_Container {
    position: fixed;
    display: flex;
    top: 0;
    right: 0;
    flex-direction: column;
    margin: 19px 0;
    padding: 10px 10px;
    background: #ccc;
    width: 400px;
    border-radius: 10px;
}

.DownloadManager_Item {
    display: block;
    position: relative;
}

.DownloadManager_Cancel {
    position: absolute;
    right: 13px;
    top: 3px;
    cursor: pointer;
    color: #777;
}

.DownloadManager_Cancel:hover {
    color: #000;
}
