table.qy-table {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: "Roboto";
}

    table.qy-table.with-action tr:hover td {
        cursor: pointer;
    }

    table.qy-table.with-hover tr:hover td {
        background: #F5F5F5;
    }

    table.qy-table th,
    table.qy-table td {
        font-size: 1em;
        vertical-align: middle;
        color: #696868;
        padding: 8px 12px;
        text-align: left;
    }

    table.qy-table td {
        font-weight: 100;
    }

    table.qy-table th {
        text-transform: uppercase;
        font-weight: bold;
    }

    table.qy-table.with-hover tr.selected td,
    table.qy-table.with-hover tr.selected:hover td {
        background: #ff5032;
        color: #FFF;
    }

    table.qy-table .sq-number,
    table.qy-table .sq-label {
        display: block;
    }

    table.qy-table .sq-label {
        font-size: 0.95em;
        line-height: 1.7em;
    }

    table.qy-table .sq-number {
        color: #FF5032;
        font-size: 2em;
        line-height: 1.3em;
    }

    table.qy-table.with-line-separator th,
    table.qy-table.with-line-separator td {
        border-bottom: 1px solid #e4e4e4;
    }

    table.qy-table.with-line-separator tbody tr:last-child th,
    table.qy-table.with-line-separator tbody tr:last-child td {
        border: 0;
    }

.table-round-item {
    display: inline-block;
    cursor: default;
    padding: 8px;
    border: 2px solid #E5E5E5;
    color: #999999;
    background: #FFFFFF;
    border-radius: 25px;
    margin-right: 8px;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.table-round-number {
    display: inline-block;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 2.7em;
    border: 1px solid #FF5032;
    text-align: center;
    font-family: "Roboto";
    color: #FF5032;
}

.table-avatar-img {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    width: 42px;
    height: 42px;
    border: 1px solid #B5B5B5;
}

.table-avatar-name {
    display: inline-block;
    text-transform: lowercase;
}

.table-avatar-img + .table-avatar-name {
    margin-left: 8px;
}

.table-round-number + .table-avatar-img {
    margin-left: -8px;
}
