#paper-wrap{
	width: 805px;
	height: 900px;
	margin-left: 20px;
	margin-top: 20px;
	background-color: bisque;
}

.paper-common{
	height: 1000px;
}
#paper-title{

	height: 70px;
	width: 805px;
	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: 838px;
	width: 2px;
	background-color: lightpink;
	margin-top: 46px;
	position: absolute;
	left: 281px;
}

.line-bullets{
	width: 6px;
	height: 6px;
	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: 15px;
	padding: 10px;
	padding-right: 52px;
	padding-left: 15px;
	top: 40px;
	left: 150px;
	position: relative;
}

.work-date:after{
	content: "";
	top: 0;
	width: 0;
	height: 0;
	position: absolute;
	left: 98px;
	border-top: 19px solid transparent ;
	border-bottom: 20px solid transparent;
	border-right: px solid transparent;
	border-left: 15px solid lightpink;

}

.works {
	display: grid;
}