
#pll-display-parent{
	float: left;
	width: 66%;
}

#pll-stats-parent{
	float: right;
	width: 33%;
}

/* image -------------------------------------------------------------------------- */
#pll-image-container{
	float: left;
	width: 50%;
	height: 310px;
}

#pll-image img{
	width: 250px;
}

/* stats -------------------------------------------------------------------------- */
#pll-stats-container{
	float: right;
	width: 100%;
	border: 1px black solid;
	border: 1px black solid;
}

.pll-stat-line{
	display: flex;
	justify-content: center;
	width: 100%;
}

.pll-stat-line-odd{
	display: flex;
	justify-content: center;
	width: 100%;
	background-color: #eee;
}

.pll-stat{
	width: 33%;
}


/* buttons -------------------------------------------------------------------------- */
#pll-buttons-container{
	float: left;
	width: 50%;
	height: 310px;
}

.pll-letter-line{
	display: flex;
	justify-content: center;
}

.pll-letter{
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #0099ff;
	text-align: center;
	border-radius: 3px;
	font-size: 16px	;
	margin: 5px;

}

.pll-letter:hover{
    cursor: pointer;
	background-color: #008ae6;
}

#result{
    font-size: 22px;
}

#clear-stats{
    background-color: #0099ff;
	width: 100%;
}

#clear-stats:hover{
    cursor: pointer;
	background-color: #008ae6;
}

#red{
    background-color: #ff3300;
}

#red:hover{
    cursor: pointer;
	background-color: #e62e00;
}

#gray{
    background-color: gray;
}

#gray:hover{
    cursor: pointer;
	background-color: #a6a6a6;
}

#orange{
    background-color: orange;
}

#orange:hover{
    cursor: pointer;
	background-color: #e67300;
}

#green{
    background-color: #5cd65c;
}

#green:hover{
    cursor: pointer;
	background-color: #33cc33;
}

/* analysis -------------------------------------------------------------------------- */
#pll-analysis-container{
	float: left;
	width: 50%;
}

#pll-analysis-container img{
	width: 150px;
}

#pll-clear-stats-button{
	float: right;
	width: 100%;
	margin-top: 5px;
	min-width: 0px;
}


/*mobile screen ------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1080px) {
	
	#pll-display-parent{
		width: 100%;
	}
	
	#pll-stats-parent{
		width: 100%;
	}
	
	#pll-image-container{
		width: 50%;
	}

	#pll-image img{
		width: 250px;
	}

	#pll-stats-container{
		width: 100%;
	}

	#pll-buttons-container{
		width: 50%;
	}

	#pll-analysis-container{
		float: left;
		width: 100%;
	}
}

@media screen and (max-width: 780px) {
	#pll-image img{
		width: 180px;
	}
}
