[data-role="dropselect"] { width:100%; position:relative; margin-bottom:1em; background-color:transparent !important; border-width:0px; }
[data-role="dropselect"] > .description { padding-top:0.5em; padding-bottom:0.5em; }
[data-role="dropselect"] > .controls { text-align:right; border-bottom-width:0px; }
[data-role="dropselect"] > .controls.col-2 { grid-template-columns: 1fr auto; }
[data-role="dropselect"] > .controls.col-3 { grid-template-columns: 1fr auto auto; }
[data-role="dropselect"] > .controls.col-4 { grid-template-columns: 1fr auto auto auto; }
[data-role="dropselect"] > .controls.col-5 { grid-template-columns: 1fr auto auto auto auto; }
[data-role="dropselect"] > .controls.col-6 { grid-template-columns: 1fr auto auto auto auto auto; }
[data-role="dropselect"] > .controls > label { width:100%; min-height:2em;  }

[data-role="dropselect"] > .controls > * { border-bottom-width:0px; }
[data-role="dropselect"] > .controls > [data-role="button"] + [data-role="button"] { border-left-width:0px; }

