.winbold
{
color: #0d707f;
font-weight: bold;
}

.winvectors .fa
{
background-color: #00767d;
color: #fff;
font-size: 45px;
display: inline-block;
float: left;
padding: 12px 7px 0px 7px;
margin: 2px 7px;
width: 57px;
height: 59px;
text-align: center;
font-family: FontAwesome ! important;
margin-right: 20px;
}

.centers
{
background-color: #eee;
padding-bottom: 50px;
}

.winners
{
background-color: #fff ! important;
padding-bottom: 100px;
}

.winvectors .item
{
background: #fff;
padding: 10px;
min-height: 75px;
width: 100%;
margin-bottom: 20px;
position: relative;
}


.winvectors .desc
{
font-size: 14px;
}

.winvectors .desc .full
{
font-size: 12px;
min-height: 34px;
}

.winvectors .desc .title
{
margin-bottom: 20px;
}

.winvectors
{
margin-top: 30px;
}

.winvectors .arrow
{
border: 8px solid transparent;
border-left: 8px solid #00767d;
position: absolute;
right: 10px;
top: 42px;
cursor: pointer;
}

.leftcol
{
float: left;
width: 45%;
}

.rightcol
{
float: right;
width: 45%;
}

ol.wins
{
margin-top: 20px;
border-top: 1px solid #00767d;
padding: 10px 30px;
list-style-type: decimal ! important;
color: #00767d;
display: none;
}

ol.wins.show
{
display: block;
}

.wins li
{
list-style-type: decimal;
}

.wins .name
{
font-size: 14px;
font-weight: bold;
}

.wins .program
{
font-size: 12px;
color: #0d0d0d;
}

.arrow.accordion.active
{
border-top: 8px solid #00767d;
border-left: 8px solid transparent;
}

.block__bottom-left, .block__bottom-right
{
width: 100%;
padding: 10px 0 10px 0;
margin-bottom: 20px;
}

.winnum
{
color: #00767d;
font-size: 14px;
}

.seeall
{
color: #00767d;
text-decoration: underline;
font-size: 14px;
cursor: pointer;
}

div#min, div#max
{
display: none;
}

.green
{
color: #00767d;
}

.group
{
margin: 10px 0;
color: #0d0d0d;
font-weight: bold;
}

.infostat
{
margin: 20px 0;
background: #fff;
padding: 20px;
}

.infostat span
{
color: #0d707f;
font-weight: bold;
font-size: 28px;
}

.nko__button
{
margin-top: 50px;
}

.rek_info
{
text-align: left;
width: 60%;
margin-top: 50px;
border-top: 1px solid #0d707f;
padding-top: 50px;
}

.column1
{
text-align: center;
}

.column0
{
min-width: 20px;
}





span.program {
  position: relative;
  display: inline;
  overflow: visible;
}
span.program span.tip, span.program span.tipr {
  	position: absolute;
	width: 550px;
	text-align: left;
	font-size: 12px;
	padding: 15px;
	color: #FFFFFF;
	background: #00767D;
	height: auto;
	line-height: 18px;
	visibility: hidden;
	border-radius: 0px;
}
span.program span.tip:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 15px;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #00767D;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
span:hover.program span.tip {
  visibility: visible;
	opacity: 1;
	top: 20px;
	left: 50%;
	margin-left: -76px;
	z-index: 999;
}

span.program span.tipr:after {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 65px;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #00767D;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
span:hover.program span.tipr {
  visibility: visible;
	opacity: 1;
	top: 171px;
	right: 50%;
	margin-right: -76px;
	z-index: 999;
}

span.tip a, span.tipr a
{
	color: #fff;
	text-decoration: underline;
}