.color-red {
    color: red;
}

.font-weight_900 {
    font-weight: 900;
}

.font-weight_600 {
    font-weight: 600;
}

.display-none {
    display: none;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

h2, .h2 {
    font-size:1.25em;
    text-transform: none;
    letter-spacing: 0 !important;
    font-family: 'Microsoft JhengHei';
}

h4, .h4 {
    font-size:1em;
    color: #313131;
    line-height: 1.35;
    margin: 0 0 15px;
    text-transform: none;
    letter-spacing: 0 !important;
    font-weight: 400;
    font-family: 'Microsoft JhengHei';
}

.modal .modal-header .close {
    font-size:0.875em;
    opacity: 0.95;
    margin-top: -8px;
    margin-right: -8px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.close {
    float: right;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.modal .modal-footer .btn {
    font-size:0.8125em;
    padding-top: 9px;
    padding-bottom: 9px;
}

html .btn-primary {
    color: #ffffff;
    background-color: #006699;
    border-color: #0088cc #0088cc #006699;
}

html .btn-secondary {
    color: #ffffff;
    background-color: #e36159;
    border-color: #e36159 #e36159 #dc372d;
}

.btn {
    border-radius: 6px;
}