.archive{
    width: 26px;
    height: 26px;
    background: url(/img/archive.png) 0 -1px no-repeat;
    background-size: cover;
    margin-left: 10px;
    cursor: pointer;
    margin-top: -5px;
}

.archiver{
    position: fixed;
    top: -100%;
    width: 100%;
    border-bottom: 2px solid #e4db6c;
    padding: 20px;
    font-size: 120%;
    background: #fcf379;
    height: 150px;
    z-index: 2000;
    text-align: center;
}

.archiver button{
    border: 0;
    padding: 5px 10px;
    margin: 12.5px 5px;
    background: #e0d432;
}

.transition-on .archiver{
    transition: 600ms all;
}

.archive-open .archiver{
    top: 0;
}

.archive-open .item .overflow{
    height: 65% !important;
}

.archive-open .item.opened{
    top: 190px;
}

.archived .archiver{
    height: 100%;
    padding-top: 15%;
}