 div#programIndividual{
    display: flex;
    flex-direction: column;
    /* border: 2px solid #00000033; */
    border-radius: 20px;
    padding: 1px 1px 1px 1px;
    margin: 5px 1px 5px 1px;
    bottom: 20px;
    justify-content: center;
    width: 100%;

}

 div#organizationIndividual{
    display: flex;
    flex-direction: row;
    /* border: 2px solid #00000033; */
    border-radius: 20px;
    /* padding: 1px 1px 1px 1px;
    margin: 5px 1px 5px 1px; */
    bottom: 20px;
    width: 100%;

}

ul.searchhits li {
    border-bottom: 1px solid #336699;
}

ul.searchhits-Lab  div.individual{
    display: flex;
    flex-direction: row;
    border: 2px solid #00000033;
    border-radius: 20px;
    padding: 1px 1px 1px 1px;
    margin: 5px 1px 5px 1px;
    bottom: 20px;
    justify-content: center;

}

div.org-desc h1 a{
    font-size: 17px !important;
    padding-left: 0px;
}

.advancedSearchForm .form-button, .searchhits li {
    padding: 0;
    padding-bottom: unset;
    margin-top: 10px;
}

li div.org-desc h3{
    padding: 0px 0px 0px 0px;
}

ul.serachhits li hr.lineSearchList{
    border: 0;
    height: 2px;
    background-color: #333;
    width: 50%;
    margin: 20px auto;
}

.searchhits li:hover {
    background: #0a0ae91c;
}

div#programDescription{
    
    padding: 1px 1px 1px 10px;
}

ul.js-search-hits{
    padding-left: 0px;
}

div.org-img{
    position: relative;
    width: 13%;
    height: auto;
    padding: 1px 15px 1px 1px;
    margin: auto;
}

div.org-img img{
    width: 100%;
    height: auto;
    border-radius: 10%;
    position: relative;
    padding: 3px;
}

div.org-desc{
    width: 100%;
    height: auto;
    padding-left: 0px;
    margin:auto 0px;
}

.searchhits li .shortview_person-img {
    margin-right: 0;

}

.contentsBrowseGroup-top-box {
    width: 90%;
    margin: auto;
}

.shortview_person-data div.person-body{
    flex-direction: column;
}