@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400&display=swap');

body {
    /* de stijlen voor het hele document */
    margin: 0;
    padding: 1em;
    font-family: Noto Sans TC;
    font-size: 14px;
    /*font: arial 12px;*/
    width: 100%;
}

a {
    /* de stijlen voor de links */
    color: #6C1300;
}

    a:hover {
        /* de stijlen voor de links waar de cursor boven zweeft */
        color: #60B9FF;
    }

    a:visited {
        /* de stijlen voor de bezochte links */
        color: #6C1300;
    }

/*#container
{
    width: 900px;
    height: 100%;
    margin: auto;
    padding: 0.5em;
    border: 1px solid #D2791B;
    text-align: left; 
}*/

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }

    .bookimg {
        width: 70%;
    }
}

.container {
    padding-left: 0;
    padding-right: 0;
}

#top .row {
    margin-left: 0;
    margin-right: 0;
}

#top .panel-body {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    #top .col-md-9 {
        padding-left: 0;
        padding-right: 0;
    }

    #top h2 {
        font-size: 25px;
    }
}

@media (max-width: 480px) {
    #top .col-md-9 {
        padding-left: 0;
        padding-right: 0;
    }

    #top h2 {
        font-size: 25px;
    }
}

.panel-default {
    border: none;
    box-shadow: none;
}

.header {
    margin: 0 0 0.4em 0;
    background: white;
}

    .header h1, .header h2 {
        float: none;
        margin: 0;
        padding: 0;
    }

    .header h1 {
        padding: 10px 5px 10px 20px;
        line-height: 180%;
        color: #002537;
        /*font-family:Arial;*/
        letter-spacing: 1px;
    }

    .header .h1right {
        width: 845px;
        padding-left: 15px;
        padding-right: 10px;
        padding-top: 13px;
        font-size: 10pt;
        line-height: 180%;
        float: left;
        color: #434955;
    }

    .header h2 {
        margin: 0 auto;
        padding: 0px 5px 20px 21px;
        font-weight: bold;
        font-size: 11pt;
        /*font-family: Arial;*/
        color: #A01A15;
        line-height: 200%;
    }

    .header h3 {
        padding: 0px 5px 10px 21px;
        margin: 0 auto;
        font-size: 10pt;
        /*font-family: Arial;*/
        color: #2C2C2C;
        font-weight: normal;
        line-height: 180%;
    }

#nav {
    /* de stijlen van de navigatie */
    float: right;
    font-size: 10pt;
    /*font-family: Arial;*/
    width: auto;
}

    #nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: normal;
        width: 900px;
    }

    #nav li {
        float: right;
        border-right: 1px solid white;
    }

    #nav a {
        /* de stijlen voor de links in de navigatie */
        padding: 8px 5px 8px 5px;
        margin: 0 0 5px 0;
        /*width: 130px;*/
        text-align: center;
        display: block; /*text-indent: 1em; 	border: 1px solid #D2791B;*/
        font-weight: bold;
        text-decoration: none;
        background: #D2791B;
        color: #ffffff;
        vertical-align: middle;
        letter-spacing: 1px;
    }

        #nav a:hover {
            /* de stijlen voor de links in de navigatie waar de cursor boven zweeft */
            color: #6C1300;
        }

.menu {
    width: 890px;
    float: left;
}

