main{
	padding-top: 100px;
}

#visited_item_link{
	margin-bottom: 20px;
	margin-top: 20px;
}

#visited_item_link a{
	font-size: 16pt;
    color: #002b11;
}

.temp-left-border{
	border-left: 1px solid #c3c3c3;
		border-top: none;
}

.review_stars{
	font-size: 30pt;
    margin-bottom: 20px;
    margin-top: 15px;	
}

.review_stars span{
	cursor: pointer;
}

#visited_item_link h4{
    margin-bottom: -4px;
    margin-top: 20px;
}

@media only screen and (max-width: 991px)  {
	.temp-left-border{
		border-left: none;
		border-top: 1px solid #c3c3c3;
		margin-top: 30px;
	}
}
