/* CSS Document */
* {
	font-family:Arial;
	font-size:14px;
	margin:auto;
}
#color_fon, #color_font {
	padding:5px;
	border-radius: 3px;
	border:solid 1px #666666;
	text-align: center;
}
h2 { font-size:16px; font-weight:bold;}
#fon_table {
	/*border:solid 1px #999999;*/
	background-color:rgba(132, 129, 129, 0.1);
	padding:10px;
	border-spacing:0px;
	width:100%
}
#fon_table td { padding:5px; font-size:180%; text-align:center;}

#fon_table h3 {
font-size: 120%;
    font-weight: bold;
    border-bottom: solid 2px #999999;
    padding-bottom: 4px;}
.tempo { font-size:170%; font-weight:bold; margin:0px; padding:0px;}
.tempo span {font-size: 70%;}
.opis_img { font-size:80%;}
.compakt {
	border-spacing:0px;
	text-align: center;
	width: 100%;
	vertical-align: baseline;
	background-color:rgba(132, 129, 129, 0.1);
	padding: 10px;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #9FD468;
	text-align: center;
}

.compakt td {
	padding:5px;
	vertical-align: top;
	font-size:180%;
}

.compakt h3 {
	font-size: 100%;
	font-weight: bold;
	    line-height: 40px;
    }
.tip {font-size:80%;}	
	
.radio {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}
.radio + label {
  cursor: pointer;
}
.radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.radio:not(checked) + label {
  position: relative;
  padding: 0 0 0 35px;
}
.radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
}
.radio:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #9FD468;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
  opacity: 0;
  transition: all .2s;
}
.knop {
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 20px;
}

.radio:checked + label:after {
  opacity: 1;
}
.radio:focus + label:before {
  box-shadow: 0 0 0 3px rgba(255,255,0,.5);
}
.course1 h3 {
	font-size: 100%;
    font-weight: bold;
    border-bottom: solid 2px #999999;
    padding-bottom: 4px;}

.course1 {
	/*border: 1px solid #333333;
	background-color: rgba(132, 129, 129, 0.1);*/
	padding: 10px;
	width: 100%;
}
.kurs-digit { font-size:140%; font-weight:bold; margin:0px; padding:0px;}
.course1 h5 {
	font-size: 100%;
    font-weight: bold;
    border-top: solid 2px #999999;
    padding-top: 4px;}
.course1 td {
	font-size: 150%;
}
.course3 h3 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: solid 2px #999999;
	padding-bottom: 8px;
	text-align: center;
}
.course3 h5 {
	font-size: 90%;
	font-weight: normal;
	border-top: solid 2px #999999;
	padding-top: 8px;
	text-align: center;
}

.course3 {
	/*border: 1px solid #333333;
	background-color: rgba(149,191,202,0.12);*/
	padding: 10px;
	vertical-align: middle;
	width: 100%;
	/*color: #000000;*/
}
.course3 td {
	font-size: 150%;
	padding: 10px;
}
/*.course3 .kurs-digit {
	font-size: 180%;
	color: #200BD0;
}*/
.course2 h3 {
	font-size: 100%;
    font-weight: bold;
    border-bottom: solid 2px #999999;
    padding-bottom: 8px;}

.course2 {
	/*border: 1px solid #333333;
	background-color: rgba(132, 129, 129, 0.1);*/
	padding: 10px;
	width: 100%;
}
.course2 h5 {
	font-size: 100%;
    font-weight: bold;
    border-top: solid 2px #999999;
    padding-top: 8px;}
.course2 td {
	font-size: 150%;
	padding: 10px;
}
/*.course2 .kurs-digit {
	color: #C50404;
}*/
