#body {
    font-family: 'Droid Serif', serif;
    max-width: 960px;
    width: 100%;
    margin: 0px auto;
    padding: 10px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.header h2 {
    font-size: 16px;
}

.search input {
    padding: 10px;
    font-size: 26px;
}

.search input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
}

.search input[type="submit"] {
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    font-size: 26px;
}

.search {
    padding-bottom: 20px;
    border-bottom: 1px dashed #cccccc;
}


.results h3 {
    padding: 5px 10px;
    margin: 0px;
}

.index .string-listing a {
    font-size: 40px;
}

.string-listing a {
    font-size: 20px;
}

.string-listing a {
    margin: 10px 10px;
}

.results h1 strong {
    color: red;
}


.links {

}


/* @section DominicSystem */
.dominic-system .container {
    max-width: 90%;
    margin-top: 40px;
}


.num-to-letter,
.num-to-letter input {
    text-align: center;
}


/* End DominicSystem */


.stay100-ad {
    display: block;
    border: 1px solid black;
    font-size: 30px;
    text-align: center;
    padding: 5px 5px;
    position: sticky;
    top: 0;
    background-color: rgb(15 23 42);
    border-radius: 0 0 5px 5px;
    margin-top: -10px;
    z-index: 100;
}

.stay100-ad span {
    color: white;
}

.bigwav-ad {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 50px;
    padding: 10px 10px;
    position: sticky;
    top: 0;
    background-color: rgb(15 23 42);
    z-index: 100;
    font-size: 30px;
    border-radius: 0 0 3px 3px;
}

.bigwav-ad svg {
    width: 100px;
    height: 100px;
}

.bigwav-ad span {
    color: white;
}

.is-mac .bigwav-ad {
    display: none;
}

.robata-ad {
    display: none;
}
.robata-ad video {
    max-width: 95vw;
    max-height: 500px;

    border-radius: 40px;
}

.robata-ad > .title {
    font-size: 24px;
}


.robata-ad-disabled {
    display: none;
}


.pl-ad {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.yt-parent {

}


.is-mac .robata-ad {
    display: grid;
    /*display: none;*/



    /* cells */
    align-items: center;
    justify-items: center;

    /* tracks */
    justify-content: center;
    align-content: center;

    gap: 10px;
    overflow: visible;
}



a.a-no-default, a.a-no-default:hover, a.a-no-default:focus, a.a-no-default:active {
    text-decoration: none;
    color: inherit;
}


.ad-hot-notes {
    display: grid;
    justify-items: center;


    > a {
        display: block;
    }
    img {
        aspect-ratio: 1200 / 630;
        max-width: 100%; /* or any fixed width like 300px */
        max-height: 350px;
        height: auto;
        object-fit: cover; /* optional: crop to fill */
    }
}