.screenG{	
	font-family: "Special", sans-serif;
	font-size: 60px;
	text-align: left;	
	width:300px;
	display: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: rgb(0, 0, 0);

	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;


}

.screenC{	
	font-family: "Special", sans-serif;
	font-weight: bold;
	font-size: 100px;
	text-align: center;	
	width:100px;
	display: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: rgb(255, 1, 1);


}

.screenD{	
	font-family: "Special", sans-serif;
	font-size: 60px;
	text-align: right;	
	display: none;
	width: 300px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: rgb(0, 0, 0);

	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;


}

#pop{
	margin-left: auto;
    margin-right: auto;
-webkit-border-radius: 28px;
-moz-border-radius: 28px;
border-radius: 28px;
width: 300px;
padding-top:10px;
padding-bottom: 10px;
text-align: center;
font-size: 42px;
font-weight: bold;
color : #FFFFFF;
background: #9b2590;
background: -moz-linear-gradient(left, #9b2590 0%, #9b2590 100%);
background: -webkit-linear-gradient(left, #9b2590 0%, #9b2590 100%);
background: linear-gradient(to right, #9b2590 0%, #9b2590 100%); 
font-family : Arial;
display : none;
}