/**
 * @copyright	Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Start Common Styles */
 
 #errorboxheader h2 {
 font-family: "Roboto", sans-serif;
    color: #ef0548;
    font-size: 160px;
    margin-top: 0px;
	text-align:center;
	font-weight:600;
	margin-bottom:0px;
	letter-spacing:1px;
	transform-origin: bottom left;
	line-height:1;
	padding-top:20px;
}

h2.error-title {
	font-size: 64px;
	font-family: "Roboto", sans-serif;
	margin-bottom: 14px;
	text-align: center;
	color: #ef0548;
	margin-top: 30px
}
#errorboxbody {
	margin:0px 0 0 0px;
	padding: 10px;
	text-align: left;
}