/*  */

.UyePanelTablo {
    width: 100%;
    margin-top: 10px
}

.UyePanelTablo tr {
    margin-bottom: 3px;
    /*border-bottom: 1px solid rgba(255, 255, 255, .05);*/
    color: #555;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
}

.UyePanelTablo tr:last-child {
    border-bottom: none
}

.UyePanelTablo tr td {
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px
}

.UyePanelTablo tr td:first-child {
    background: rgb(0 0 0 / 5%);
    padding-left: 15px;
    margin-right: 10px;
    /*font-family: sans-serif;*/
    font-weight: 600;
}

.UyePanelTablo tr td:last-child {
    /*background: #16161b;*/
    text-align: center;
    font-weight: 500;

}

/*.UyePanelTablo tr{*/
/*    color: #555;*/
/*    background-color: #eee;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 2px;*/
/*    box-shadow: inset 0 0 1px rgba(0,0,0,0.1);*/
/*}*/