.gspn-person-profile {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    overflow: hidden;
    box-shadow: 0px 0px 15px #e3e3e3;
    margin: auto;
}

.gspn.person {
    text-align: center;
    display: inline-block;
    width: 250px;
    vertical-align: top;
    margin-bottom:30px;
    margin-top: 30px;
}

.person td {
    display: block;
    border: 0px !important;
    line-height: 1.4em;
}

tbody {
    display: inline-block !important;
    width: 100%;
}
table#gspn {
    display: block;
    border: 0;
    width: auto !important;
    text-align: center;
}

tr#sorter,
#profile-sort,
div#gspn_length {
    display: none !Important;
}


h3.name {
    font-weight: 800;
    padding-top: 30px;
}

.gspn.person td {
    padding: 0;
}
.view-bio,
.category-location {color: #808080;font-size: 14px;}

.view-bio{
    color:#191919;
    text-decoration: underline;
}
.view-bio:hover{
    cursor: pointer;
}

.bio {
    display: none;
}

select#gspn-dropdown-sort {
    font-size: 20px;
    font-weight: 800;
    float: right;
    margin-bottom: 50px;
    border-radius: 0;
    border: 2px solid;
}

a.paginate_button.current {
    /* background-color: #f2f2f2; */
    background: #f2f2f2 !important;
}

a.paginate_button {
    border: 1px solid #707070 !important;
}
a#gspn_next,
a#gspn_previous {border: 0 !important;text-decoration: underline !important;}
