#noresultscontent{
    width:1000px;
    float:left;

}
#noresultscontent #titlebar{
    float:left;
    width:100%;
    height:20px;
    background-color: darkseagreen;
    text-align:center;
}

#noresultscontent #titlebar #title{
    margin-right:10px;
    color: white;
    font-weight: bold;
    margin-right:auto;
    margin-left:auto;
     
}
.noresultstable{
    width:100%;
    float:left;
     margin-top:10px;

}
.noresultstable tr{
    padding:2px;
    cursor:pointer;
}
.noresultstable td{
    padding:5px 2px;
    font-size:18px;
    border:thin black solid;
}
.noresultstable th{

    font-size:20px;
    font-weight:bold;
    background-color:darkseagreen;
    height:20px;
    border:thin black solid;
    text-align: center;
    padding:15px 5px ;
}

