ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.info-label {
    color: #007bff !important;
	line-height: 1 !important;
	text-align: justify !important;
}

h3.info-label {
	font-size: 1.17em !important;
	margin-bottom: 2px !important;
}

.page h3 {
	font-weight:600 !important;
	color:black !important;
	font-size: 20px !important;
}

p {
	color: black !important;
    line-height: 1 !important;
    margin-bottom:2px !important;
}

.publication-header{ 
	font-weight:600; 
	margin-top:10px; 
	margin-bottom:10px; 
	font-size:18px; 
	text-transform:lowercase !important;
}

.publication-header:first-letter {
	text-transform: capitalize !important;
}

#aboutMe{
	font-size: 15px !important;
	line-height: 1.5 !important;
}

.heading {
	color: black !important;
	font-weight:bold !important;
	margin-left: -15px !important;
	margin-top: 30px !important;
	padding-left: 10px !important;
	padding: 0.75rem 1.25rem;
    margin-bottom: 15px;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.panel {
	margin-bottom: 10px !important;
}

.email > a,
.phone > a,
.mobile > a
{
    color: #007bff !important;
}

#nameWithTitle {
	font-size: 30px !important;
}



