@font-face {
    font-family: "LastRite";
    src: url("/util/fonts/LastRite.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Alice";
    src: url("/util/fonts/AliceinWonderland.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Alice";
    src: url("/util/fonts/AliceinWonderland.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Cormorant";
    src: url("/util/fonts/Cormorant-VariableFont_wght.ttf") format("truetype");
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Fog";
    src: url("/util/fonts/FoglihtenPCS-068.otf") format("truetype");
    font-display: swap;
}

::-webkit-scrollbar {
    width: 7px; /* width of the vertical scrollbar */
    height: 7px; /* height of the horizontal scrollbar */
}
::-webkit-scrollbar-track {
    background: #211f1f;
}
::-webkit-scrollbar-thumb {
    background-color: #454545;
    border-radius: 0;
    border: 1px outset black;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #ffffff;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

body {
    background-color: #0a0a0a;
    background-image: url(https://cobie.nekoweb.org/graphics/backgrounds/purplespace-grayscaled-bg.png);
    background-attachment: fixed;
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    filter: brightness(0.9);
    animation: fadein 1s;
}

.headerM {
    display: none;
}
.headerD {
    display: block;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

::selection {
    background: #000;
    color: #666666;
    text-decoration: underline line-through 1px;
}

html,
body {
    margin: 0;
    padding: 0;
    image-rendering: pixelated;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

.center {
    text-align: center;
    vertical-align: middle;
}

.end {
    text-align: end;
}

.grayscale {
    filter: grayscale();
}

.grayscale:hover {
    filter: none;
}

.container {
    max-width: 1000px;
    background: linear-gradient(#1f1e22, transparent);
    margin: 5% auto;
    color: #999999;
    padding: 10px;
    filter: brightness(1.1);
    border-radius: 20px;
    border: 2px groove black;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    mask-image: linear-gradient(rgba(255, 255, 255, 0.83)), url();
    mask-mode: alpha, luminance;
    mask-size: 1074px;
    mask-repeat: repeat;
    mask-position: top center;
}

.row {
    display: flex;
    gap: 3px !important;
}

span.alert {
    background: black;
    padding: 10px;
    display: block;
    border-radius: 5px;
    border: 2px groove black;
}
a {
    color: rgb(159, 159, 159);
    background: linear-gradient(to right, transparent -10%, rgb(37, 35, 72), transparent 110%);
    z-index: 999;
    text-decoration: underline 1px dotted;
}

h2 a {
    background: linear-gradient(to right, transparent -10%, rgb(35, 72, 65), transparent 110%);
}

a.button {
    background: linear-gradient(#212121, #555555);
    color: #aeaeae;
    border: 2px outset black;
    transition: all 0.05s;
    display: inline-block;
    margin: 7px 0 0 0;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    border: 2px groove black;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
}

audio {
    accent-color: blue;
}

a:hover {
    filter: brightness(0.8);
}

a:active {
    filter: brightness(0.6);
}

.main {
    width: 100%;
    padding: 1px;
}

.introbar span,
.introbar a {
    font-size: 16px;
}

.cobieintro {
    background: rgba(0, 0, 0, 0.4);
    padding: 6px;
    width: 100%;
    border-radius: 5px;
    border: 1px outset black;
}

.tab-contents {
    max-height: 205px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

.tabcontent {
    display: none;
}

button {
    background: linear-gradient(black, #292929);
    color: #999;
    transition: all 0.05s;
    border-radius: 5px;
    border: 1px outset black;
}

button:active,
.button:active {
    border: 1px inset black;
    filter: brightness(0.5);
}

.cobieintro p {
    margin: 3px;
    text-indent: 10px;
    border: 1px dashed #303030;
    background: rgba(0, 0, 0, 0.53);
    padding: 2px;
}

.introbar {
    padding: 8px 4px;
    background: linear-gradient(to right, #6a666a, transparent);
    text-transform: lowercase;
    border-radius: 5px;
    border: 2px groove black;
}

.introbar a {
    background: linear-gradient(#989898, rgba(0, 0, 0, 0.22));
    color: black;
    text-shadow:
        0 0 11px #ffffff,
        1px 1px 13px rgba(255, 255, 255, 0.82);
}

.introbar span,
.introbar a,
#quotebox,
.sitemap,
.ruru {
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px dotted rgb(108, 108, 108);
    box-shadow: 0 4px 15px black;
    color: #bbbbbb;
    text-decoration: none;
    background: linear-gradient(#121212, rgba(74, 74, 74, 0.22));
    padding: 3px 7px;
    transition: all 0.2s;
    text-shadow:
        1px 1px 3px rgb(0, 0, 0),
        0 0 11px #ffffff;
    font-style: italic;
    border-radius: 5px;
    border: 2px groove black;
}

.introbar span:after,
.introbar a:after,
#quotebox::after,
.ruru::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 38%;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(104, 103, 119, 0.58), rgba(0, 0, 0, 0.08));
    transition: background 0.3s ease;
    border-radius: 0 0 200px 200px;
    padding: 2px;
}

#quotebox {
    border: 1px inset black;
    padding: 5px 5px 0;
    margin-top: 3px;
    text-align: end;
}

.ruru {
    border: 1px inset black;
    padding: 2px 5px;
    margin-top: 3px;
    text-align: justify;
    color: #bbbbbb;
}

.buttonbar {
    text-align: end;
    background: linear-gradient(to right, transparent, #6a666a);
    margin-top: 4px;
    padding: 4px;
    border-radius: 5px;
    border: 2px groove black;
}

.buttonbar img {
    vertical-align: middle;
    filter: grayscale();
    border: 2px groove black;
    border-radius: 5px;
    opacity: 0.6;
}

.buttonbar a {
    background: none;
}

.statuscafe {
    max-width: 130px;
    min-width: 130px;
    background: black;
    padding: 5px;
    border: 1px inset #4d4d4d;
    border-radius: 5px;
}

.statuscafe i {
    text-decoration: underline 1px dotted #666;
    color: #9b9b9b;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.76);
    animation: 3s blink infinite steps(2);
}

.blink {
    animation: 1s blink infinite steps(2);
}

#statuscafe-content {
    color: #666;
    font-size: 13px;
    text-align: end;
}

#statuscafe-username {
    display: none;
}

.main-left {
    padding: 3px;
    max-width: 200px;
}

.box1 {
    background: linear-gradient(rgba(106, 102, 106, 0.61), transparent);
    padding: 3px;
    margin-top: 3px;
    border-radius: 5px;
    border: 2px ridge black
}

.nowreading {
    padding: 3px;
    border: 2px groove black;
    font-size: 12px;
    border-radius: 5px;
}
.nowreading ol {
    list-style-position: outside;
    padding-left: 17px;
    margin-top: 0;
    margin-bottom: 0;
}

.nowreading b {
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0px 17px black;
    color: #bbbbbb;
    text-decoration: none;
    background: linear-gradient(transparent -10%, rgb(37, 35, 72));
    padding: 1px 7px;
    transition: all 0.2s;
    text-shadow:
        1px 1px 3px rgb(0, 0, 0),
        0 0 11px #ffffff;
    font-style: italic;
    margin-bottom: 3px;
    border-radius: 5px;
    border: 2px groove black;
}

.imageria {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px black groove;
    filter: grayscale(0.6);
    image-rendering: auto;
    image-rendering: high-quality;
}

.imageria:hover {
    filter: grayscale(0);
}

.lastfm {
    background: linear-gradient(to right, #151515 0%, black 100%);
    padding: 5px;
    color: #999;
    font-size: 11px;
    text-align: center;
    border-radius: 5px;
    border: 2px groove black;
}

#listening {
    display: inline-flex;
    text-align: end;
    gap: 5px;
}

#listening img {
    border: 3px groove black;
}

#trackName {
    font-weight: 100;
    margin: 0;
}

#trackName a {
    color: #909090;
}

#trackName a:hover {
    color: #fff;
}

#artistName {
    color: #6a666a;
    margin: 0;
}

.lfm-r {
    text-align: center;
    max-width: 60px;
    background: linear-gradient(black, transparent);
    padding: 3px;
    border-radius: 5px;
    border: 2px groove black;
}

.lfm-r a {
    background: black;
    color: #777777;
    transition: all 1s;
    padding: 0 1px;
    text-decoration: none;
    border-radius: 5px;
}

.lfm-r a:hover {
    background: #3c30c4;
    color: #fff;
    transition: all 0.3s;
}

.lfm-r hr {
    margin: 5px 0;
    border: none;
    border-top: 1px dotted;
}

.lfm-r p {
    margin: 0 1px;
    text-align: justify;
    font-size: 9px;
    max-height: 50px;
    overflow-y: auto;
    overflow-x: hidden;
}

.lfm-r p::-webkit-scrollbar {
    width: 0; /* width of the vertical scrollbar */
    height: 0; /* height of the horizontal scrollbar */
    display: none;
}

.lfm-more {
    display: block;
    background: black;
    border: 2px groove black;
    padding: 2px;
    text-align: end;
    font-size: 12px;
    color: #666666;
    margin: 3px 0;
}

@keyframes blink {
    from {
        color: #999;
    }

    to {
        color: #999;
        opacity: 0.1;
    }
}

.bulletin {
    background: linear-gradient(transparent -50%, black, transparent);
    padding: 5px;
    border-radius: 5px;
    border: 2px groove black;
}
.bulletin i {
    display: block;
    padding: 2px 5px;
    border-bottom: 1px dotted #666666;
}

.bulletin ol {
    padding: 0;
    list-style: inside lower-latin;
    color: red;
    margin: 3px 0;
}

.bulletin li {
    color: #777;
}

.bulletin a {
    color: #999;
    text-decoration: underline 1px dotted #555;
}

.bulletin a::after {
    content: " (!)";
    color: #999;
    text-decoration: underline 1px dotted #555;
    font-size: 13px;
    animation: blink 1s infinite steps(2);
}

a.changelog {
    text-align: center;
    display: block;
    color: #666;
    background: linear-gradient(to right, transparent, black, transparent);
    padding: 3px;
}

a.changelog::after {
    content: none;
}

.video-wrapper {
    justify-content: center;
    text-align: end;
    background: black;
    margin: 2px;
}

.video-wrapper video {
    border: 3px groove black;
}

.WR-Link {
    display: block;
    background: linear-gradient(to right, transparent, black, black);
    color: #999;
    padding: 2px;
    text-align: end;
    border: 1px dotted #797979;
    border-right: none;
    border-left: none;
}

.sub-box {
    width: 100%;
    padding: 7px;
    border: 2px groove black;
    background: linear-gradient(black, transparent);
    border-radius: 5px;
}

.sub-box p {
    background: linear-gradient(transparent, rgba(106, 102, 106, 0.25));
    padding: 3px;
    color: #777;
    margin: 0;
}

.sub-box h2 {
    margin: 3px;
}
.sub-box h2 a {
    font-style: italic;
    text-decoration: underline 1px dotted;
}
.sub-box hr {
    margin: 5px;
    border: none;
    border-bottom: 1px dotted;
}
.sub-box i {
    text-decoration: underline 1px dotted;
    background: linear-gradient(to right, rgba(106, 102, 106, 0.55), transparent);
    display: block;
    padding: 1px 3px;
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 17px;
    border-radius: 5px 0 0 0;
    border: 2px groove black;
    border-right: none;
    border-bottom: none;
}

/***************/
/* WEBRINGS */
/***************/
.marquee a {
    background: transparent;
}

.hotline-webring {
    width: 130px;
    padding: 5px;
    box-shadow: 0 0 5px black;
    text-shadow: 1px 1px black;
    background: #6a666a;
    text-align: center;
    display: inline-block;
    border: 2px groove black;
}

.hotline-webring a {
    color: white;
}

.gradientring {
    background: linear-gradient(90deg, black 10%, #6a666a 50%, black 90%);
    text-align: center;
    border: 1px dotted black;
    margin-top: 3px;
}
.gradientring a {
    color: #bcbcbc !important;
    text-decoration: none;
    font-size: 13px;
    padding: 9px;
    text-shadow: 1px 1px black;
    background: none;
}
.gradientring a:hover {
    color: #dadada !important;
    text-decoration: none;
}

/* This is what causes the actual smooth scrolling */
@keyframes scroll-r2l {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/* Change the '10s' in this to change how fast it scrolls! */
.scroll-r2l {
    animation: scroll-r2l 10s linear infinite;
}

/* Left-to-Right */
@keyframes scroll-l2r {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(100%);
    }
}

.scroll-l2r {
    animation: scroll-l2r 40s linear infinite;
}

.marquee {
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    box-sizing: unset;
    border: 2px groove black;
    background: linear-gradient(#000000 60%, transparent);
    border-radius: 5px;
    padding: 3px;
}

.marquee-items {
    flex-shrink: 0;
    will-change: transform;
    display: inline-flex;
    margin: auto;
    vertical-align: middle;
    gap: 4px;
}

.mi-img img {
    height: 20px;
    filter: grayscale() opacity(0.4);
}

.mi-img img:hover {
    filter: none;
}

.clique-marquee * {
    display: inline-flex;
    max-height: 20px;
    vertical-align: top;
    gap: 10px;
}

.stamp-marquee img {
    display: inline-flex;
    vertical-align: top;
    gap: 0;
    max-height: 56px;
    margin: 0;
}

.clique-marquee img,
.stamp-marquee img {
    filter: grayscale() opacity(0.4);
}

.clique-marquee img:hover,
.stamp-marquee img:hover {
    filter: none;
}

.marquee-items > * {
    /* Set a flex-shrink value to prevent the inner items from collapsing */
    flex-shrink: 0;
    margin: auto;
    height: 95px;
}

.paused {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.marquee-item {
    filter: grayscale();
    display: inline;
    vertical-align: middle;
}

.marquee-item a {
    background: none;
}

.marquee-item:hover {
    filter: grayscale(0);
}

/*********************************/

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}

.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.marquee-content {
    display: inline-flex;
    gap: 0.5rem;
    animation: marquee 3s linear infinite;
}

.marquee-content:hover {
    animation-play-state: paused;
}

.marquee-content img {
    vertical-align: middle;
    height: 20px;
}

/*********************************/

header {
    background: url(https://cobie.nekoweb.org/graphics/backgrounds/gothic-bg.jpg);
    background-position: center;
    background-size: 650px;
    filter: grayscale(0.6) hue-rotate(90deg);
    height: 100px;
    border: 2px inset black;
    padding: 2px 4px;
    text-align: end;
    text-shadow: 1px 1px black;
    color: #999;
    font-size: 14px;
    margin-left: -138px;
    border-radius: 5px;
    border: 2px groove black;
    margin-bottom: 3px;
}

header a {
    color: #cecece;
}

header hr {
    border: none;
    border-bottom: 1px dotted;
    margin: 4px 0 3px 159px;
}

header h2 {
    margin: -43px -28px -4px 0;
    font-family: LastRite, "MS Gothic", Times, "Times New Roman", serif;
    font-size: 76px;
    text-shadow: 1px 1px 5px white;
    font-weight: 100;
}

header h2 a {
    color: #000000;
    text-decoration: underline;
}

.header-stats {
    font-size: 12px;
    padding: 2px;
    color: #d8d8d8;
}

.sitemap {
    padding: 0px;
    display: block;
    color: #cbcbcb;
    font-size: 18px;
    font-style: normal;
    text-transform: none;
    margin: 3px 0;
    border: 1px dotted #545454;
    box-shadow: 0 0 14px #000000;
}

.L-Sidebar {
    max-width: 157px;
    background: linear-gradient(black 40%, transparent);
    border: 3px ridge black;
    margin: 0px 0 0 -20px;
    z-index: 2;
    padding: 0 4px 4px 4px;
    border-radius: 5px;
    border: 2px groove black;
}

.L-Photo {
    position: relative;
    background: black;
    height: 160px;
    width: 160px;
    margin: -26px auto 0 -12px;
    border: 2px ridge black;
    border-bottom: none;
    box-shadow: 0 0 42px 3px #000000;
    border-radius: 5px;
    border: 2px groove black;
}

.L-Photo::after {
    content: "";
    display: block;
    background: url(https://i.pinimg.com/736x/20/63/aa/2063aa30d93e2dd0bba8274be115164c.jpg);
    background-position: center;
    background-size: cover;
    margin: 4px auto;
    width: 150px;
    height: 150px;
    border: 1px dotted #999;
    filter: grayscale();
    transition: all 0.5s;
}

.L-Photo:hover::after {
    filter: none;
}

.imood {
    text-decoration: none;
    display: block;
    text-align: end;
    margin: -23px -2px 0 67px;
    background: linear-gradient(to right, transparent, #afabff 60%);
    color: black;
    filter: grayscale();
    font-size: 13px;
    padding: 1px;
    border: 2px groove black;
    border-left: none;
    border-bottom: none;
    border-radius: 0 10px 5px 0;
}

.imood img {
    vertical-align: middle;
    image-rendering: unset;
}

#online-status {
    color: #ffffff;
    text-shadow:
        1px 1px black,
        0 0 15px white;
    text-decoration: underline 1px dotted;
    border-top: 1px dotted #454545;
    margin: 0 18px;
}

.LS-Nav {
    padding: 3px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-family: Fog, "Times New Roman", sans-serif;
    font-size: 18px;
}

.LS-Nav a {
    display: block;
    cursor: pointer;
    text-align: center;
    position: relative;
    overflow: hidden;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
    border: 2px double #242424;
    box-shadow: 0 4px 15px black;
    color: #bbbbbb;
    text-decoration: none;
    background: linear-gradient(#000000, rgba(110, 110, 110, 0.22));
    padding: 4px;
    transition: all 0.2s;
    border-radius: 4px;
}

.LS-Nav a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 38%;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(104, 103, 119, 0.58), rgba(0, 0, 0, 0.08));
    transition: background 0.3s ease;
    border-radius: 0 0 200px 200px;
    padding: 2px;
}

.LS-Nav a:hover {
    text-shadow: 0 0 11px white;
    margin: 0 0 0 -15px;
    padding-right: 10px;
}
.LS-Nav a:active {
    text-shadow: 0 0 11px rgb(0, 0, 0);
    margin: 0 0 0 3px;
    padding-right: 5px;
}

#date {
    font-family: "ms pgothic", "ms ui gothic", Times, serif;
    font-size: 12px;
    text-align: center;
    padding: 2px;
    background: linear-gradient(rgba(106, 102, 106, 0.21), rgba(137, 137, 137, 0.4));
    text-shadow:
        0 0 3px black,
        0 0 8px black;
    color: #999;
    margin: 0 0 5px 0;
    border-radius: 5px;
    border: 2px groove black;
}

#date:hover {
    color: #d1d1d1;
}

.wggsbb {
    background: linear-gradient(#000000 10%, transparent, transparent);
    color: #ffffff;
    border: 2px groove #676767;
    padding: 5px;
    display: flex;
    flex-direction: column;
    position: relative;
    font-family: "MS Gothic";
    border-radius: 5px;
}

.calendar {
    display: flex;
    flex-direction: column;
    text-align: end;
    border-radius: 0 0 5px 5px;
    border: 2px groove black;
}

#widget-calendar table {
    font-family: "Times New Roman", serif;
    border-collapse: collapse;
}

#widget-calendar td {
    padding: 1px;
    border-radius: 3px;
    border: 2px inset black;
}

#widget-calendar .month {
    font-weight: 100;
    text-align: center;
    border-radius: 20px;
}

#widget-calendar .days {
    font-weight: 100;
    border-radius: 20px;
}

#widget-calendar .today {
    font-weight: bold;
    color: blue;
    padding: 0 4px;
    box-shadow: 0 0 5px 1px blue;
    background: black;
}

#widget-calendar .blank {
    background-color: #383838;
}

.R-Sidebar {
    background: linear-gradient(rgba(106, 102, 106, 0.5), transparent);
    max-width: 160px;
    padding: 5px;
    border: 3px groove black;
    border-radius: 5px;
}

.toBS {
    text-align: end;
    background: linear-gradient(to right, transparent -20%, black 40%);
    padding: 2px 3px;
    border: 1px groove black;
    display: block;
}

.toBS2 {
    text-align: end;
    background: linear-gradient(to right, transparent -20%, black 40%);
    display: block;
    color: #666;
    border-radius: 5px;
    border: 2px groove black;
    padding: 3px;
}

.writing-preview {
    width: 100%;
    border-radius: 5px;
    border: 2px groove black;
    padding: 3px;
}

.wPreview p {
    color: #6a6a6a;
    margin: 3px;
    font-size: 13px;
    border: 1px dotted #444;
    text-indent: 20px;
    padding: 2px 4px;
    background: rgba(0, 0, 0, 0.43);
    border-radius: 5px;
}

.wPreview {
    max-height: 287px;
    border: 1px inset black;
    margin: 0 -2px -5px -2px;
    font-size: 12px;
    overflow: auto;
}

.wPreview a {
    background: none;
}

.fanlistingcollection {
    max-width: 300px;
    text-align: end;
    padding: 3px;
    border-radius: 5px;
    border: 2px groove black;
}

.fanlistingcollection a {
    text-decoration: none;
}

.fanlistingcollection img {
    filter: grayscale() brightness(0.7);
    transition: all 0.5s;
    border-radius: 5px;
    border: 2px groove black;
}

.fanlistingcollection img:hover {
    filter: none;
}

.fct {
    border-radius: 5px;
    border: 1px inset black;
    padding: 0 3px 3px 3px;
    margin: 2px;
}

.fct a {
    text-decoration: dotted 1px underline;
}

.R-Art {
    background: url(https://cobie.nekoweb.org/graphics/cobie_150x450_color.png);
    height: 450px;
    filter: blur(0.7px) grayscale() opacity(0.7);
}

.cbox {
    width: 100%;
    overflow: hidden;
    margin-top: 4px;
}

.cbox span {
    display: block;
    text-align: center;
    color: #999999;
    text-shadow: 1px 1px black;
    font-size: 18px;
    background: linear-gradient(to right, transparent, black, transparent);
    font-style: italic;
}

.cbox span::after {
    content: "(be nice)";
    display: block;
    text-align: center;
    color: #999999;
    text-shadow: 1px 1px black;
    font-size: 13px;
    margin-top: -1px;
    opacity: 0.6;
    border-top: 1px dotted;
}

.cbox iframe {
    width: 107%;
    height: 253px;
    background: black;
    filter: brightness(0.7);
    border: none;
    padding: 3px;
}

footer {
    background: url(https://cobie.nekoweb.org/graphics/backgrounds/gothic-bg.jpg);
    background-position: center;
    background-size: cover;
    filter: grayscale();
    text-align: center;
    color: #999999;
    padding: 4px;
    margin-top: 3px;
    -webkit-mask-image: linear-gradient(to right, black 0%, white 20%, white 80%, black 100%);
    mask-image: linear-gradient(to right, black, white, white, black);
    mask-mode: luminance;
    -webkit-mask-mode: luminance;
    border-bottom: 1px dotted black;
}

.mf {
    max-width: 650px;
    margin: auto;
}
.mf-alert {
    display: none;
}

@media (max-width: 700px) {
    body {
        font-size: 17px;
    }
    .mf-alert {
        display: block;
        padding: 17px;
        border: 2px groove black;
        margin: 10px;
        background: linear-gradient(black, #343334);
        text-align: start;
        border-radius: 10px;
    }
    .mf-alert p {
        padding: 5px;
        border: 3px inset black;
        border-radius: 10px;
    }
    .container {
        margin: 9% 4%;
    }
    .row {
        display: block;
    }
    .R-Sidebar,
    .L-Sidebar {
        max-width: 100%;
        margin: auto;
    }
    header {
        text-align: center;
        margin: 0;
        padding: 10px;
    }
    header h2 {
        font-size: 50px;
        margin: -11px;
    }

    .headerM {
        display: block;
    }
    .headerD {
        display: none;
    }

    .mf {
        width: 100%;
    }
    .calendar {
        display: block;
        text-align: center;
    }
    #widget-calendar table {
        margin: auto;
    }
    .fanlistingcollection {
        width: 100%;
        text-align: center;
        padding: 3px;
    }
    .main-left {
        padding: 3px;
        max-width: 100%;
    }
    .lfm-r {
        max-width: 100%;
    }
    #date {
        width: 150px;
        margin: 5px auto;
        padding: 5px;
    }
    .statuscafe {
        max-width: 100%;
        padding: 10px;
    }
    .mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        mask-image: linear-gradient(rgba(255, 255, 255, 0.86));
        mask-mode: alpha, luminance;
        mask-size: 100%;
    }
    .cbox iframe {
        width: 100%;
        height: 400px;
        background: black;
        filter: brightness(0.7);
        border: none;
        padding: 3px;
    }
}
