/* 局部關鍵格局 */

.yb-logo-width { width: 11em !important }
.yb-logo-height, .yb-U-height { height: 5.1em !important; max-height: 5.1em !important }
.yb-L-font { font-size: 1em !important }  /* 左側選單的字型大小 */
.yb-L-width { width: 11em }                                                      /* 左側選單的寬度 */
.yb-L-font-s { font-size: 0.82em !important }
.yb-L-font-t { font-size: 0.76em !important }

/* 資料庫、電子書庫 */

.yb-brief-info { 
  height:7em;
}

/* 中螢幕及以下 */

@media (max-width:1000px) {
  .yb-R-width { width: 10em !important }
}

/* 大螢幕及以上 */

@media (min-width:1000.1px) {
  .yb-R-width { width: 11em !important }
}
