#player-container {

    width: 986px;
    height: 450px;
    outline: 2px solid #222;
    margin-bottom: 15px;
    position: relative;

}

#right-collum {

    width: 985px !important;
    float: left !important;

}

#player-border {

    width: 982px;
    height: 421px;
    background-color: #000;
    position: absolute;
    border: 2px solid #444;

}

#player {

    width: 982px;
    height: 421px;
    background-color: #000;
    position: absolute;
    left: 2px;
    bottom: 2px;

}

#player-header {

    width: 100%;
    height: 25px;
    padding: 2px;
    padding-left: 4px;
    font-size: 20px;
    box-sizing: border-box;
    background-image: url("../../media/inputbg.gif") !important;
    color: #FFF;
    font-family: tahoma, arial, sans-serif;
    user-select: none;
    position: relative;

}

#header-title {

    width: 400px;
    height: 25px;
    text-shadow: 2px 2px #000;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;

}

#fullscreenBtn {

    width: auto;
    z-index: 5;
    background-size: cover;
    border: #222 2px solid;
    border-top: #999 2px solid;
    border-right: 2px solid #999;
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: 12px;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
    outline: 1px solid #222;

}

#fullscreenBtn:active {

    background-color: #555;
    border: #222 2px solid;
    border-left: #999 2px solid;
    border-bottom: 2px solid #999;

}

#content-info {

    width: 100%;
    height: 25px;

}

#content-creator {

    float: left;

}

#content-date {

    float: right;

}

#content-views {

    float: right;
    margin-right: 50px;

}

#content-info-sub {

    width: 100%;
    height: 25px;
    margin-top: 10px;

}

#rate {

    width: 100%;
    height: 30px;
    margin-top: 5px;
    background-color: #555;

}

#content-title {

    color: #ddd;
    font-size: 22px;
    padding-bottom: 7px;
    border-bottom: 1px solid #777;
    padding-left: 5px;

}

#content-type {

    float: right !important;
    font-size: 11px  !important;
    display: flex  !important;
    justify-content: flex-end  !important;
    align-items: flex-end  !important;
    width: auto  !important;
    height: 27px  !important;
    position: relative  !important;
    padding-right: 5px  !important;  

}

#dsrcp {

    margin-top: 15px;

}

#content-creator {

    display: flex;
    flex-direction: row;
    margin-top: 1px;
    font-size: 12px;

}

#play-prflpic {

    height: 50px;
    width: 50px;
    outline: 2px solid #3B5998;
    border: 1px solid #888;
    position: relative;
    margin-bottom: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 5px;
    margin-right: 10px;

}

#fileuploadername {

    position: relative;
    top: 4px;

}