.repo img {
    max-width: 100%;
}

.repo .description {
    margin-bottom: 20px;
}

.repo .filters ul {
    padding-left: 0;
    list-style-type: none;
}

.repo .filters a {
    cursor: pointer;
}

.repo .filters .selected {
    font-weight: 700;
}

.repo .documents .hideThis {
    display: none;
}

.repo.document .image,
.repo.document .video {
    margin-bottom: 10px;
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'FontAwesome';
    font-style: normal;
    speak: none;
}
.icon-arrow-up-3:before {
    content: "\f0d8";
}
.icon-arrow-down-3:before {
    content: "\f0d7";
}
.icon-apply:before,
.icon-save:before {
    content: "\f00c";
}
.icon-cancel:before {
    content: "\f00d";
}
.icon-new:before {
    content: "\f067";
}
.icon-delete:before {
    content: "\f014" !important;
}
.icon-calendar:before {
    content: "\f073";
}
