#content {
    position: relative;
}

#content .title {
    margin: 1em 0 2em 0;
}

#content .title h1 {
    font-size: 1.4em;
    margin: 0;
}

#tag-info {
    padding: 10px;
    min-height: 5em;
}

@media (max-width: 800px) {
    #tag-info.collapsed h1,
    #tag-info.collapsed div {
        display: none;
    }
}


#tag-info #search-all {
    display: block;
    float: left;
    margin: 1em 0 2em 0;
}

.tag-info {
    margin: 1em 0 2em 0;
    clear: both;
}

.tag-info > h1 {
    position: relative;
    float: left;
    clear: both;
    padding: 0;
    background: #ebeef2;
    font-size: 1.25em;
    color: #35587c;
}

.tag-info > h1 a {
    display: block;
    padding: .2em 1em;
    text-decoration: none;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tag-info > h1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    display: block;
    border: solid;
    border-color: transparent #ebeef2;
    border-width: .7em 0 .7em 7px;
}

.tag-info .sub {
    display: block;
    clear: both;
    line-height: 1.5;
    text-decoration: none;
}

.tag-info .sub .tag {
    display: inline-block;
    font-style: italic;
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#order-switch {
    float: right;
    clear: both;
}

#order-switch a {
    float: left;
    padding: .5em;
    background: #eeeeee;
    color: #404040;
    text-decoration: none;
}

#order-switch a.active {
    background: #404040;
    color: #ffffff;
}

#tags-list {
    margin: 4em 0 2em 0;
}