.content {
    /*font-family:Arial;*/
}

    .content h2 {
        padding: 0 0.2em;
        letter-spacing: 1px;
        line-height: 180%;
        margin-top: 5px;
    }

    .content h4 {
        margin: 0.1em 0 0 0;
        padding: 0 0 0 0.3em;
        line-height: 180%;
    }

    .content h5 {
        padding: 0 1em 0.1em 0.5em;
        letter-spacing: 1px;
        line-height: 180%;
        font-size: small;
    }

    .content .subtitle {
        margin: 0.5em 0;
        line-height: 200%;
        font-size: 15px;
        color: #7D4300;
        padding: 0 1em;
    }

    .content .font {
        font-size: 16px;
        font-weight: bold;
        color: #D21E1B;
        line-height: 300%;
        margin: 0.5em 0;
        padding: 0 1em;
    }

        .content .font .small {
            font-size: 11pt;
            color: #004669;
            margin: 0;
            padding: 0;
            letter-spacing: 1px;
        }

    .content .fontright {
        font-size: 11pt;
        color: #666666;
        line-height: 200%;
        margin: 0.5em;
        padding: 0 10px 0 10px;
        text-align: right;
    }

    .content p {
        margin: 1.5em 0;
        padding: 0 1em;
        font-size: 14.5px;
        line-height: 190%;
        color: #666666;
    }

    .content .bigtitle {
        margin: 0;
        padding: 0 0.5em;
        font-size: 25px;
        line-height: 190%;
        color: #857337;
        font-weight: bold;
    }

    .content .read {
        font-size: 15px;
        color: white;
        line-height: 250%;
        margin-top: 3em;
        padding: 0 1em;
    }

        .content .read .bg {
            font-weight: bold;
            background-color: darkslategrey;
            padding: 0.3em 0.8em 0.4em 0.8em;
        }

        .content .read ul {
            margin: 0.8em 0;
            list-style-type: disc;
            font-size: 14px;
            line-height: 180%;
            color: #666666;
            padding-left:35px;
        }

    .content ul {
        margin: 1.5em 0;
        list-style-type: decimal;
        font-size: 14.5px;
        line-height: 190%;
        color: #666666;
    }

    .content .tablestyle {
        margin: 1.5em 0;
        padding: 0 1em;
        line-height: 180%;
        color: #666666;
    }

    .content .tablestyleStott {
        margin: 1.5em 0;
        padding: 0 1em;
    }

    .content .tablestyless {
        font-size: 14px;
        line-height: 180%;
        color: #666666;
    }

        .content .tablestyless td, th {
            padding: 5px 10px;
        }

    .content .sprec {
        margin: 1.5em 0;
        padding: 0;
        font-size: 11pt;
        line-height: 190%;
        color: #7D4300;
        font-weight: bold;
    }

        .content .sprec a:link {
            color: #A50000;
            text-decoration: underline;
        }

        .content .sprec a:hover {
            color: #A50000;
            text-decoration: none;
        }

        .content .sprec a:visited {
            color: #A50000;
            text-decoration: underline;
        }

    .content .small {
        font-size: 12px;
        color: #666666;
        line-height: 190%;
        margin: 0.5em 0;
        padding: 0 1em;
        /*font-family:Arial;*/
    }

    .content .color {
        color: #004669;
        font-weight: bold;
    }

    .content .cogreen {
        color: #5A8700;
        font-weight: bold;
    }

    .content .corange {
        color: #C36B00;
        font-weight: bold;
    }

    .content .cored {
        color: #C33B00;
        font-weight: bold;
    }

    .content .imp {
        font-weight: bold;
        color: Red;
    }

    .content .top {
        font-size: small;
        color: #464646;
        line-height: 200%;
        text-align: left;
        margin: 0.5em 0;
        padding: 0 1em;
        font-weight: bold;
    }

    .content .top2 {
        font-size: small;
        color: #464646;
        line-height: 220%;
        text-align: left;
        margin: 1.5em 0;
        padding: 0 1em;
        font-weight: bold;
    }

    .content .highlight {
        font-size: 16px;
        color: White;
        font-weight: bold;
        text-align: left;
        margin: 1.5em 1em;
    }

        .content .highlight .bg {
            background: #C33B00;
            padding: 0.3em 0.5em;
            vertical-align: middle;
            line-height: 180%;
            letter-spacing: 1px;
        }

    .content .smallblack {
        font-size: 10pt;
        color: Black;
        font-weight: bold;
    }

    .content .sp {
        width: 675px;
        padding: 0px 5px 5px 0;
    }

    .content .linesp {
        font-size: 10pt;
        width: 158px;
        float: left;
        margin: 10px 5px 10px 5px;
        line-height: 180%;
        text-align: center;
    }

        .content .linesp .text {
            font-size: 10pt;
            padding: 7px 0 0 0;
            line-height: 160%;
            text-align: center;
            font-weight: bold;
            letter-spacing: 1px;
        }

        .content .linesp .img {
            margin: 10px auto;
            text-align: center;
        }

        .content .linesp h1 {
            text-align: center;
            font-size: 10pt;
            margin: 0;
            font-weight: normal;
            line-height: 180%;
        }

            .content .linesp h1 a {
                text-decoration: none;
                border-bottom: 1px dashed #61878C;
                color: #61878C;
                line-height: 230%;
            }

                .content .linesp h1 a:hover {
                    border: none;
                    background: #F7BC5B;
                    color: #FFFFFF;
                    line-height: 230%;
                }

                .content .linesp h1 a:visited {
                    text-decoration: none;
                    border-bottom: 1px dashed #61878C;
                    color: #61878C;
                    background: none;
                    line-height: 230%;
                }

        .content .linesp .imp {
            font-size: 11pt;
            font-weight: bold;
            color: Red;
        }

    .content .table .books {
        width: 200px;
        margin: 0 1% 1% 0;
        float: left;
        text-align: center;
        line-height: 190%;
        color: white;
        font-size: 10pt;
    }

        .content .table .books .btitle {
            line-height: 190%;
            font-size: 10pt;
            font-weight: bold;
            background: #A50000;
        }

    .content .table .des {
        text-align: center;
        color: #464646;
        font-size: 10pt;
        padding: 7px 015px 0;
    }

    .content .table .booktitle {
        line-height: 180%;
        font-size: medium;
    }

        .content .table .booktitle a:link {
            color: #3B4471;
            text-decoration: underline;
        }

        .content .table .booktitle a:hover {
            color: red;
            text-decoration: none;
            font-weight: normal;
        }

        .content .table .booktitle a:visited {
            color: #3B4471;
            text-decoration: underline;
        }

    .content .table p {
        line-height: 190%;
        font-size: 11pt;
        margin-top: 0.5em;
    }

    .content .titlefont {
        font-size: 12pt;
        font-weight: bold;
        color: #693A00;
        line-height: 160%;
        margin: 1em 0;
        padding: 0 1em;
        letter-spacing: 1px;
    }

        .content .titlefont .highlight {
            background: #693A00;
            color: White;
            width: 15px;
            padding: 0 0.3em;
        }

        .content .titlefont .smallfont {
            color: #699F77;
            font-size: 10pt;
            font-weight: normal;
        }

        .content .titlefont .titles {
            color: #A51100;
            font-size: 11pt;
        }

