@media only screen and (max-width: 600px) {
    .pc {
      display: none !important;
    }
    .list-cells {
        display: default !important;
    }
}
@media only screen and (min-width: 601px) {
    .pc {
      display: default !important;
    }
    .list-cells {
        display: none !important;
    }
}

ul {
    list-style-type: none;
    text-align: left;
}

.list-img {
    width: 64px;
    height: 64px;
}

.foto {
    min-width:  300px;
    min-height: 300px;
    text-align: left;
}

.text-accordion {
    font-weight: bold;
    font-size: x-large;
}

.card {
    border-color: gray;
}

.pbar {
    position: fixed;
    background-color: #ffcc05;
    z-index: 999;
    bottom: 0;
    left:0;
    right: 0;
    height: 140px;
}

.list-group-item {
    border-left: none !important;
    border-right: none !important;
}

#li-6 {
    border-top: none !important;
}

#li-7 {
    border-bottom: none !important;
}