ul {
	list-style: none;
}

.paper-common{
	height: 1200px;
}
#paper-wrap{
	width: 805px;
	height: 900px;
	margin-left: 20px;
	margin-top: 20px;
	background-color: bisque;
}
#paper-title{
	
	height: 70px;
	width: 805px;
	padding: 0px;
	font-family: Quicksand;
	font-size: 20px;
	letter-spacing: 3px;
	margin-left: 50px;
}

.labels-box{
	position: relative ;
}

.description-box{
	width: 490px;
	float: right;
	margin-right: 20px;
	font-family: Quicksand;
	
}

.company-logo{
	height: 50px;
	width: 50px;

}

.company-logo >img {
	width: 40px;
	height: 40px;
	border-radius: 0px;
}

.company-name{
	font-size:20px;
	}

#divisor{
	height: 780px;
	width: 2px;
	background-color: lightpink;
	margin-top: 46px;
	position: absolute;
	left: 281px;
}

.line-bullets{
	width: 7px;
	height: 7px;
	background-color: black;
	border-radius: 50%;
	position:absolute;
	margin-top: 0px;
	margin-left: -1px;
	left:280px;
	top: 48px;
}



time.work-date{
	background-color: lightpink;
	font-family: Quicksand; 
	font-size: 12px;
	padding-left: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right:10px;
	top: 40px;
	left: 90px;
	position: relative;
	width: 200px; 
}


.work-date:after{
	content: "";
    top: 0;
    width: 0;
    height: 0;
    position: absolute;
	left: 108px;
	border-top: 16px solid transparent ;
    border-bottom: 16px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid lightpink;
}


#first-work-date:after {
	left: 106px;
}

.works {
	display: grid;
}