body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
 }
 .ossn-exception-handler {
  width:850px;
  margin:0 auto;
 }
 .ossn-exception-topbar {
    background: #0B769C;
    padding: 10px;
    color: #fff;
    font-weight: bold;		 
 }
.ossn-exception-handler .container-inner {
	width: 100%;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #f5c6cb;
    border-radius: .25rem;
    margin-top: 20px;
 }
 .container-inner .title {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;	 
 }
  .ossn-exception-description pre {
		margin:0;  
		white-space: pre-wrap;
	  word-break: break-word;
  }
 .ossn-exception-description {
	background: #FFFFC5;
	border: 1px solid #ECEC52;
	width: 100%;
	padding: 20px; 
	border-radius: 5px;
	font-size: 15px;
 }
