<style type="text/css">

.wp-list-table .column-id { width: 20; }
.wp-list-table .column-gender { width: 6%; }
.wp-list-table .column-age { width: 5%; }
.wp-list-table .column-kumite { width: 6%;}
.wp-list-table .column-kata { width: 6%;}
.wp-list-table .column-club { width: 6%; font-size: small;}
.wp-list-table .column-mat { width: 5%;}
.wp-list-table .column-mata { width: 6%;}
.wp-list-table .column-name { width: 26%;}
.wp-list-table .column-status { text-align: center;}
.wp-list-table .column-player_name { width: 20%;}
.wp-list-table .column-judge_name { width: 20%;}
.widefat .column-kumite { width: 8%; }
.name_style {font-size: larger; font-weight: 500;}
.right {text-align: right;}

hr {
  border-top: 0.5px solid #a3a3c2;
}

.red {
  color: red;
}

.green {
  color: green;
}

.warning {
    color: MistyRose;
}

.grey {
    color: WhiteSmoke;
}

.darkgrey {
    color: SlateGray;
}


.blink {
    animation: blink 1s steps(1, end) infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

</style>