﻿.app-table {
    width: 100%;    
    border-collapse: collapse;
}

.app-table th {
    padding: 10px;
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 13px;
    line-height: normal;
    color: #4d4d4d;
    text-align: left;
}

.app-table tbody tr {
    border-top: 1px solid #d9d9d9;
}

.app-table tbody tr.clickable {
    cursor: pointer;
}

.app-table td {
    padding: 10px;
    font-family: 'Mulish';
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #4d4d4d;
    text-align: left;
}