﻿@charset "utf-8";
/* CSS Document */

body {
    background-color: #232429;
    background-image: url(../images/fireworks.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, a, p, span, .container, .panel-body, body {
    font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
}

h3 {
    font-size: 1.5em;
    margin: 20px 0px;
}

hr {
    margin:30px 0;
}

a {
    font-size: 16px;
    font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
}

    a:hover {
        border: none;
    }


th, tr td {
    font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
}


th {
    color: #fff;
    background: #3498db;
    border-bottom: #a9ddff;
    border-right: #d6e6f1;
    font-size: 21px;
    font-weight: 100;
    padding: 24px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}

tr:hover td {
    background: #e74a5d;
}

tr:nth-child(odd):hover td {
    background: #e74a5d;
}

.tr-title {
    color: #333;
    text-align: center;
    font-size: 21px;
}


td {
    font-size: 14px;
}

p {
    color: #333;
    font-size: 16px;
    line-height: 30px;
}


.red {
    color: red !important;
}

.blue {
    color: #1a89e7 !important;
}

/*畫重點*/
::selection {
    background: #D9EDF7;
}
