/* profile page */
.img-circle {
            border-radius: 50%;
            border: 5px solid white;
            margin-top: -40px;
            margin-bottom: 20px;
      width: 100%;
        }

        #profile-card h1 {
            border-bottom: 1px solid #007d69;
        }

        #profile-card h1 span {
            font-size: 16px
        }

        #profile-card {
            background: #f5f5f5;
            padding: 20px;
              margin-top: 10px;
          margin-bottom: 40px;
          word-break: break-word;
        }
.contact-info div{margin-bottom:20px}

#edit-row{text-align: right;}

#profile-card .additional-links li{margin-bottom:20px}

        #edit-profile {
            background: #e2e2e2;
            padding: 20px;
        }

        img#orc-id {
            width: 25px;
            display: inline;
            margin-left: -4px;
            margin-right: 3px;;
        }

        #profile-card.row {
            margin-right: 0px;
            margin-left: 0px;
        }

        #profile-card ul {
            padding: 0;
            list-style: none;
        }

        #profile-card ul li {
            margin-bottom: 5px
        }


        i.bi {
            color: #007d69;
            margin-right: 5px
        }

        .icon-text {
            display: flex;
        }

        a[href^="tel"] {
            text-decoration: none
        }
		
		/* listing page */	
		
.profile-card-listing{
	background: #f5f5f5;
	padding: 20px 0;
margin-bottom: 20px;
}

.profile-card-listing.row {
    margin-right: unset;
    margin-left: unset;
}

.profile-card-listing .img-circle{
  border: unset;
            margin-top: unset;
            margin-bottom: unset;
}

		.contact-row span{margin-right:10px}	

@media only screen and (max-width : 768px) {
.contact-row span{display:block;margin: 5px 10px 5px 0;}
	}