
.typed {
    font-family: Barlow, sans-serif;
    color: black;
    box-sizing: border-box;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.typed  {
    line-height: 1.5 !important;
}

.typed h1 {
    font-size: 30px;
}

.typed h2 {
    text-decoration: none;
    font-size: 23px;
}

.typed h4 {
    font-size: 18px;
}

.typed h5 {
    font-size: 17px;
}

.typed h6 {
    font-size: 16px;
}


.typed table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.typed th {
    text-align: left;
}

.typed th, .typed td {
    padding: 10px 6px;
}

.typed td {
    border-bottom: 1px solid #ededed;
    padding: 10px;
}

.typed table tr:last-child td {
    border-bottom: none;
}

.typed table.table-unstyled td {
    border-bottom: none;
}
