.charTopBarMenuInstallIcon { background-image: url("../assets/img/icons/charMenuInstallIcon.webp"); }
.gameButtonGreen { background-image: url("../assets/img/buttons/buttonGreen.webp"); }
.gameButtonRed { background-image: url("../assets/img/buttons/buttonRed.webp"); }
.installCompleteIcon { background-image: url("../assets/img/icons/installCompleteIcon.webp"); }
.installGameBanner {
	background-image: url(../assets/img/banner.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
	width: 100%;
	aspect-ratio: 16/9;
}
.installGameContainer {
	display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    min-height: 300px;
	max-height: 100%;
	max-width: 400px;
}
.installGameSection {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding-top: 10px;
}
.installGameInstructions {
	width: 100%;
	margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    text-shadow: 0px 0px 10px #000000;
    text-align: center;
    letter-spacing: 1px;
}
.installGameTitle {
	width: 100%;
    text-align: center;
	letter-spacing: 1px;
	font-size: large;
    font-weight: bold;
    text-shadow: 0px 0px 10px #000000;
}
.installGameTopic {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    width: 100px;
    justify-content: center;
    align-content: flex-start;
}
.postInstallIconContainer {
    width: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.installPerkDataUsageIcon { background-image: url("../assets/img/icons/dataUsageIcon.webp"); }
.installPerkFullScreenIcon { background-image: url("../assets/img/icons/fullScreenIcon.webp"); }
.installPerkMobileIcon { background-image: url("../assets/img/icons/mobileIcon.webp"); }
.installPerkNotificationsIcon { background-image: url("../assets/img/icons/notificationsIcon.webp"); }
.installPerkUpdatesIcon { background-image: url("../assets/img/icons/updatesIcon.webp"); }
.installPerkfastLoadIcon { background-image: url("../assets/img/icons/fastLoadIcon.webp"); }
.installTopicIcon {
	width: 50px;
    height: 50px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
	filter: drop-shadow(1px 0 0 black) drop-shadow(-1px 0 0 black) drop-shadow(0 1px 0 black) drop-shadow(0 -1px 0 black);
}
.title{
    font-family: 'MedievalSharp', cursive;
}
