/* Tries table */

thead tr:first-of-type td {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}

table.build-attempts {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
}

table.build-attempts td,
table.build-attempts th {
    padding: 6px;
    text-align: left;
    vertical-align: middle;
}

table.build-attempts td:first-of-type,
table.build-attempts th:first-of-type {
    padding-left: 24px;
}

table.build-attempts td:last-of-type,
table.build-attempts th:last-of-type {
    padding-left: 24px;
}

table.build-attempts thead {
    border-bottom: 3px solid #9C9C9C;
}

table.build-attempts thead th {
    padding-bottom: 10px;
}

table.build-attempts tbody tr:first-of-type td {
    padding-top: 12px;
}

table.build-attempts tbody tr td:nth-of-type(1),
table.build-attempts tbody tr td:nth-of-type(2) {
    text-align: center;
}

table.build-attempts .try-num {
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    border-radius: 9px;
    border: 1px solid #A2A2A2;
    background: white;
    font-size: 12px;
    line-height: 16px;
}
