/**
 * @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 */


@font-face {
    font-family: 'Raleway Regular';
    src: url('../fonts/raleway/raleway-regular-webfont.woff2') format('woff2'),
         url('../fonts/raleway/raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto Regular';
    src: url('../fonts/roboto/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto Condensed Regular';
    src: url('../fonts/roboto/robotocondensed-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto/robotocondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
* {
	font-family:'Raleway Regular', helvetica, arial, sans-serif;
	font-size: 14px;
	line-height:1.2;
	color: #f5f5f5;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	margin-bottom: 1px;
	background:#2D3845;
	font-family: 'Raleway Regular',helvetica, arial, sans-serif;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
}

.error {
	margin-left: auto;
	margin-right: auto;
}

table, td, th, div, pre, blockquote, ul, ol, dl, address,.componentheading,.contentheading,.contentpagetitle,.sectiontableheader,.newsfeedheading {
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
}

#outline {
    background: #9A202B;
    border: 10px solid #fffdfe;
    margin: 0 auto 3%;
    width: 65%;
}

h1 {
    color: #fff;
	font-family: 'Roboto Condensed Regular',sans-serif;
    font-size: 50px;
    letter-spacing: 5px;
    margin: 56px 0 34px;
    text-align: center;
    text-transform: uppercase;
	font-weight:600;
}
#errorboxoutline {
	width: 900px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
}
#errorboxheader {/*
	width: 900px;
	margin: 0px;
	padding: 0px;
	background: #E44249;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	border-bottom: 1px solid #000000;*/
}
 #errorboxheader h2 {
 font-family: 'Roboto Condensed Regular';
    color: #f4f4f9;
    font-size: 220px;
    margin-top: 0px;
	text-align:center;
	font-weight:600;
	margin-bottom:0px;
}
.error-explain-inner{ width:50%; margin:0 auto;}
.error-explain,.error-explain ol,.error-explain ol li,.error-explain ol li a,.error-explain p{ color:#fff!important;}
.sub-errorinfo {
    color: #e6e6e6;
    font-size: 25px;
}
a.homebutton{
    background-color: #2D3845;
    border: 1px solid #111;
    border-radius:3px;
    color: #fff;
    outline: medium none;
    padding: 13px 30px 13px 30px;
    text-align: left;
	margin-right:30px;
	text-decoration:none;text-decoration: none;transition: all 0.3s linear 0s;
	font-family: 'Roboto Condensed Regular';
	font-size:16px;

	
	
}
a.homebutton:hover{text-decoration: none;transition: all 0.3s linear 0s; color:rgba(216, 40, 76, 0.98);}
ul.gotohome{margin:30px 0; padding-left:0; text-align:center}
ul.gotohome li{ list-style:none;display: inline;}
p.sub-errortext  {
    color: rgba(0, 0, 0, 0.59);
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 23px;
	text-align:center;
}
#errorboxbody {
	margin: 0px;
	padding: 10px;
	text-align: left;
}
#techinfo {
	margin: 10px;
	padding: 10px;
	text-align: left;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
}
#techinfo p {
	color: #CCCCCC;
}
@media only screen and (max-width: 700px) {
* {
	font-size: 12px;
}
h1 {font-size: 20px;letter-spacing: 1px;margin: 26px 0 17px;}
#errorboxheader h2 {font-size:100px;}
.error-explain-inner {width:90%;}
a.homebutton { display:block; margin-bottom:20px;}
ol{ padding-left:10px;}
}
@media screen and (max-width:767px){
#outline {width:85%;}
ul.gotohome li{ }
a.homebutton{ margin-bottom:20px;display:inline-block;}

}