.news {
    /* de stijlen voor de kolom links, het nieuws */
    /*width: 175px;*/
    border: 1px solid #dddddd;
    /*float: left;
    padding: 0;
    margin: 0 0 0 0.5em;*/
    margin-bottom: 1em;
    /*font-family: Arial;*/
    padding: 0;
}

    .news h2 {
        /* de stijlen voor de kopjes in de kolom nieuws */
        /*border-bottom: 1px solid #dddddd;*/
        text-align: center;
        /*color: #ffffff;*/
        margin: 0;
        /*padding: 0.5em;*/
        /*background: #dddddd;*/
        vertical-align: middle;
        line-height: 200%;
    }

    .news .entry {
        /* de stijlen voor de alinea's in de kolom nieuws */
        padding-bottom: 5px;
        font-size: 11pt;
        line-height: 190%;
        color: #666666;
        text-align: center;
        margin: 2px;
        padding: 0 10px;
    }

        .news .entry .img {
            margin: 10px auto;
            text-align: center;
        }

    .news .text {
        font-size: 10pt;
        padding: 5px 7px;
        line-height: 180%;
        text-align: left;
    }

        .news .text .star {
            color: #F7BC5B;
        }

    .news h1 {
        text-align: center;
        font-size: 15px;
        margin: 0;
        font-weight: normal;
        line-height: 180%;
    }

        .news h1 a {
            text-decoration: none;
            border-bottom: 1px dashed #6C1300;
            color: #6C1300;
            line-height: 230%;
        }

            .news h1 a:hover {
                border: none;
                background: #F7BC5B;
                color: #FFFFFF;
                line-height: 230%;
            }

            .news h1 a:visited {
                text-decoration: none;
                border-bottom: 1px dashed #6C1300;
                color: #6C1300;
                background: none;
                line-height: 230%;
            }

    .news .imp {
        font-size: 11pt;
        font-weight: bold;
        color: Red;
    }

    .news .date {
        font-weight: bold;
        text-align: center;
        margin: 10px 0px 10px 0px;
        font-size: 11pt;
        color: #666666;
    }

    .news .highlight {
        /* background-color: #FF9650;*/
        color: #FF9650;
        text-align: center;
        font-size: 16px;
        line-height: 190%;
        padding: 1% 2% 0.5%  2%;
        letter-spacing: 1px;
        font-weight:bold;
    }
    .news .highlight01 {
        border: 2px dotted red;
        margin-top:1.5%;
        text-align: center;
        line-height: 190%;
        padding: 1% 2%;
        /*letter-spacing: 1px;*/
    }
        .news .highlight01 .imp {
            color: red;
            font-weight: bold;
        }
        .news .listlecture {
            text-align: center;
            margin: 15px 2px;
            font-size: 11pt;
            color: #666666;
        }

    .news .im {
        background: #699F77;
        color: white;
        font-size: 13px;
    }

