/*
Styles for the beloved versions component
*/
.status { height: 1em; width: 100px; background: #fff; border: 1px solid lightgrey; }
.status_bar { height:1em; background: #F6F5A3; }
.status_text { padding-left: .5em; }
.category { background-color: lightgrey; }
.odd_version { background-color: #EEE;vertical-align:top; }
.even_version { background-color: #FFF;vertical-align:top; }
.highlighted_version { background-color: #CCCCFF;font-weight:bold;vertical-align:top; }
