

.custom-camera-list-app-icon {
    height: 25px;
    width: 25px;
}

.custom-camera-list-app-support {
    height: 24px;
    width: 24px;
}

.custom-camera-list-table {
  border-collapse: collapse;
}

.custom-camera-list-table-row {
    height: 70px;
    border: solid;
    border-color: rgb(230,230,230);
    border-width: 1px 0;
}

.custom-camera-list-heading-row {
    border: none !important;
}

.custom-camera-list-app-support-name-cell {
    vertical-align: middle;
}

@media only screen and (min-width: 600px) {
    .custom-camera-list-app-support-cell {
        width: 70px;
        vertical-align: middle;
        text-align: center
    }
}

@media only screen and (max-width: 600px) {
    .custom-camera-list-app-support-cell {
        width: 35px;
        vertical-align: middle;
        text-align: center
    }
}


