﻿/* File Created: januari 29, 2013 */
/*Error pages*/
body.errorbody {font-family: Verdana;margin:20px;}
body.errorbody h3{font-size:15px; font-weight:bold;}
body.errorbody p{font-size:12px; font-weight:normal; margin-top:10px;}
body.errorbody #logo {position:relative;top:2px;margin-right:5px;}
.errorbody #errorwrapper {text-align:center;margin-top:100px;}
.errorbody #ErrorInformation
{
	text-align:left;
  max-width: 500px;
  display: block;
  margin-left:auto;
  margin-right:auto;
  background-color:#f8f8f8;
  padding:20px;
  border-radius:5px;
  border:solid 1px #ccc;

}
table.errortable{	margin-top:20px;
	border:solid 1px #ccc;
	border-radius:5px;
	background-color:#fff;
	}
	


table.errortable td, table.errortable th
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;	
	text-align:left;
	padding:5px;

}
table.errortable th {font-weight:bold;vertical-align: top;}


	@media only screen and (max-width : 600px) {
		table.errortable tr {

			display: flex;
			flex-direction: column;
		}

		.errorbody #errorwrapper {
			margin-top: 10px;
		}
    }
/*END Error pages*/