#footer {
    /* de stijlen voor de voet, de copyright */
    clear: both;
    text-align: center;
    margin: 0;
    padding: 0;
    float: right;
}

    #footer p {
        /* de stijlen voor de alinea's in de voet */
        margin: 0;
        padding: 0;
    }

    #footer .btlink {
        font-size: small;
        text-align: right;
        margin-top: 2px;
        /*font-family: Arial;*/
        line-height: 190%;
        background: #797979;
        padding: 6px;
        border-radius: 5px;
    }

        #footer .btlink a:link {
            color: white;
            text-decoration: none;
        }

        #footer .btlink a:hover {
            color: white;
            text-decoration: none;
        }

        #footer .btlink a:visited {
            color: white;
            text-decoration: none;
        }

#table {
    width: 100%;
    /*font-family: Arial;*/
    padding-left:0.5em
}

    #table .highlight2 {
        color: White;
        font-size: 12pt;
        text-align: left;
        font-weight: bold;
        text-indent: 10px;
        letter-spacing: 1px;
        background: #C36B00;
        width: 670px;
        margin: 5px 0 10px 5px;
        line-height: 180%;
        height: 30px;
        padding: 4px 0 0 0;
    }

    #table .highlight .small {
        font-size: 10pt;
        font-weight: normal;
    }

    #table .books {
        font-size: 10pt;
        color: Black;
        text-align: center;
        line-height: 180%;
        margin: 0 10px 10px 10px;
    }

        #table .books a:link {
            color: #446D8C;
            text-decoration: underline;
            font-weight: bold;
        }

        #table .books a:hover {
            color: yellow;
            text-decoration: none;
            font-weight: normal;
        }

        #table .books a:visited {
            color: #446D8C;
            text-decoration: underline;
            font-weight: bold;
        }

        #table .books .discount {
            font-weight: bold;
            font-size: 12pt;
            color: Red;
        }

        #table .books .sub {
            font-size: 11pt;
            color: #D69995;
            text-align: center;
            line-height: 190%;
            font-weight: bold;
            border: 1px solid gray;
            padding: 2px;
        }

    #table .article {
        font-size: 10pt;
        text-align: center;
        margin: 0 0px 5px 6px;
        line-height: 200%;
        /*font-family:Verdana;*/
    }

        #table .article a:link {
            text-decoration: underline;
            color: #836960;
        }

        #table .article a:hover {
            text-decoration: underline;
            color: black;
            font-weight: normal;
        }

        #table .article a:visited {
            text-decoration: underline;
            color: #836960;
        }
            
    #table .read {
        font-size: 15px;
        color: white;
        line-height: 250%;
        margin-top: 0;
        padding: 0 0 1em 1.8em;
    }
        #table .read .bg {
            font-weight: bold;
            background-color: darkslategrey;
            padding: 0.3em 0.8em 0.4em 0.8em;
        }

