/*	YATZY START	*/
#yatzy{
	float:left;
	width:100%;
	height:auto;
	min-height:1px;
}
#yatzy img{
	float:left;
	width:220px;
	height:189px;
	margin-left:10px;
}
#yatzy form {
    float: left;
    height: auto;
    min-height: 1px;
    width: 100%;
	margin-top:15px;
}
#yatzy form label{
    float: left;
    height: 34px;
    width: 45%;
}
#yatzy form label span {
    color: #ffffff;
    float: left;
    font-family: "Source Code Pro",sans-serif;
    font-size: 18px;
    font-weight: 600;
    height: 26px;
    line-height: 26px;
    margin: 4px 0;
    width: 62%;
}
#yatzy form label input[type="number"] {
    background-color: #d8f7f6;
    border-radius: 2px;
    border:none;
    color: #000;
    float: left;
    font-family: "Source Code Pro",sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 26px;
    line-height: 26px;
    padding: 2px 8%;
    width: 12%;
}
#yatzy form input[type="submit"] {
    background-color: #d8f7f6;
    margin: 4px 0;
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    float: left;
    font-family: "Frijole",cursive;
    font-size: 18px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
	width:30%;
    text-align: center;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5), -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5);
}
#yatzy form input[type="submit"]:hover {
    background-color: #99eae7;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 -1px 0 rgba(255, 255, 255, 0.2) inset;
    cursor: pointer;
}
/*	YATZY SLUT	*/
