#content {
	min-height: 500px;
}
#files {
    text-align: justify;
}

DIV.item {
    position: relative;
    display: inline-block;
    vertical-align: top !important;
    width: 30%;
    height: 200px;
    /* min-height: 200px; */
    background-color: #fff;
    margin: 3px 6px 6px 3px;
    box-shadow: 0 0 4px #DEDEDE;
    -moz-box-shadow: 0 0 4px #DEDEDE;
    -webkit-box-shadow: 0 0 4px #DEDEDE;
    line-height: 1em;
    color: #C5C5C5;
    text-align: center;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 2px;
}

DIV.item.upload.active-hover .tools {
    background-color: transparent !important;
}
DIV.item A, DIV.item .item_name {
    text-decoration: none;
    color: #2E2E2E !important;
    text-align: left;
    text-align-last: auto !important;
}

DIV.item .preview {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 170px;
    line-height: 170px;
    /* background-color: #dfdfdf; */
    background-color: #fff;
    vertical-align: middle;
    font-size: 0.1px;
    overflow: hidden;
    text-align: center;
    text-align-last: center;
}
DIV.item .preview VIDEO {
    width: 100%;
}

DIV.item .preview AUDIO {
    margin: 69px auto;
}

DIV.item .preview IMG {
    width: auto;
    height: 100%;
}

DIV.item .item_name {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 4px;
    min-height: 17px;
    /* width: 153px; */
    overflow: hidden;
    text-align: left !important;
}

.centered_container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.info_block {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #2f3c52;
    font-size: 14px;
}

#webtorrent_download_table {
    width: 100%;
}

#webtorrent_download_table TD {
    padding: 5px 10px 5px 0;
}

#progress_outer {
    width: 100%;
    height: 14px;
    border-radius: 7px;
    border: 1px solid #787878;
    background-color: #BABABA;
}
#progress_inner {
    display: block;
    background-color: #7A7A7A;
    height: 100%;
    width: 0%;
    border-radius: 7px;
    text-align: right;
    color: #fff;
}
#progress_text {
    display: inline-block;
    float: right;
}

#webtorrent_client_view__webrtc_not_supported_error_msg {
	display: none;
}