.profilename {
/*    font-size: 25px;*/
    font-weight: bold;
    color: #274893;
    padding-bottom: 20px;
}

.profileInfo td{
    padding-top: 3px;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.8);
}

.profilesection {
    font-size: 17px;
    color: #274893;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.8);
}

.sub_profilesection {
    font-weight: bold;
}

.boxshadow {
    /*box-shadow: 0 0 10px rgba(0,0,0,.3);*/
/*    background-color: #fff;*/
}

.profilefullname {
    font-size: 25px;
    font-weight: bold;
    color: rgb(81, 24, 14) !important;
/*    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.8);*/
    margin-top: 10px;
/*    text-transform: uppercase;*/
}
.profile_item_entry a {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}
.profilejobtitle {
    font-size: 20px;
    color: #616161;
    margin-bottom: 20px;
}

.profileeducation {
    /*font-size: 15px;*/
    color: #000;
}
.profilepic{
    border: 1px solid #cccccc9c;
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 14%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 350px;
    margin-top: 20px; 
    border-radius: 10px;
}

legend.facultcontainer {
  border: none;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.departmentname {
    margin-left: 14px;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.staffmaintitle {
    border: none; 
    float: none;  
    margin-left: 20px; 
    width: auto; 
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.8); 
    margin-bottom: 0px;
    color: #000000;
}

.profilecontainer:hover {
    background-color: #fff;
}

.pageContainer a {
    text-decoration: none;
}

.readmore {
    border: 1px solid #000;
    border-radius: 6px;
    color: #000;
    font-weight: bold;
    padding: 5px 10px;
}