/* 登入 */
.speaker-login {
    position: absolute;
    top: 13px;
    right: 0px;
    border: 0;
}

@media screen and (max-width: 789px) and (orientation: portrait) { /* Tim modified 490px --> 789px */ 

    /* 解除手機時的置右鎖定狀態，使其排至最下方 */
    .speaker-login {
        position: relative;
        top: auto;
    }
}

.menuTopBar-link-payment {
    border: 0;
}

.btn-group a {
    padding-top: 0px;
    font-weight: 100;
    height: 20px;
    color: #333;
    text-decoration: none;
}

.btn-group a:hover {
    color: #e71a0f;
    cursor: pointer;
}

/* 移除選中狀態陰影 */
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}