﻿@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');

body {
    font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", "Avenir Next", PingFangTC-Light, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Heiti TC", "LiHei Pro", Arial, sans-serif;
    color: rgb(74, 74, 74) !important;
}

.siAlert-title {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.jconfirm-content-pane {
    margin-top: 10px;
}

header.masthead {
    padding-top: calc(1rem + 72px) !important;
}

.header-mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,0.5),transparent);
}

.login, .login:hover {
    color: #fb7637;
    font-size: 16px !important;
    text-decoration: none;
}

.fontW300 {
    font-weight: 300;
}

section {
    padding: 30px;
}
