option{white-space:nowrap;}
.entry_players-table--player_status{white-space:nowrap;}
li{cursor:pointer;}
li:hover{text-decoration:underline;}

/*.playername1, .playerclub1, .playername2, .playerclub2,.playerbirth1,.playerbirth2{width:150px !important;}*/
.ib{display:inline-block !important;}/*wrapperは常にinline-block*/
@media screen and (max-width:768px){
  .webform-multiple-table-responsive td.webform-multiple-table--operations{display:inline;}
 /* .sr-only{position:relative !important;  width:100px !important;  height:20px !important;}*/
}
@media screen and (min-width:800px){
 .ib1{display:inline-block !important;}
 .playername1, .playerclub1, .playername2, .playerclub2{display:inline-block !important;}/*!importantがないと効かない*/
 .select-wrapper{width:250px !important;}/*Defaulが100%で大きすぎ*/
  .status-wrapper{padding-top:30px;}
}

.checkbox input[type='checkbox']{position:relative !important;}
.players-modal-show{cursor:pointer;text-decoration:underline;}
.webform-multiple-table td{white-space:normal;}/*Defaulはnowrap。要素が多い場合はこれがあったほうがいい*/

.contextual{display:none;}
.select-wrapper:after{display:none;}