﻿/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@font-face
{
	font-family:Roboto;
	font-style:normal;
	font-weight:normal;
	src:url("../Fonts/Roboto/Regular.eot");
	src:url("../Fonts/Roboto/Regular.eot?#iefix") format('embedded-opentype'),
		url("../Fonts/Roboto/Regular.woff") format('woff'),
		url("../Fonts/Roboto/Regular.ttf") format('truetype');
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

body
{
	background-color:#ffffff;
}
a
{
	transition:color 1s ease;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.error
{
    line-height:36px;
    margin:20px 0px;
    font-family:Roboto;
    font-size:14px;
    color:#000000;
    text-align:center;
}
.error > div > i
{
    margin-bottom:10px;
    font-size:96px;
    color:#ef3f3e;
}
.error > div > a
{
    color:#000000;
    text-decoration:underline;
}
.error > div > a:hover
{
    color:#ef3f3e;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */