.container{
    width: 100% !important;
    padding: 5px !important;
}

.entry{
    white-space:  normal;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    display: block;
    overflow: hidden;
    word-break: break-all;
    cursor: pointer;
}

.entryblock {
    border-bottom: 1px rgba(128, 128, 128, 0.39) solid;
    background-color: rgba(178, 178, 178, 0.12);
    overflow: hidden;
}

.entryblock-selected {
    background-color: rgba(189, 189, 189, 0.64);
}

.entrylabel {
    font-size: 15px;
}

.entrylabel span{
    text-overflow: clip;
    font-weight: 500;
    color: gray;
    width: auto;
}
.entrylabel h2{
    font-weight: inherit;
    text-overflow: ellipsis;
    font-size: 15px;
    display: inline;
    line-height: inherit;
}

.entrycontent {
    background-color: #ffffff;
    width: 100%;
    padding: 5px;
}

.entrycontent-hide {
    display: none;
}

.entrycontent-show {
    display: inline-block;
}

.e-btn{
    display: inline-block;
    padding: 4px 4px;
    margin: 1px 0;
    float: left;
}

.e-btn:hover{
    background-color: rgba(170, 170, 170, 0.64);
}

.e-btn div,.e-btn a{
    background-size: 100%;
    height: 16px;
    width: 16px;
}

.entrytime {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    padding: 4px 4px 4px 4px;
    line-height: 18px;
    display: inline-block;
    font-weight: 400 !important;
    color: gray;
    width: 90px;
    text-align: right;
    float: right;
}

.entrygo{
    /*padding: 4px;*/
}

.entrygo a{
    display: block;
    background: url(/jakarta.faces.resource/img/link.png.jsf) 0 top no-repeat;
}

.entrystar div.off{
    background: url(/jakarta.faces.resource/img/star_off.png.jsf) 0 top no-repeat;
}
.entrystar div.on{
    background: url(/jakarta.faces.resource/img/star.png.jsf) 0 top no-repeat;
}

.entrymark div.off{
    background: url(/jakarta.faces.resource/img/_delete.png.jsf) 0 top no-repeat;
}
.entrymark div.on{
    background: url(/jakarta.faces.resource/img/delete.png.jsf) 0 center no-repeat;
}

.entryread>div {
    font-weight: 700;
    color: #808080;
}

.entrynotread>div {
    font-weight: 700;
}

.content-iframe{
    display: inline-block;
    border: 1px black solid;
    height: 50px;
    cursor: pointer;
}