.end-session-container{
	width: 350px;
	height: 320px;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	border-radius: 5px;
	border: 2px solid #4A90E2;
}
.end-session-table{
	width: 100%;
}
.end-session-table-left{
	background-color: #4A90E2;
	height: 40px;
	color: #fff;
	font-weight: 600;
	padding-left: 5px;
}
.end-session-table-right{
	background-color: #4A90E2;
	text-align: right;
	padding-right: 5px;
}
.end-session-close-btn{
	cursor: pointer;
	transition: .1s ease;
}
.end-session-close-btn:hover{
	opacity: .85;
}
.end-session-close-btn:active{
	opacity: .75;
	transform: translate(1px,1px);
}
.end-session-msg-head{
	padding-top: 40px;
	padding-bottom: 5px;
	text-align: center;
	color: #444;
	font-size: 14px;
	font-weight: 600;
}
.end-session-msg-timer{
	text-align: center;
	color: #4A90E2;
	font-size: 34px;
	font-weight: 600;
}
.end-session-msg{
	padding-top: 15px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 14px;
}
.end-session-btn-cell{
	padding-top: 10px;
	text-align: center;
}
.end-session-btn{
	background-color: #4A90E2;
	color: #fff;
	border: 0px;
	width: 90px;
	height: 30px;
	font-size: 14px;
	border-radius: 2px;
	cursor: pointer;
	outline: none;
	transition: .1s ease;
}
.end-session-btn:hover{
	background-color: #fff;
	color: #4A90E2;
	border: 1px solid #4A90E2;
}
.end-session-btn:active{
	transform: translate(1px,1px);
}