<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.common_stand.bye input {
   font-size: 14px;
   white-space: normal;
   line-height: inherit;
}

.stand_left .view_type{
   justify-content: space-between;
   padding: 6px 3px;
}

.stand_left .view_type .view_type_options label{
   white-space: nowrap;
}

.stand_left .view_type .view_type_options{
   padding: 0 4px;
}

[type="radio"]:checked+label, [type="radio"]:not(:checked)+label{
   padding-left: 21px;
}

.view_type .view_type_options span{
   padding-left: 3px;
}

/* Mobile */
@media (max-width: 767px){
   .common_stand.bye input {
      line-height: 1;
   }
}</pre></body></html>