.FormName_long {  
	color: #013C82;
    font-size: 18px;
    line-height: 36px;
	width: 150px;  
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    vertical-align: middle;
}
.txt_with_longer_label {
    font-size: 18px;
    font-weight: normal;
    border: none;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 160px);
}
.askForm li.uid{
    display: block;
    border: 1px solid #707070;
    border-radius: 30px;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 0;
}
#u_id_desc{
		color:#013C82;
		margin-top:2px;
	    margin-bottom: 30px;
	    vertical-align: top;
	    display: inline-block;
	    width:90%;
}
#u_id_desc a:link  {color: #013C82;}
#u_id_desc a:visited {color: #013C82;}
#u_id_desc a:hover {  color: blue; text-decoration: underline;}
#u_id_desc a:active {  color: blue; }

.GameIcon{
    background-size:100px 100px;display:inline-block;width:100px;height:100px;float: left;  border-radius: 100px;
    margin: 10px;
}

.GameTitle{
  /*  color: #707070; */
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-left:20px;
    vertical-align: middle;
    height: 100px;
    Letter-spacing:2px;
    text-align: left;
    display: flex;          
    align-items: center;     
}

.w_param {color: #777;}

@media only screen and (max-width: 630px) {
    .GameIcon{
        background-size:80px 80px;width:80px;height:80px; margin-left: 10px;
    }    
    .GameTitle{ 
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        margin-left:10px;
        vertical-align: middle;
        height: 100px;
        display: inline-block;
        text-align: left;
        display: flex;          
        align-items: center;             
    }
 
}