.component-list .table-responsive{
    height: 352px;
}

.projectidset.component-list .table-responsive{
    height: 385px;
}

.component-list .table-responsive .articlenumber{
    font-size: 10px;
}

.component-list .table-responsive .table, .component-list .table-responsive .table th{
    font-size: 12px;
}

.component-list .table-responsive .table > thead > tr > th:first-child, .component-list .table-responsive .table > tbody > tr > td:first-child{
    padding-left: 0;
    padding-right: 0;
}

.component-list .table-responsive .table > thead > tr > th:last-child, .component-list .table-responsive .table > tbody > tr > td:last-child{
    padding-left: 0;
    padding-right: 0;
}

.component-list .table-responsive .buttons > div .infoicon{
    padding-right: 7px;
}

.component-list .table-responsive .buttons > div:last-child .infoicon{
    padding-right: 0;
}

.component-list .table-responsive .table > thead img{
    margin-top: -8px;
}

@media (max-width:1086px) {/* 2 * 352 + 352 + 2 * 15 */
    .component-list .table-responsive{
        height: 117px;
    }
    .projectidset.component-list .table-responsive{
        height: 150px;
    }
}

@media (max-width:734px) {  /* 352 + 352 + 2 * 15 */
    .component-list .table-responsive{
        height: auto;
    }
    .projectidset.component-list .table-responsive{
        height: auto;
    }
}

