a { text-decoration: none; 
color: #242B5F;}


a:visited{color: #323C83;}



.init{
	background: linear-gradient(to top right, #323C84, #EA6B73);
	background-repeat: no-repeat;
	background-size: cover;
}

.init table{
	height:100%;
	width:100%;
}

.init table td{
	vertical-align: middle;
	text-align: center;
	height:50%;
}

.init table p{
	color:white;
	font-size: x-large;
	font-weight: bold;
	font-family: "Linotte Semi Bold";
	max-width:75%;
	margin:auto;
}

.init table p table tr{
	display:flex;
}

.init table p table{
	margin-top:50px;
}

.white-button{
	background-color: white;
	color:#242B5F;
	border-radius: 20px;
	width:100%;
	padding-left: 20px;
	padding-right:20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#ok-check{
	font-size:60px;
}

#ok-message{
	font-size:50px;
	font-weight: bold;
	margin-bottom: 3px;
}

#ok-legend{
	font-size: 15px;
	font-weight: lighter;
	margin-bottom: 3px;
}

#delay{
	font-size: 30px;
	font-weight: bold;
}

#print-row{
	height:33.3%;
}

#full{
	background-color:orange;
	border-left:2;
	border-right: 0;
	border-style: solid;
	border-color:orange;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	width:33.3%;
	height:25px;
}

#middle{
	border-top:2;
	border-bottom:2;
	border-top-style: solid;
	border-color:orange;
	border-bottom-style: solid;
	width:33.3%;
	height:25px;
}

#empty{
	border-right:2;
	border-left:0;
	border-style: solid;
	border-color:orange;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	width:33.3%;
	height:25px;
}

html, body{
	vertical-align: middle;
	height:736px;
}

#wrap{
    margin: 0 auto;
    width:414px;
    height:736px;
}

@font-face{
	font-family: "Linotte Semi Bold";
	src: url("../assets/fonts/LinotteSemiBold.otf");
}