.app-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    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;
    /* width: 33%; */
}

.app-table--v td {
	width: 75%;	
}

.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;
}

@media (min-width: 768px) {
    .app-table {
        font-size: 13.5px;;
    }
}