.Major {
	color: #bb0000;
}
.Normal {
	color: black;
}
#rssDescription {
	height: 100%;
	width: 100%;
	overflow: scroll;
}
#highwayConditions {
	border:2px solid #a1a1a1;
	padding:10px 40px; 
	background:#dddddd;
	border-radius:10px;
	text-align: center;
	font-size:12pt;
}
#highway1,#highway3 {
  display: none;
	overflow-x: auto;
    height: 320px;
}
#highway5 {
	overflow-x: auto;
    height: 320px;
}
#htmRegionName,#htmIssued {
	color: green;
}
.dayWeather {
}
#selectAndDriveBCLogo {
	display:inline-block;
	width:100%;
}
#highway5Forecast {
	height:100%;
    overflow:auto;
}
#htmForecastTable {
	background: white;
}
#htmForecastTable td {
	padding: 4px;
	border: 1;
}
#longHighwayReport,#shortHighwayReport {
  border: 1px solid #C8C9CA;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
  padding: 5px;
}