﻿body
{
	background: radial-gradient(ellipse at center, rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%);
	font-family: Calibri;
	color: #16a0db;
}

.body-container
{
	width: 950px;
	margin-top: 2.1em;
	padding-top: 15px;
	padding-bottom: 30px;
}

.error-container
{
	background-color: white;
	width: 800px;
	border: 4px solid #FDB71A;
	border-radius: 10px;
	box-shadow: 0 0 6pt 4pt #16A0DB;
	padding: 25px;
}

.title
{
	font-size: x-large;
	font-weight: bold;
	color: palevioletred;
}

.detail
{
	width: 500px;
	font-size: small;
}

.timer
{
	display: inline;
	width: 3ch;
	border: none;
	background: transparent;
	color: #000;
	font-weight: bold;
}

.error-image
{
	height: 50px;
	vertical-align: middle;
}