/*****************************************
/* Sidebar Titles                       */

.title_t, .title1, .title2, .title3, .title4 
{ padding: 5px 0 6px 0;
  margin: 30px 0 0 10px;
}

/*****************************************
/* Airport Info Labels                 */

.info_t, .info_c {
  padding: 0 0 0 26px;
  font-weight: normal;
  color: #ccb;
}

.info_c {
  font-size: 115%;
}

/*****************************************
/* Knowledge Labels                    */

#news1, #news2, #news3, #news4, #news5
{ padding: 0 0 0 8px;
  font-weight: normal;
  color: #545;
}

#news1:before
{content: "April 2013";
}
#news2:before
{content: "February 2013";
}
#news3:before
{content: "December 2012";
}
#news4:before
{content: "";
}
#news5:before
{content: "";
}
