@import './common.css';

.development {

}

.item {
  padding-left: 205px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.item .border {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 27px;
  width: 5px;
  background-color: #1c77bc;
}

.item .radiu {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #1c77bc;
  top: 10px;
  left: 20px;
  border-radius: 50%;
}

.item.odd .radiu {
  background-color: #ffc600;
}

.item .date {
  position: absolute;
  left: 50px;
  top: 8px;
  font-weight: bold;
  color: #1c77bc;
  font-size: 20px;
}

.item .content {
  color: #666;
}