body { font-family: Helvetica; }

div {
  width: 300px;
  margin: auto;
}

img
{
	width: 200px;
}

.time {

  border-top: 2px dashed;
  border-color: #ed9200 !important;
  margin:0; padding: 30px;
}

.time:nth-child(even) {
  border-left: 2px dashed;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 30px; 
  padding-right: 0;
}

.time:nth-child(odd) {
  border-right: 2px dashed;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 30px; 
  padding-left: 0;
}

.time:first-child {
  border-top: 0;
  border-top-right-radius:0;
  border-top-left-radius:0;
}

.time:last-child {
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

.idl1
{
	transition: transform .2s;
	position: relative;
	bottom: 630px;
	left: 300px;
}

.idl2
{
	transition: transform .2s;
	position: relative;
	bottom: 525px;
	left: -200px;
}

.idl3
{
  transition: transform .2s;
  position: relative;
  left: 300px;
  bottom: 400px;
}

.idl1:hover
{
  transform: scale(2.5);
  border-color: #ed9200;
  outline: solid #ed9200;
}

.idl2:hover
{
  transform: scale(3.5);
  border-color: #ed9200;
  outline: solid #ed9200;
}
.idl3:hover
{
  transform: scale(2.5);
  border-color: #ed9200;
  outline: solid #ed9200;
}

