
.panelNode-helloWorld {
    overflow-x: hidden;
}

.searchResultLoading {
    width: 100%;
    height: 100%;
    text-align: center;
}

.searchResultLoading img {
    width: 32px;
    height: 32px;
    position:relative;
    top:50%;
    margin-top:-16px;
}

.searchResultSet {
    overflow:auto;
    width: 100%;
}

.searchResult span {
    margin-left: 30px;
    color: Gray;
}

.searchResult td {
    border-bottom: 1px solid #EFEFEF;  
    padding: 2px 0px 2px 10px;
}

.searchResult:hover {
    background: #EFEFEF;
}

.searchResultTitle {
    font-weight: bold;
}

.searchResultUrl {
    color: Blue;
    cursor: pointer;
}
