html {
    overflow-x: hidden;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.content {
    height: 100vh;
    width: 100%;
    padding: 0;
    padding-left: 300px;
}

.container-fluid {
    position: relative;
}

.announce {
    background: #000;
    height: 10vh;
    left: 300px;
    opacity: 0.7;
    padding-right: 300px;
    position: fixed;
    top: 0;
    width: 100vw;
}

.mangasDisplayer {
    background: #333;
    position: relative;
}

.mangasDisplayer > .displayerContent {
    height: 200px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
}

.mangasDisplayer > .control {
    background: rgba(0, 0, 0, 0.70);
    color: #FFF;
    cursor: pointer;
    height: 160px;
    top: 20px;
    line-height: 160px;
    font-size: 1em;
    position: absolute;
    z-index: 9999;
}
.mangasDisplayer > .leftControl {
    left: 0;
}
.mangasDisplayer > .rightControl {
    right: 0;
}

.displayerContent > .manga {
    border-radius: 2px;
    display: inline-block;
    height: 160px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    width: 250px;
    word-break: keep-all;
    word-wrap: break-word;
}

.displayerContent > .manga > h1 {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #E2E2E2;
    display: block;
    font-size: 2em;
    left: 0;
    padding-bottom: 2px;
    padding-top: 2px;
    position: absolute;
    width: 100%;
}

.home .highlighted > img {
    box-shadow: 50px 50px 113px #defeec inset,-50px -50px 110px #defeec inset;
}
