#newssearch-status {
    width:230px;
}
.allReads .column {
    float:left;
    width:25%;
    overflow:hidden;
}
.allReads {
    padding:10px;
    border:1px solid #ddd;
    border-radius:5px;
    overflow-y: scroll;
    height:215px;
    display:none;
}
.allReads h3 {
    color:#ddd;
    text-align:center;
    margin:50px auto;
}
.metaInfo {
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
    margin:20px auto;
}
.showReadUsers.noLink {
    cursor:auto;
    color:#333;
}
.showReadUsers.noLink:hover {
    text-decoration:none;
}
.showReadUsers.noLink:focus,.showReadUsers.noLink:visited {
    text-decoration:none;
}