div.block .title {
    display: block;
    margin-bottom: 0.25em;
    line-height: 1.25em;
    font-weight: bold;
    text-decoration: none;
}

div.block .type {
    margin-right: 1em;
}

div.communities {
    display: inline-block;
    margin-top: 0.25em;
}

div.timeline {
    margin: 0.25em 0em;
    padding: 0em;
    width: 100%;
    height: 10px;
    clear: right;
    overflow: hidden;
}

div.timeline div {
    float: left;
    border: 1px solid #FFF;
    background-color: #DDD;
    border-radius: 10px;
    box-sizing: border-box;
    height: 100%;
    margin: 0px;
}

div.timeline div.filled {
    background-color: #00A8CD;
}

div.timeline div:last-child {
    clear: right;
}

div.timeline div.long {
    width: 25%;
}

div.timeline div.short {
    width: 12.5%;
}

div.timeline div.altchi {
    width: 18.75%;
}

div#nostars {
	padding: 0.75em;
	display: none;
}