@import url('https://fonts.googleapis.com/css?family=Nunito:400,600,700,900&display=swap');

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Nunito', sans-serif;
    background: #fff;
    color: #444;
    margin: 0
}

ul {
    margin: 5px;
    padding-inline-start: 20px
}

a {
    text-decoration: none;
    color: inherit;
    transition: .2s
}

p {
    margin: 0
}

:focus {
    outline: 0
}

.container {
    margin: 0 auto;
    max-width: 1080px;
    margin: 0 auto
}

.header .container {
    max-width: 1100px
}

.content {
    overflow: hidden
}

.content h2 {
    margin: 0;
    margin-left: 10px;
    padding: 15px 0;
    color: #444
}

.content h2 span {
    font-weight: 800;
    color: #c29f2c
}

.content h2 span.rightz {
    float: right;
    font-size: 14px;
    color: #eee !important;
    font-weight: 600
}

a.otherz {
    background: #c29f2c;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 0 5px
}

.mangalist-nav {
    text-align: center;
    border-bottom: solid 4px #c29f2c;
    margin: 10px
}

.mangalist-nav a {
    display: inline-block;
    padding: 8px 12px;
    min-width: 10px;
    transition: .2s
}

.mangalist-nav a:hover {
    background: #c29f2c;
    color: #eee
}

.mangalist-blc {
    margin: 10px;
    display: flex;
    padding-bottom: 10px;
    border-bottom: dashed 3px #f7fafc
}

.mangalist-blc span {
    display: block;
    width: 20px;
    margin-left: 10px;
    font-size: 20px;
    text-align: center
}

.mangalist-blc span a {
    background: #f7fafc;
    padding: 10px;
    color: #444;
    display: block;
    width: 20px
}

.mangalist-blc ul {
    margin: 3px;
    margin-left: 50px;
    width: 100%;
    padding: 0;
    list-style: square;
    color: #c29f2c;
    font-size: 15px
}

.mangalist-blc ul li {
    width: 46%;
    float: left;
    padding-right: 30px
}

.mangalist-blc ul li a.series {
    color: #9ca9b9;
    transition: .2s
}

.mangalist-blc ul li a.series:hover {
    color: #eee
}

.mangalist-blc ul li a.series {
    color: #444;
    transition: .2s
}

.mangalist-blc ul li a.series:hover {
    color: #c29f2c
}

@media (max-width:768px) {
    .mangalist-blc ul li {
        width: 100%
    }
}