/*COMMON*/

* {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #9d9d9d;
    padding: 0;
    margin: 0;
}

    *:focus {
        outline: none;
    }

body {
    background: rgb(28, 28, 28);
    background-image: url("background-seamless.jpg");
    -webkit-text-size-adjust: 100%;
}

a {
    color: #175dba;
    text-decoration: none;
}

    a:focus {
        outline: none;
    }

    a::-moz-focus-inner {
        border: 0;
    }

    a:hover {
        text-decoration: underline;
    }


/*CONTAINER*/

.container {
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(0, 0, 0, 0.4)*/
}

.table {
    display: table;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    /*width: 33.333%;*/
    width: 364px;
    border-left: 3px solid rgba(0, 0, 0, 0.2);
    border-right: 3px solid rgba(0, 0, 0, 0.2);
}

.tableCell {
    display: table-cell;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.5);
    height: auto;
}

.contentContainer {
    display: table;
    margin: 0 auto;
}

.content {
    vertical-align: middle;
    display: table-cell;
    padding-top: 30px;
    padding-bottom: 20px;
    width: 300px;
}

.headlineContainer {
    margin-bottom: 25px;
    width: 300px;
}

/*CONTENT*/

.descriptionContainer {
    width: 200px;
    text-align: justify;
    color: #6D6F75;
    margin-bottom: 7.5px;
}

.description {
    text-align: justify;
    width: 100%;
    margin: 0 auto;
    font-size: 0.8em;
    margin-bottom: 25px;
    line-height: 1.5em;
}

    .description p {
        margin: 1px 1px 10px 1px;
    }


.headlineImage {
    vertical-align: middle;
    width: 28px;
    text-align: left;
    transform: scale(1, 1.15);
    margin-top: 0.75px;
}

.headline {
    text-transform: uppercase;
    font-size: 1.28em;
    color: #175dba;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 9px;
    display: inline-block;
    transform: scale(1, 1.1);
    margin-top: 0px;
 
}

.indicator {
    width: 105px;
    display: inline-block;
    margin-left: -105px;
    font-weight: bold;
    font-size: 0.9em;
}

.indentedContent {
    padding-left: 105px;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #006cc1;
    width: 195px;
    font-size: 0.75em;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}


/*INSIDE FORM TAG*/

form {
    overflow: visible;
}


input[type="text"] {
    background: rgba(6, 6, 6, 0.9);
    border: 1px solid #181818;
    color: #7e8086;
    width: 283px;
    height: 18px;
    padding: 3px 9px 3px 6px;
    margin: 5px 0px 0px 0px;
    font-size: 0.75em;
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 300px;
}

.cursorPointer {
    cursor: pointer;
}

.cursorMove {
    cursor: move;
}

.videoTitle {
    margin-top: 10px;
    margin-bottom: -5px;
    margin-left: 6px;
    color: #46474A;
    width: 100%;
    width: 295px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.8em;
}

.formFooter {
    height: 35.25px;
    margin-top: 20px;
    width: 100%;
}

.formFooterLeft {
    width: 50%;
}

.formFooterRight {
    width: 50%;
}

::-webkit-input-placeholder { /* Edge */
    color: #47484B;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #47484B;
}

::placeholder {
    color: #47484B;
}

@-moz-document url-prefix() {

    ::placeholder {
        color: #7e8086;
    }
}



@media (max-width: 481px) {

    body {
        background: #080808;
    }

    .table {
        width: 320px;
        border-left: 0px;
        border-right: 0px;
    }

    .tableCell {
        background: rgba(0, 0, 0, 0.0);
    }


    .description {
        font-size: 0.85em;
    }

    input[type="text"] {
        font-size: 0.74em;
        width: 223px;
        margin-left: 10px;
    }

        input[type="text"].mediaInput {
            margin-left: 0px;
            width: 283px;
        }

    .videoTitle {
        font-size: 0.79em;
        width: 235px;
        margin-left: 37px;
    }

    .formFooter {
        width: 300px;
    }
}
