
#table > tbody > tr > td > button{
padding: 5px 10px;
font-size:10px;
background-color: var(--main-color);
margin-left: 5px;
cursor: pointer;
border-radius: 3px;
}


table{
border-collapse: collapse;
margin:auto;
margin-top:40px;
margin-bottom:40px;
}

.go6bjF9rY1{
font-size:12.5px;
padding: 4px 6px;
display:inline-block;
border-radius:2px;
cursor:pointer;
text-transform:uppercase;
}

table > thead{
overflow:hidden;
}

table > thead > tr{
overflow:hidden;
}

table > thead > tr > td:first-child{
border-top-left-radius:5px!important;
}

table > thead > tr > td:last-child{
border-top-right-radius:5px!important;
}

table > thead > tr > td{
background-color:var(--main-color);
overflow:hidden;
text-align:center;
font-size:13px;
text-transform:uppercase;
height:50px;
color:#fff;
box-sizing:border-box;
}

table > tbody > tr > td{

text-align:center;
font-size:15px;
height:50px;
/* overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis; */

padding-left:10px;
padding-right:10px;

box-sizing:border-box;
background-color:rgb(255,255,255,0.05);
user-select: text;
-moz-user-select: text;
-webkit-user-select: text;
}

.prevent-select{
-webkit-user-select: none; /* Safari */
-ms-user-select: none; /* IE 10 and IE 11 */
user-select: none; /* Standard syntax */
}


.elevate{
-moz-transition:all 0.2s;
-webkit-transition:all 0.2s;
transition:all 0.2s;
}

.elevate:hover{
transform:scale(1.5);
z-index:1;
}






table > tbody > tr > td > a{
font-size:13px;
text-align:center;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}

table > tbody > tr:hover{
background-color:rgb(255,255,255,0.05);
cursor:pointer;
}


table > tbody > tr > td > button{
padding:13px;
cursor:pointer;
margin-left:5px;
}

.T040{
width:35px;
height:35px;
}

.T050{
max-width:50px;
min-width:50px;
width:50px;
}

.T075{
max-width:75px;
min-width:75px;
width:50px;
}

.T085{
max-width:85px;
min-width:85px;
width:50px;
}

.T100{
max-width:100px;
min-width:100px;
width:100px;
}

.T110{
max-width:110px;
min-width:110px;
width:110px;
}

.T115{
max-width:115px;
min-width:115px;
width:115px;
}

.T125{
max-width:125px;
min-width:125px;
width:125px;
}

.T150{
max-width:150px;
min-width:150px;
width:150px;
}

.T175{
max-width:175px;
min-width:175px;
width:175px;
}

.T200{
max-width:200px;
min-width:200px;
width:200px;
}

.T300{
max-width:300px;
min-width:300px;
width:300px;
}

.T400{
width:400px;
max-width:400px;
min-width:400px;
}

.T500{
max-width:500px;
min-width:500px;
width:500px;
}
