.profile-content{
    text-align: center;
}

.exp_time{
background-color: #778492;
    color: white;
    padding: 5px;
    display: inline;}

.secondary{
    float:right;
}
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 45px;
    bottom: 115px;
    position: absolute;
    content: " ";
    width: 20px;
    background-color: whitesmoke;
    margin-left: -1.5px;
    left: 2%;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
	margin-left: 67px;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    float: left;
    border-radius: 2px;
    padding: 20px;
    position: relative;
	background: whitesmoke;
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-right: 0 solid whitesmoke;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    content: " ";
}

.timeline > li > .timeline-badge {
    border: white solid 5px;
    color: #777;
    width: 60px;
    height: 60px;
    line-height: 50px;
    font-size: 1.1em;
    text-align: center;
    position: absolute;
    top: 10px;
    margin-left: -75px;
    background-color: whitesmoke;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}


.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}
.pdf-button{
    background:#3aaa64 !important
}
.pdf-button:hover{
    background:#2d844e !important
}


@media (max-width: 1199px) {

	ul.timeline > li {
		margin-left: 64px;
	}
}

@media (max-width: 990px) {

	ul.timeline > li {
		margin-left: 60px;
	}
}
@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

	ul.timeline > li {
		margin-left: 0px;
	}

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}