@import url("fonts.css");

* {
    scroll-behavior: smooth;
}

sup {
    top: -0.6em !important;
    font-size: 55% !important;
}

a:hover {
    text-decoration: underline;
}

p, ul, li {
    font-size: 18px;
    line-height: 23px;
}

h2 {
    font-size: 30px;
    line-height: 38px;
}

h3 {
    font-size: 25px;
    line-height: 31px;
}

.rules_table {
    border-collapse: collapse;
    table-layout: fixed;
    overflow-x: auto;
    display: block;
}

.rules_table td {
    border: 1px solid #707070;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.rules_table p {
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    margin: auto;
}

@theme {
}

@media screen and (min-width: 1024px) {
    .container-lg {
        max-width: 1088px;
    }

    p, ul, li {
        font-size: 22px;
        line-height: 28px;
    }

    h2 {
        font-size: 35px;
        line-height: 44px;
    }

}

