.app-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13.5px;
    background: #fff;
}

.app-table td,
.app-table th {
    border: 1px solid #ccc;
    padding: 5px 7px;
    text-align: left;
	color: #000;
	line-height: 1.5
}

.app-table th {
    background: #fafafa;
}

.app-table__subtitle {
    font-size: 0.9em;
    color: #999;
}

.app-table__cell--nowrap {
	white-space: nowrap;
}

.app-table tr:hover {
    background: #ffffef;
}

.app-table__item-heading {
    font-weight: 600;
}