table {width:100% !important;}
.incident_title {
   font-weight:bold;
   color:black;
   font-size:1.5em;
   line-height:100%;
   margin:10px;
   }
.incident_description {
   color:#333333;
   font-size:1em;
   font-weight:none;
   line-height:100%;
   margin:10px;
   }
   
.traffic_block {
   font-family:Arial;
   background:#555555;
   }
.traffic_incident1 {
   margin-top:1px;
   margin-bottom:1px;
   padding:2px;
   background: #FFFFAA;
   }
.traffic_incident2 {
   margin-top:1px;
   margin-bottom:1px;
   padding:2px;
   background: #DDDDFF;
   }