/* 
    Created on : 14.08.2024, 14:54:11
    Author     : ThomasRutschke
*/

@import url("ui-calc.css");

.tool-def {

}

.tool-def hr {
    width:100%;
    color:#009ee0;
    margin:20px 0 20px 0;
}

.container-5-col {
    display:grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 1rem;
    margin: 0;
}