.right {
    /*font-family: Arial;*/
    line-height: 190%;
    color: #666666;
    text-align: left;
    font-size: 10pt;
    margin: 10px 20px 10px 20px;
}

    .right .imp {
        font-size: 11pt;
        color: Red;
        text-align: center;
    }

.booklist {
    /*font-family:Arial;*/
    width: 200px;
}

    .booklist .books {
        text-align: center;
        font-size: 10pt;
        line-height: 160%;
        margin: 0 0px 5px 0px;
    }

        .booklist .books a:link {
            text-decoration: underline;
            color: #61878C;
            font-weight: bold;
        }

        .booklist .books a:hover {
            color: #FFFFFF;
            text-decoration: none;
            font-weight: normal;
        }

        .booklist .books a:visited {
            text-decoration: underline;
            color: #61878C;
            font-weight: bold;
        }

    .booklist .imp {
        font-size: 11pt;
        font-weight: bold;
        color: Red;
    }

.content #newone {
    font-size: 10pt;
    color: #ffffff;
    width: 690px;
    background: #D2791B;
    border: 1px solid #D2791B;
    vertical-align: middle;
}

    .content #newone .high1 {
        text-indent: 0.5em;
        margin: 0;
        padding: 0.6em;
        letter-spacing: 1px;
        font-weight: bold;
    }

    .content #newone .high2 {
        padding: 0.6em;
        text-align: right;
        margin-right: 5px;
        letter-spacing: 1px;
    }

        .content #newone .high2 a:link {
            font-weight: bold;
            color: White;
            text-decoration: underline;
        }

        .content #newone .high2 a:hover {
            color: #9ecf39;
            text-decoration: none;
            font-weight: normal;
        }

        .content #newone .high2 a:visited {
            font-weight: bold;
            color: White;
            text-decoration: underline;
        }


.content table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.content thead {
    background: #4a90e2;
    color: white;
}

.content th {
    padding: 9px 10px;
    text-align: left;
    font-size: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.content td {
    padding: 5px 10px;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
}

    .content tr:last-child td {
        border-bottom: none;
    }


.content th {
    font-weight: 600;
}





.navbar {
    margin-bottom: 0;
}

.navbar-nav {
    margin: 0;
}

.navbar-default {
    background-color: #797979;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-nav > li > a {
        color: white;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #ff9933;
            background-color: transparent;
        }

pre {
    text-align: center;
    font-size: medium;
    width: 100%;
    margin-top: 30px;
    font-family: Noto Sans TC;
}

#forbtn {
    line-height: 180%;
    font-size: 11pt;
    margin: 5px 0;
}

    #forbtn .btn {
        border-radius: 0;
    }

    #forbtn a {
        color: white;
    }

        #forbtn a:link {
            color: white;
        }

        #forbtn a:visited {
            color: white;
        }

#forbtn1 {
    line-height: 180%;
    font-size: 11pt;
    margin: 5px 0;
}

    #forbtn1 .btn {
        border-radius: 0;
    }

    #forbtn1 a {
        color: white;
    }

        #forbtn1 a:link {
            color: white;
        }

        #forbtn1 a:visited {
            color: white;
        }

