* {
    font-size: 15px;
    font-family: "Noto Serif CJK SC", "Noto Sans CJK SC", "Microsoft Yahei", Simsun, Arial, sans-serif, "Noto Serif", "Noto Sans", "Microsoft Jhenghei", YuGothic, "Meiryo UI", Meiryo, "MS Pgothic", Osaka, "Segoe UI Web Regular", Verdana, "Segoe UI", Tahoma;
}

html {
    background-color: #efedec;
}

body {
    margin: 0;
    background-color: #efedec;
    font-size: 15px;
    font-family: "Noto Serif CJK SC", "Noto Sans CJK SC", "Microsoft Yahei", Simsun, Arial, sans-serif, "Noto Serif", "Noto Sans", "Microsoft Jhenghei", YuGothic, "Meiryo UI", Meiryo, "MS Pgothic", Osaka, "Segoe UI Web Regular", Verdana, "Segoe UI", Tahoma;
}

div,
p,
td,
span {
    font-size: 15px;
    font-family: "Noto Serif CJK SC", "Noto Sans CJK SC", "Microsoft Yahei", Simsun, Arial, sans-serif, "Noto Serif", "Noto Sans", "Microsoft Jhenghei", YuGothic, "Meiryo UI", Meiryo, "MS Pgothic", Osaka, "Segoe UI Web Regular", Verdana, "Segoe UI", Tahoma;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    color: #428bca;
    text-decoration: underline;
}

a:focus {
    -moz-outline-style: none;
    outline: none;
    font-weight: 700;
}

.copyright {
    padding: 1rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem;
    border-left-color: #903CA5;
}

.navbar {
    margin-bottom: 0;
    padding: 10px
}

.button-success {
    border-color: #CF18FD;
    border-width: 2px;
}

.button-success:hover {
    border-color: #CF18FD;
    border-width: 2px;
}

.box {
    border: 0px solid lightgray;
    box-shadow: none;
}

.box-promat {
    background-color: #FEF4D1;
    line-height: 2rem;
}

.box-success {
    background-color: #EFFAF5;
    border: 1px solid #48C78E;
    line-height: 2rem;
}

img {
    border: 0
}

.content{
    line-height: 2rem;
}

.language-cs {
    line-height: 1.5rem;
}

.tabs li a {
    color: black;
}

.tabs li.is-active a {
    color: black;
}

.navbar-burger {
    color: black;
}

.navbar-burger:hover {
    color: black;
}

.navbar-item img {
    max-height: initial;
}

.navbar-item:hover {
    color: black !important;
}

.navbar-item.is-current {
    color: black !important;
}

.navbar-text {
    font-size: 15px;
    font-weight: bold;
    color: black;
}

.navbar-icon {
    border: 0;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.navbar-link:focus, .navbar-link:hover {
    color: black !important;
    background-color: transparent;
}

.navbar-link:focus::after, .navbar-link:hover::after {
    border-color: black !important;
}

.navbar-link:not(.is-arrowless)::after {
    border-color: black;
    margin-top: -0.375em;
    right: 1.125em;
}

@media (min-width: 1088px) {
    .navbar-item.is-hoverable:hover .navbar-dropdown {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .navbar-dropdown .is-active {
        display: block;
    }

    .navbar-dropdown:not(.is-active) {
        display: none;
    }
}

.pagination-link.is-current {
    background-color: #CF18FD;
    border-color: #CF18FD;
    color: #fff;
}

.tabs ul {
    flex-shrink: 1;
    flex-wrap: wrap;
    border-bottom-color: transparent;
}

.content blockquote {
    border-left: 5px solid #903CA5;
}

.card {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #B311AC;
}

.input,
.select select,
.textarea {
    color: black;
}
.input::-moz-placeholder,
.select select::-moz-placeholder,
.textarea::-moz-placeholder {
  color: black;
}
.input::-webkit-input-placeholder,
.select select::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: black;
}
.input:-moz-placeholder,
.select select:-moz-placeholder,
.textarea:-moz-placeholder {
  color: black;
}
.input:-ms-input-placeholder,
.select select:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: black;
}