@charset 'UTF-8';

.response + .response{
    margin-top:1em;
}
.response .response{
    margin-left:.5em;
    padding-left:.5em;
    border-left:1px solid gray;
}

.rHeader .num{

}
.rHeader .name{
    color:#0A0;
}
.rHeader .written{

}
.rHeader .id{
    color:#0A0;
    text-decoration:underline;
}
.id{
    cursor:pointer;
}
.rBody{
    line-height:1;
}

.tags ul{
    list-style:none;
}
.tags li{
    float:left;
    margin-right:.5em;
}

#neighbors{
    border:none !important;
    margin:2em 0;
}

#neighbors .prev{
    float:left;
}
#neighbors .next{
    float:right;
}

#shareBtn > iframe{
    vertical-align: bottom;
}

#threadsRelations > div + div{
    margin-top:1em;
}

#responseLoader{
    display:none;
    position:absolute;
    border:1px solid gray;
    background:#CC9;
    font-size:small;
    z-index:3;
}
#responseLoader ul {
    list-style: none;
    padding: 1em;
}
#responseLoader li + li {
    margin-top: 1em;
}
