/* PE-Class v1.20.35 — wide Settings target selector parity. */
@media (min-width:769px){
  html:not(.pe87FoldWide):not([data-pe-fold-wide="true"])
  #settingsCWorkspace.settingsC .settingsCControls
  :is(#adminYearSelect,#adminSemesterSelect){
    box-sizing:border-box!important;
    width:132px!important;
    min-width:132px!important;
    max-width:132px!important;
    height:42px!important;
    min-height:42px!important;
    padding:0 30px!important;
    font-family:inherit!important;
    font-size:14px!important;
    font-weight:800!important;
    line-height:40px!important;
    text-align:center!important;
    text-align-last:center!important;
    vertical-align:middle!important;
    -webkit-tap-highlight-color:transparent!important;
    touch-action:manipulation;
  }

  html:not(.pe87FoldWide):not([data-pe-fold-wide="true"])
  #settingsCWorkspace.settingsC .settingsCControls
  :is(#adminYearSelect,#adminSemesterSelect) option{
    font-family:inherit!important;
    font-size:14px!important;
    font-weight:800!important;
    text-align:center!important;
  }

  html:is([data-pe-ipados="true"],.pe87Ipad,.pe87IpadRuntime)
  #settingsCWorkspace.settingsC .settingsCControls
  :is(#adminYearSelect,#adminSemesterSelect){
    -webkit-tap-highlight-color:transparent!important;
  }

  html:is([data-pe-ipados="true"],.pe87Ipad,.pe87IpadRuntime)
  #settingsCWorkspace.settingsC .settingsCControls
  :is(#adminYearSelect,#adminSemesterSelect):focus:not(:focus-visible){
    outline:none!important;
    box-shadow:none!important;
  }
}
