.table-scroll {
    overflow-x: auto;
}

.analysis-list {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.analysis-list th,
.analysis-list td {
    padding: 12px 10px;
    border-bottom: 1px solid #e3e8e5;
    text-align: left;
    vertical-align: top;
}

.analysis-list th {
    color: #718079;
    font-size: 12px;
    font-weight: 650;
}

.link-button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #416c5c;
    font-size: 13px;
}

.link-button:hover {
    background: transparent;
    text-decoration: underline;
}

.danger-link {
    color: #a23d3d;
}
