/*# sourceURL=/catalog/static/css/infopanel_nav.css */
/*@ sourceURL=/catalog/static/css/infopanel_nav.css */
#infopanel_nav {
    display:flex;
    z-index:2;
    align-content: flex-end;
    justify-content: flex-end;
    flex-direction: row;
}
#infopanel_nav input {
    width: 40px;
    float:right;
    align-self:center;
    margin:10px;
    color:grey;
}

input#button_junodownload {
    width:90px!important;
}
.cover {
    height: 100%;
    background: black;
    z-index: 2;
    position: absolute;
    width: 60%;
    margin-top: 9%;
    margin-right: 0;
    margin-left: auto;
    transition: 2s linear;
    right: 0;
}
