@charset "UTF-8";

.stocks_table {
    margin-bottom: 40px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table, th, td {
    color: #333333;
    border: 1px solid #d9d9d9;
    font-size: 14px;
}

th, td {
    padding: 12px 5px 12px 13px;
}

th {
    background: #f2f4f5;
    width: 230px;
    font-weight: 600;
}