.timeline {
	background-color: transparent;
}

	.timeline ul {
		background-color: transparent;
		list-style-type: none;
      		margin: 0.1em;
		padding: 0.2em;
	}

		.timeline ul li {
			background-color: transparent;
			border: 1px solid #aaa;
			border-bottom: 0px;
			margin: 0em;
			padding: 0.4em;
		}
			.timeline ul li div{
				background-color: transparent;
				padding: 0.1em;
				/*padding: 0.5em 0.7em;*/
			}

			.timeline ul li div:first-child img {
				background-color: transparent;
				margin: 0.1em;
				padding: 0.2em 0.2em;
			}


			.timeline ul li div:last-child {
				background-color: transparent;
				padding: 0.2em 0.8em;
			}

		.timeline ul li:last-child {
			background-color: transparent;
			border-bottom: 1px solid black;
		}  

