.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Arial, "Microsoft YaHei", "微软雅黑", serif;
    font-size: 14px;
    margin-bottom: 200px; /* Margin bottom by footer height */
    /*background: url("../image/bg.png") repeat;*/
    /*background-size: cover;*/
}

.jumbotron {
    padding: 15px;
    margin: 0 auto;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px; /* Set the fixed height of the footer here */
    /*line-height: 60px; !* Vertically center the text there *!*/
    background-color: #f5f5f5;
}

.punderline {
    text-decoration: underline
}

/*ol {
    counter-reset: list;
}
ol > li {
    list-style: none;
}
ol > li:before {
    content: counter(list, lower-alpha) ") ";
    counter-increment: list;
}*/
