/*Fonts Style*/
p,h1,h2,h3,h4,h5,h6,li,button,span.menu-text,td>p>span,.fusion-main-menu .sub-menu li>a>span {
    font-family: Microsoft JhengHei !important;
}

.fusion-rollover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00a0e9), color-stop(1, #00a0e9)) !important;
}

/*LOGO*/
a.fusion-logo-link>img {
    height: 55px !important;
}

/*Table*/
th>h4 {
    margin: 0px !important;
    font-weight: 900 !important;
    text-align: center !important;
}
table {
    box-shadow: 0px 5px 20px -15px #333333;
    border-collapse: collapse !important;
    display: inline-table !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    margin: auto !important;
}
@media screen and (max-width:960px){
table {
    display: block !important;
    width: fit-content !important;
}
}
td {
    border: solid 1px #111111 !important;
}
td>p {
    margin-bottom: 0px !important;
}
td.color-td {
    background: #008cc5 !important;
}
td.color-td>p>span {
    color: #ffffff !important;
    font-weight: 900 !important;
}

/*Side Social Icons*/
.sidemenu-social-icon {
    line-height: 0px;
    position: fixed;
    top: 61%;
    z-index: 999999;
    right: -5px;
    display: grid;
}
.sidemenu-social-icon>a>img {
    width: 80px;
}