﻿ul {
margin:0;
padding:0;
list-style:none;
}

 /*ul li {
 display:inline-block;
     width: 150px;
 }*/


.inactive {
 color: #b43737 !important;
}
 


.error-output {
position:absolute;
width:100%;
height:100%;
z-index:10000;
left:0;
top:0;
background:rgba(0,0,0,0.5);
}

 .error-output .title {
 
 text-align:center;
 font-size:26px;
 }

 .error-output .message {
  text-align:justify;
 }
