@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;500;700;900&display=swap');
body{
  font-family: 'Noto Sans TC',Helvetica, sans-serif !important;
}
.btn-mod
{
    color:orange !important; 
    font-size:1em;
    box-shadow: inset 0 0 0 1px orange !important;
    margin: 0.5em;
}
.wrapper.style2 .btn-mod
{
    color:orange !important; 
    font-size:1em;
    box-shadow: inset 0 0 0 1px orange !important;
    margin: 0.5em;
}
.btn-add
{
    color:#0053a0 !important; 
    font-size:1em;
    box-shadow: inset 0 0 0 1px #0053a0 !important;
    margin: 0.5em;
}
.wrapper.style2 .btn-add
{
    color:#0053a0 !important; 
    font-size:1em;
    box-shadow: inset 0 0 0 1px #0053a0 !important;
    margin: 0.5em;
}
.btn-del
{
    color:#d80000 !important; 
    font-size:1em;
    box-shadow: inset 0 0 0 1px #d80000 !important;
    margin: 0.5em;
}
.wrapper.style2 .btn-del
{
    color:#d80000 !important; 
    font-size:1em;
    box-shadow: inset 0 0 0 1px #d80000 !important;
    margin: 0.5em;
}
#header{
    z-index: 1000;
}
.dropotron {
box-shadow: 0 0 0.125em 0 rgba(0, 0, 0, 0.35) !important;
}
.dropotron li {
box-shadow: inset 0 1px 0 0 #e6e6e6 !important;
}
.dropotron li:first-child {
box-shadow: none !important;
}
/*
.dropotron.level-0:before {
content: '';
border-left: solid 0em transparent;
border-right: solid 0em transparent;
border-bottom: solid 0em #fff;
}
*/