.circle--table {
	display: table;
}

.circle--cell {
	display: table-cell;
}

	.circle {
  	width: 10px;
  	height: 10px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	flex-direction: column;
  	text-align: center;
  	background: none;
  	border: 0;
  	box-sizing: border-box;
  	border-radius: 100%;
  	font-size: inherit;
  	font-weight: 700;
  	position: relative;
  	vertical-align: middle;
  	transition: all 1s;
  	}

  	.circle span{
	font-family: runda, sans-serif;
	font-size:16px;
	font-weight:200;
	color:#000;
	min-width:200px;
	margin-left:85px;
  	}


	.circle.v2 span{
	font-family: runda, sans-serif;
	font-size:16px;
	font-weight:200;
	color:#000;
	min-width:200px;
	margin-left:100px;
  	}

	.circle.v3 span{
	font-family: runda, sans-serif;
	font-size:16px;
	font-weight:200;
	color:#000;
	min-width:200px;
	margin-left:115px;
  	}



  	.circleactive{
	width:10px;
	height:10px;
	border:1px solid #000;
	border-radius:50%;
	position:relative;
	}

	.circleactive span{
	position:absolute;
	font-family: runda, sans-serif;
	font-size:16px;
	font-weight:200;
	left:25px;
	top:-7px;
	}



  .circle::before, .circle::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
	 transition: all 1s; }

  .circle:hover {
    color: #000;
	 transition: all 1s; }

  .circle::before, .circle::after {
    top: 0;
    left: 0;
	 transition: all 1s; }

  .circle::before {
    border: 1px solid transparent; }

  .circle:hover::before {
    border-top-color: #000;
    border-right-color: #000;
    border-bottom-color: #000;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s; }
  .circle::after {
    border: 0 solid transparent; }
  .circle:hover::after {
    border-top: 1px solid #000;
    border-left-width: 1px;
    border-right-width: 1px;
    transform: rotate(270deg);
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s; }

/*# sourceMappingURL=circle.css.map */