#listbtn {
    line-height: 180%;
    font-size: 11pt;
    margin: 10px 0;
}

    #listbtn .btn {
        border-radius: 0;
    }

    #listbtn a {
        color: white;
    }

        #listbtn a:link {
            color: white;
        }

        #listbtn a:visited {
            color: white;
        }

.mainbtn {
    line-height: 180%;
    margin: 5px 0 10px 0;
}

    .mainbtn .btn {
        border-radius: 0;
        padding: 5px 13px;
        font-size: 15px;
        line-height:1.1;
    }
    .mainbtn .btn-addcart {
        background: #CC4E35;
        border-color: #CC4E35;
    }

    .mainbtn a {
        color: white;
    }

        .mainbtn a:link {
            color: white;
        }
        .mainbtn a:hover {
            color: white;
            background: #B3422E;
        }

        .mainbtn a:visited {
            color: white;
        }

.booksbtn {
    line-height: 180%;
    margin: 2px 0 10px 0;
}

    .booksbtn .btn {
        border-radius: 0;
        /*padding: 5px 16px;*/
        font-size: 14px;
        line-height: 1.1;
    }


    .booksbtn a {
        color: white;
    }

        .booksbtn a:link {
            color: white;
        }

        .booksbtn a:visited {
            color: white;
        }

#gotop {
    display: none;
    position: fixed;
    /*right: 10px;
        bottom: 12px;
        padding: 14px 5px 13px 4px;*/
    right: 0;
    bottom: 2px;
    cursor: pointer;
    /*font-family: Arial;*/
    z-index: 100;
    /*background: gray;
        color: white;
        border-radius: 999em;
        width: 50px;
        height: 50px;
        font-size: 14px;*/
}


#forbtn1 {
    line-height: 180%;
    font-size: 11pt;
    margin: 5px 0;
}

    #forbtn1 .btn {
        border-radius: 0;
    }

    #forbtn1 a {
        color: white;
    }

        #forbtn1 a:link {
            color: white;
        }

        #forbtn1 a:visited {
            color: white;
        }

#rank .row, #rank .col-md-2, #rank .col-md-10, #recom .row, #recom .col-md-2, #recom .col-md-10 {
    padding-left: 0;
    padding-right: 0;
}

#rank .round {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #8FB4BE;
    padding-top: 16px;
    line-height: 150%;
    margin-bottom: 2.5%;
    font-size: 9pt;
    text-align: center;
    color: white;
}

#recom .round {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #A5B83A;
    padding-top: 16px;
    line-height: 150%;
    margin-bottom: 2.5%;
    font-size: 9pt;
    text-align: center;
    color: white;
}

#rank a, #recom a {
    color: #6C1300;
    text-decoration: underline;
}

    #rank a:hover, #recom a:hover {
        text-decoration: none;
        color: #60B9FF;
    }

    #rank a:visited, #recom a:visited {
        text-decoration: underline;
        color: #6C1300;
    }

blockquote .descs {
    margin: 0;
    font-size: 11pt;
    line-height: 190%;
    color: darkolivegreen;
    font-weight: bold;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

    ul.timeline:before {
        content: ' ';
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }

    ul.timeline > li {
        margin: 20px 0;
        padding-left: 20px;
    }

        ul.timeline > li:before {
            content: ' ';
            background: #666666;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 1px solid #666666;
            left: 20px;
            width: 20px;
            height: 20px;
            z-index: 400;
        }

.content .bg-info {
    margin: 1.5em 0;
    padding: 0.8em 1em;
    line-height: 190%;
    color: #666666;
    font-size: 16px;
    background: #EED900;
}

.forbtnL {
    line-height: 180%;
    font-size: 11pt;
    text-align: center;
    margin: 5px 0;
}

    .forbtnL .btn {
        border-radius: 0;
    }

    .forbtnL a {
        color: white;
    }

        .forbtnL a:link {
            color: white;
        }

        .forbtnL a:visited {
            color: white;
        }
