span.state{
    font-size : 56%;
}

/******************************************************************************/
/* tickets's icons (priority and type)                                        */
/******************************************************************************/

@font-face {
    font-family: "Entypo";
    src: url('entypo.eot');
    src: url('entypo.eot') format('embedded-opentype'), url('entypo.woff') format('woff'), url('entypo.ttf') format('truetype'), url('entypo.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

td.label {
    padding-right: 10px;
}

.minor:before {
    color: #BDBD00;
    /*rgb(189,189,0);*/
}
.normal:before {
    color: #F9AF42;
}
.important:before {
    color: #D32322;
}

[class^="ticket_"]:before,
[class*="ticket_"]:before
{
    font-size: 1.6em;
    font-family: "Entypo";
    line-height: 0.625;
    font-weight: normal;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    margin-right: 0.2em;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
}

.ticket_bug:before
{
    content:"\1F4A5";
}

.ticket_enhancement:before
{
    content:"\E73E";
}

.ticket_task:before
{
    content:"\2692";
}

#summary {
  padding: 5px 0;
  color: #444;
  font-size: larger;
}

.roadmap-see-all {
  margin-top: -10px;
  height: 1.5em;
}

.roadmap-see-all a {
  float: right;
  font-size: smaller;
}
