






dialog#loading-dialog
{
    border: solid 1px #ccc;
    border-radius: 150px;
}

.full-width {
    width: 100%;
}



div.segment--container
{
    border-bottom: solid 1px #ccc;
    padding: 0.2em 0px;
}

div.segment--container .-segment-meta
{
    display: block;
    overflow: hidden;
}

div.segment--container .-segment-type
{
    float: left;
    min-width: 2em;
}
div.segment--container .-segment-username
{
    float: left;
    font-weight: bold;
    min-width: 5em;
}
div.segment--container .-segment-icons
{
    float: right;
}

.small {
    font-size: 80% !important;
}
.small-icon {
    font-size: 16px !important;
}


