/*
* Skeleton V2.0.4
* Copyright 2021, Mihael Tominšek
* www.cdmikelis.com
* Free to use under the MIT license.
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- krog1
*/
/*
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.krog1{
  border:4px solid #ffaa00;
  border-radius:50%;
  background:rgba(255,170,0,0.25);
  color:#ffaa00;
  width:100px;
  height:100px;
  text-align:center;
  line-height:100px;
}
.svetloozadje{
	background-color: #C5C3C3;
}

.vr {
  border-left: 4px solid #f5f5f5;
  height: 22%;
  position: absolute;
  left: 0%;
  margin-left: -20px;
  top: 0;
}