
.fotkipress-dir-path .path {
    text-decoration: none;
    border-bottom: none;
    box-shadow: none;
}

.fotkipress-dir-path .path:hover {
    text-decoration: none;
    border-bottom: none;
    box-shadow: none;
}

.fotkipress-shortcode-files {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.fotkipress-shortcode-files .component {
    min-width: 150px;
    max-width: 150px;
    height: 150px;
    width: 150px;

    border: 1px solid #cccccc;
    border-radius: 2px;

    margin: 3px;
    padding: 0;
    overflow: hidden;
}

.fotkipress-shortcode-files .component img {
    border-radius: 2px;
    width: 150px;
    max-height: 150px;
}

.fotkipress-shortcode-files .directory {
    background-color: #fbf4be;
}

.fotkipress-shortcode-files .directory a {
    text-decoration: none;

    min-width: 150px;
    max-width: 150px;
    height: 150px;
    width: 150px;

    display: table-cell;
    text-align: center;
    vertical-align: middle;
    word-break: break-word;

    text-decoration: none;
    border-bottom: none;
    box-shadow: none;
}

.fotkipress-shortcode-files .directory a:hover {
    text-decoration: none;
    border-bottom: none;
    box-shadow: none;
}

.fotkipress-shortcode-files .file {
    display: table;
    text-align: center;
    vertical-align: middle;
    word-break: break-word;
}

.fotkipress-shortcode-files .file a {
    display: table-cell;
    vertical-align: middle;
}

.fotkipress-shortcode-files .file .text {
    width: 100%;
    height: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.fotkipress-shortcode-files .preloader {
    background-color: #8996a3;
}

.fotkipress-shortcode-files .preloader img {
    margin: 45px;
    height: 50px;
    width: 50px;
}

.fotkipress-pagination {
    margin: 10px 0 0 0;
}

.fotkipress-pagination .page {
    text-decoration: none;
    border-bottom: none;
    box-shadow: none;
    display: inline-block;
    padding: 5px;
}

.fotkipress-pagination .page:hover {
    text-decoration: none;
    border-bottom: none;
    box-shadow: none;
}
