
.backButton {
    width: 48px;
    height: 48px;
    margin: 3px 30px 3px 0px;
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(assets/BackButton.png);
    vertical-align: text-bottom;
    vertical-align: middle;
}

.bottomLeftCorner {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.bottomRightCorner {
    position: absolute;
    right: 10px;
    bottom: 10px;
}


.button {
    text-decoration: none;
    color: #ffffff;
    font-size: 36px;
    padding: 0 0 0 85px;
    background-image: url(../assets/Avatars/Easy.png);
    background-repeat: no-repeat;
    background-size: auto 60px;
    background-color: rgba(0, 0, 0, 0.7);
    margin: 3px 3px 3px 3px;
    xdisplay: inline-block;
    display: block;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 5px;
    min-height: 60px;
    line-height: 60px;
}

.button2 {
    text-decoration: none;
    color: #ffffff;
    font-size: 35px;
    padding: 7px 0 0 80px;
    background-image: url(../assets/Avatars/Easy.png);
    background-repeat: no-repeat;
    min-height: 55px;
    background-size: auto 100%;
    background-color: rgba(0, 0, 0, 0.7);
    margin: 5px 5px 5px 5px;
    xdisplay: inline-block;
    display: block;
    cursor: pointer;
    /* box-sizing: border-box; */
    box-sizing: content-box;
}

.buttonEasy {
    background-image: url('../assets/Avatars/Easy.png');
}

.buttonMedium {
    background-image: url('../assets/Avatars/Medium.png');
}

.buttonHard {
    background-image: url('../assets/Avatars/Hard.png');
}

.buttonCrazyNinja {
    background-image: url('../assets/Avatars/CrazyNinjaBlank.png');
}

.buttonMail {
    background-image: url('../assets/Buttons/white-without-circle/mail.png');
}
.buttonShare {
    background-image: url('../assets/Buttons/white-without-circle/share.png');
}
.buttonHeart {
    background-image: url('../assets/Buttons/white-without-circle/heart.png');
}
.buttonFavs {
    background-image: url('../assets/Buttons/white-without-circle/favs.png');
}
.buttonGame {
    background-image: url('../assets/Buttons/white-without-circle/game.png');
}
.simpleButtonOutLine {
    height: 45px;
    line-height: 41px;
    color: #ffffff;
    cursor: pointer;
    border: 2px solid #FFFFFF;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    box-sizing: border-box; 
    /* box-sizing: content-box; */
    border-radius: 5px;
    margin: 3px 3px 3px 3px;
    background: none;
    vertical-align: bottom;
}

.buttonFacebook {
    text-align: left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: black;
    background-image: url(assets/ButtonFacebook.png);
    font-size: 22px;
    box-sizing: border-box;
}

.buttonEmail {
    text-align: left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: white;
    color: black;
    background-image: url('../assets/ButtonEmail.png');
    font-size: 22px;
    box-sizing: border-box;
}
ul.buttonList  {
    list-style: none;
    padding: 0px 3px;
    min-width: 260px;
}
.buttonList 
{
    margin: 0px auto;
    max-width: 350px;
}

.buttonSmall {
    margin: 3px 3px;
    padding: 5px 5px;
    min-width: 50px;
    border-radius: 5px;
    background-color: #218414;
    color: white;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

.minibuttons {
    margin: 5px 0 0 0;
    text-align: center;
}

.minibuttons a {
    display: inline-block;
    margin: 5px 3px;
}

.minibuttons img {
    width: 48px;
}


.moreGames {
    position: absolute;
    left: -30px;
    bottom: 10px;
}

.buttonMoreGames{
	display: inline-block;
	height: 85px;
	width:172px;
	background-size: contain;
	background-image: url('../assets/MoreGames/MoreGames.png');
	margin: 5px 5px 0px 5px;
}
.buttonGreen {
    background-image: url('../assets/buttons/Easy.png');
}
.buttonTurdGreen {
    background-image: url('../assets/buttons/Medium.png');
}
.buttonOrange {
    background-image: url('../assets/buttons/Hard.png');
}
.buttonRed {
    background-image: url('../assets/buttons/CrazyNinjaBlank.png');
}
.buttonSpades{
	background-image: url('../assets/MoreGames/Spades.png');
}
.buttonCribbage{
	background-image: url('../assets/MoreGames/Cribbage.png');
}
.buttonSpeed{
	background-image: url('../assets/MoreGames/Speed.png');
}
.buttonSolitaire{
	background-image: url('../assets/MoreGames/Solitaire.png');
}
.buttonNertz{
	background-image: url('../assets/MoreGames/Nertz.png');
}
.buttonGinRummy{
	background-image: url('../assets/MoreGames/GinRummy.png');
}
.buttonMinesweeper{
	background-image: url('../assets/MoreGames/Minesweeper.png');
}
