/*https://iwolontariusz.wosp.org.pl/user*/
/*https://inpost.pl/sledzenie-przesylek?number=685303796803379112953881*/
.tracking__datetime {
	margin-top: 4px;
   color: #a9a9aa;
   letter-spacing: .15em;
   font-size: 12px;
   text-transform: uppercase;
   font-weight: 600;
   display: inline-block;
}

.tracking__details::after {

    content: '';
    width: 3px;
    height: 100%;
    background-color: #e9e9e9;
    display: inline-block;
    position: absolute;
    left: -2px;
    top: 21px;

}
.tracking__details::before {

    content: '';
    width: 19px;
    height: 19px;
    border: 4px solid #f5f5f5;
    background-color: #e9e9e9;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: -10px;
    top: 2px;

}
.tracking__details {

    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;

}
.tracking__details::before {

    border-color: white;

}
.tracking__agency {

    letter-spacing: .15em;
    font-size: 12px;
    text-transform: uppercase;
    color: #535354;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;

}
.tracking__description {

    margin-top: 10px;
    color: #7e7e7f;
    font-size: 14px;
    word-break: break-word;
    line-height: 1.5;

}
.tracking__title::after {

    content: '\f2f2';
    display: none;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px;
    font-size: 17px;
    vertical-align: middle;
    margin-top: -3px;

}

.tracking__details .tracking__title, .tracking__details .tracking__agency {

    letter-spacing: .15em;
    font-size: 12px;
    text-transform: uppercase;
    color: #535354;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;

}
/*
<div class="col-sm-3 col-xs-4 clear">
	<span class="tracking__datetime">31 Paź 2018, 11:18</span>
</div>
<div class="col-sm-9 col-xs-8">
	<div class="tracking__details">
		<span class="tracking__title" data-status="ready_to_pickup">Umieszczona w Paczkomacie (odbiorczym).</span>
		<span class="tracking__description">I gotowe! Paczka poczeka na odbiór 48 godzin od momentu umieszczenia w Paczkomacie. Odbiorca otrzymuje  SMS-a i e-maila z kodem odbioru. Jeśli paczka nie zostanie odebrana w tym czasie, trafi do najbliższego oddziału InPost, o czym poinformujemy Odbiorcę w osobnym SMS-ie i e-mailu.</span>
	</div>
</div>
*/