<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    font-size: 14px;
    line-height: 1.5;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
    padding-top: 30px;
    /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

h1 {
    overflow: hidden;
    text-align: center;
    font-size: 28px;
    padding: 0 0 10px 0;
}

h1:before,
h1:after {
    background-color: #841657;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

h1:before {
    right: 0.5em;
    margin-left: -50%;
}

h1:after {
    left: 0.5em;
    margin-right: -50%;
}

h3 {
    padding-top: 20px;
}

h5 {
    border-bottom: 2px #841657 solid;
    padding-bottom: 10px;
}

h4 {
    /*    border-top: 1px solid #841657;*/
    /*    border-bottom: 2px solid #841657;*/
    padding: 16px 0 0 0;
    margin-bottom: 10px;
    /*    line-height: 30px;*/
}

.form-group .help-block {
    display: none;
}

.form-group.has-error .help-block {
    display: block;
}

.btn-default {
    border: 2px solid #841657;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open &gt; .dropdown-toggle.btn-primary {
    color: #fff;
    border-color: #fff;
    background: #841657;
}

.btn-default:active, .btn-default.active {
    border-color: #fff;
    color: #fff;
    box-shadow: none;
    background: #841657;

}

ul.raquo li {
    list-style: none;
}

ul.raquo li:before {
    content: "\00BB\00A0";
}

.book-box {
    margin-top: 10px;
    display: flex;

}

.book-cover {
    margin: 5px;
    width: 55px;
}
</pre></body></html>