﻿.Download_Item {
        width: 100%;
        padding: 5px;
        background-color: #eee;
        color: black;
        border-radius: 4px;
        border: 1px solid white;
        text-align: justify;
    }

    .Download_Desc {
        width: 84%;
        float: right;
        text-align: justify;
    }

    .Download_Caption {
        width: 15%;
        float: right;
        text-align: justify;
        text-align: right;
    }

    .VideoTag {
        width: 600px;
        height: 400px;
    }

    .VideoToRight {
        position: absolute;
        z-index: 50;
    }

        .VideoToRight div {
            position: relative;
            right: 0;
            top: 180px;
        }

    .VideoToLeft {
        position: absolute;
        z-index: 50;
    }

        .VideoToLeft div {
            position: relative;
            right: 573px;
            top: 180px;
        }

    .ImgBox {
        width: 600px;
        height: 400px;
        float: right;
    }

    .ImgToRight {
        position: absolute;
        z-index: 50;
    }

        .ImgToRight div {
            position: relative;
            right: 0;
            top: 180px;
        }

    .ImgToLeft {
        position: absolute;
        z-index: 50;
    }

        .ImgToLeft div {
            position: relative;
            right: 573px;
            top: 180px;
        }

    .AudioBox {
        width: 69% !important;
    }