body,
button,
input,
p {
    font-family: 'PT Sans Caption', sans-serif;
}

#ballhit-net_970x250 {
	position: absolute;
	text-align: center;
	bottom: 48px;
	width: 100%;
	padding: 0;
}
#aipBranding {
    display: none !important;
}

#about {
    display: none;
    z-index: 4;
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -80%);
    width: 40%;
    height: 50%;

    border-radius: 10px;
    background-color: #fff;

    font-family: 'PT Sans Caption', sans-serif;
    color: #303030;

}

#about p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.modal_box {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
    padding: 32px;
}

.modal_scroll {
    flex-grow: 1;
    overflow-y: auto;
}

@media screen and (max-width: 500px) {
    #about {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        transform: none;
        padding: 0;
        border-radius: 0px;
    }

    .modal_box {
        padding: 16px;
    }
}
#bottom {
    position: absolute;
    text-align: center;
    display: block;
    bottom: 0px;
    right: 0px;
    color: #202020;
    z-index: 2;
    background-color: white;
    padding: 4px;
    border-top-left-radius: 8px;
    font-weight: bold;
}

#bottom a,
a:visited {
    color: #202020;
    text-decoration: none;
}

#gameadsbanner {
    position: absolute;
    top: 0px;
    left: 0;
    width: 220px;
    height: 120px;
    z-index: 3;
    padding-top: 12px;
    padding-left: 12px;
    text-align: left;
    display: none;
}
#gameadsbanner img {
	border-radius: 6px;
}
