.eeSFL h1 {
    text-align: left;
}

.eeSFL p {
    text-align: left;
}

.eeSFLContactInfo {
    padding: 20px;
    width: 100%;
    clear: both;
}

.eeSFL_Spacer {
    width: 100%;
    height: 1em;
    clear: both;
}

.eeSFL {
    padding: 1em;
}

    .eeSFL form {
        margin: 1em auto;
        padding: 0.5em 1.5em 1.5em;
        border: 2px solid rgb(221, 221, 221);
        border-image: none;
    }

    .eeSFL table.eeFiles {
        margin: 0px auto;
        border: 1px solid rgb(153, 153, 153);
        border-image: none;
        width: 100%;
        text-align: center;
        border-collapse: collapse;
    }

    .eeSFL .eeFiles tr:hover {
        background: rgb(255, 255, 255);
    }

    .eeSFL .eeFiles th {
        background: rgb(85, 85, 85);
        text-align: center;
        color: rgb(238, 238, 238);
    }

    .eeSFL .eeFiles td {
        padding: 0.25em 0px;
        overflow: hidden;
        vertical-align: middle;
        border-bottom-color: rgb(153, 153, 153);
        border-bottom-width: 1px;
        border-bottom-style: solid;
        -ms-text-overflow: clip;
    }

    .eeSFL th {
        width: auto;
        -ms-word-break: normal;
    }

    .eeSFL td {
        width: auto;
        -ms-word-break: normal;
    }

        .eeSFL td.eeSFL_Thumbnail {
            width: 64px;
        }

            .eeSFL td.eeSFL_Thumbnail img {
                margin: 0px auto;
                display: block;
            }

        .eeSFL td.eeSFL_FileName {
            text-align: left;
            padding-left: 3px;
        }

    .eeSFL p.eeSFL_FileLink {
        margin: 0px;
        padding: 0px;
    }

    .eeSFL p.eeSFL_FileDesc {
        margin: 0px;
        padding: 0px;
    }

    .eeSFL p.eeSFL_FileSubmitter {
        margin: 0px;
        padding: 0px;
    }

    .eeSFL p.eeSFL_FileDesc {
        font-size: 80%;
    }

    .eeSFL p.eeSFL_FileSubmitter {
        font-size: 80%;
    }

    .eeSFL .eeFiles th.eeSFL_FileName {
        text-align: left;
        padding-left: 10px;
    }

    .eeSFL .eeFiles td.eeSFL_FileName {
        text-align: left;
        padding-left: 10px;
    }

    .eeSFL .eeFiles td a {
        text-decoration: none;
    }

    .eeSFL label {
        float: left;
    }

    .eeSFL input[type=file] {
        font-size: 120%;
        margin-bottom: 1em;
        float: left;
    }

#eeMessageDisplay ul {
    list-style: none;
}

    #eeMessageDisplay ul li::before {
        content: "? ";
    }

#eeSFL_FileDropZone {
    padding: 10px;
    border: 5px dashed rgb(199, 199, 199);
    border-image: none;
}

#eeSFL_FilesDrug {
    font-size: 120%;
    margin-bottom: 1em;
    margin-left: 20px;
}

#eeSFL_UploadGo {
    margin-left: 20px;
    float: left;
}

#eeSFL_UploadProgress {
    width: 1%;
    height: 2em;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 2em;
    overflow: hidden;
    font-size: 1em;
    vertical-align: text-top;
    display: none;
    background-color: rgb(35, 225, 0);
}

    #eeSFL_UploadProgress em {
        display: none;
    }

#eeUploadInfoForm {
    margin-bottom: 20px;
}

    #eeUploadInfoForm p {
        margin: 0px;
        font-size: 80%;
    }

    #eeUploadInfoForm label {
        width: 100%;
        margin-bottom: 5px;
        float: left;
        max-width: 100%;
    }

    #eeUploadInfoForm input[type=text] {
        width: 100%;
        margin-bottom: 5px;
        float: left;
        max-width: 100%;
    }

    #eeUploadInfoForm input[type=email] {
        width: 100%;
        margin-bottom: 5px;
        float: left;
        max-width: 100%;
    }

    #eeUploadInfoForm label {
        margin: 0px;
        width: 100%;
        clear: left;
    }

    #eeUploadInfoForm textarea {
        margin: 0px;
        width: 100%;
        height: 4em;
    }

.eeSFL_UploadingImg {
    border-radius: 32px;
    margin-right: 1em;
    box-shadow: none !important;
}

.entry-content .eeSFL_UploadingImg {
    border-radius: 32px;
    margin-right: 1em;
    box-shadow: none !important;
}

.eeSFL .eeSFL_EditFileWrap {
    margin: 5px 0px;
    padding: 10px 3%;
    border-radius: 6px;
    border: 1px solid rgb(107, 107, 107);
    border-image: none;
    width: auto;
    display: none;
    background-color: rgb(246, 246, 246);
}

    .eeSFL .eeSFL_EditFileWrap h4 {
        margin: 0px;
    }

    .eeSFL .eeSFL_EditFileWrap p {
        margin: 10px 0px;
    }

    .eeSFL .eeSFL_EditFileWrap label {
        width: 20%;
        text-align: right;
        margin-right: 6px;
        display: inline-block;
    }

    .eeSFL .eeSFL_EditFileWrap input[type=text] {
        margin: 0px;
        width: 55%;
        display: inline-block;
    }

.eeSFL p.sfl_instuctions {
    text-align: right;
    font-size: 70%;
    font-style: italic;
    margin-bottom: 0px;
}

.eeValign {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.eeCenter {
    text-align: center !important;
}

.eeAlignRight {
    text-align: right;
}

.eeClearFix {
    clear: both;
}

.eeSFL_Hide {
    display: none;
}

.eeSFL_FileRenameEntry {
    display: none;
}

.eeOldFileName {
    display: none;
}

.eeSFL_SavedDesc {
    display: none;
}
