body,
button,
input,
p {
    font-family: 'PT Sans Caption', sans-serif;
}

#preroll {
	z-index: 3;
}

#amongusplay-online_970x250 {
	position: absolute;
	text-align: center;
	bottom: 48px;
	width: 100%;
	padding: 0;
	z-index: 3;
}
#aipBranding {
    display: none !important;
}

#about {
    display: none;
    z-index: 4;
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 50%;

    border-radius: 10px;
    background-color: #fff;
    color: #202020;

    font-family: 'PT Sans Caption', sans-serif;

}

#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: none;
    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: 122px;
    left: 0;
    width: 220px;
    height: 200px;
    z-index: 3;
    padding-top: 12px;
    padding-left: 12px;
    text-align: left;
    display: none;
}
#gameadsbanner img {
	border-radius: 6px;
}

#shareBlock {
	top: 12px;
    position: absolute;
    left: 0;
    padding-left: 12px;
    padding-top: 12px;
}

.shareBtn {
	background-color:#000000;
	border-radius:10px;
	border:3px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:16px;
	padding:12px 37px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.shareBtn:hover {
	background-color:#008f11;
	text-decoration: none;
}
.shareBtn:active {
	position:relative;
	top:1px;
}
#shareBlock a:visited{
	color: #fff;
}
#shareInvite {
    display: none;
    z-index: 4;
    position: absolute;
    box-sizing: border-box;
    left: 12px;
    top: 24px;
    width: 310px;
    border-radius: 10px;
	padding-top: 5px;
    background-color: #fff;
	color:#000;
}

.shareInvite-text a:visited {

}
.shareInvite-text {
	text-align: center;
}
.inviteTitle {
	font-weight: bold;
	font-size: 22px;
}
#shareLinkInput {
	width:195px;
}
.ya-share2 {
padding-top:10px;
}

#leaderboard {
    position: absolute;
    top: 12px;
    width: 200px;
    right: 0;
    z-index: 4;
    padding-right: 12px;
    display: none;
}
#leaderboard div {
	border-radius: 6px;
	background-color: white;
	padding: 8px;
	font-size: 12px;
	color: black;
}