/*
 *  Copyright (C) SCHUNK GmbH & Co. KG - All Rights Reserved
 *  Unauthorized copying of this file, via any medium is strictly prohibited
 *  Proprietary and confidential
 *  Written by Thomas Rutschke thomas.rutschke@rutschkeconsulting.com, November 2022
 */
/* 
    Created on : 28.08.2024, 17:26:54
    Author     : ThomasRutschke
*/

.detailed-result-table {
    line-height: 1.0em;
    text-align: left;
    width: 70%
}

.detailed-result-table td {
    width: 20%;
    border: 1rem solid transparent;
}

.progress {
    width: 80%;
    background-color: #f5f5f5;
}

.progress-bar {
    height: 1rem;
    background-color: #009ee0;
}
