
/******************** info table *************************/
.infoTable {
    width: 100%;
    border: 2px solid black;
    background-color: #555;
    overflow-y: auto;
    table-layout: fixed;
    margin: 10px;
}
.infoTable th, td {
    border: 1px solid black;
    color: white;
    text-align: center;
}
.infoTable th {
    background-color: blueviolet;
    color: #FFF;
}

.infoTable img {
    max-width: 100%;
    max-height: 60px;
    padding: 5px;
}

.materialInfo {
    width: 700px;
    max-width: 95vw;
}

.coloredText {
    color:#03a9f4;
}