.title {
    margin: 10px 0;
    font-size: 1.1em;
    font-weight: 200;
}
.list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 50px;
}
.item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 7px;
    box-shadow: 0 4px 12px 0 rgba(13, 35, 67, 0);
}
.result-title {
    color: #696b71;
    margin-bottom: 5px;
}
.filename {
    color: #999;
    font-size: .8em;
}
.size {
    color: #ccc;
    font-weight: bold;
    padding-left: 1em;
}
.link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}