.page{
	overflow: visible;
  }
  
  .switch{
	display:flex;
	cursor:pointer;
	justify-content:flex-start;
	color:#000;
	flex-wrap:wrap;
	font-size: 14px;
  }
  .switch input{
	position: absolute;
	left:-9999px;
  }
  .switch input + .ico{
	min-width: 46px;
	max-width: 46px;
	height: 26px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	border:2px solid #888;
	background: #ccc;
	position: relative;
	margin-right: 15px;
  }
	.switch input + .ico:before{
	  background: #999;
	}
	.switch input + .ico:before{
	  content:'';
	  width:20px;
	  height: 20px;
	  box-sizing: border-box;
	  position: absolute;
	  left:2px;
	  top:1px;
	  -webkit-transition: all 0.3s;
	  -moz-transition: all 0.3s;
	  -o-transition: all 0.3s;
	  transition: all 0.3s;
	  margin-right: 3px;
	  -moz-border-radius: 100px;
	  -webkit-border-radius: 100px;
	  border-radius: 100px;
	}
	.switch input:checked + .ico{
	  background: #007bff;
	  border-color:#bfdeff;
	}
	.switch input:checked + .ico:before{
	  left:100%;
	  margin-left: -22px;
	  background: #FFF;
	}
  
  
  .converter .switch{
	  color:#000;
	  font-size: 14px;
  }
	  .converter .switch .checkbox-hint{
		  display: none;
		  color:grey;
		  font-size: 11px;
		  margin-top: 5px;
	  }
	  .converter .switch .span{
		  line-height: 26px;
	  }
	  .converter .switch input:checked + .ico + .span + .checkbox-hint{
		  display: block;
		  width: 100%;
	  }
	  .converter .switch input{
		  position: relative;
		  top:2px;
		  margin:0 10px 0 0;
	  }
  .table-monitoring{
	  font-size: 18px;
	  background: rgb(245, 245, 245);
  }
  .table-monitoring th{
	  background: #FEFEFE;
  }
  table.table-monitoring thead th:first-child, table.table-monitoring tbody td:first-child,
  table.table-monitoring tfoot td:first-child{
	  padding-left: 10px;
  }
  table.table-monitoring thead th,
  table.table-monitoring tbody td, table.table-monitoring tfoot td{
	  padding:10px 5px;
  }
  .fsz-14{
	  font-size: 14px;
  }
  .fsz-13{
	  font-size: 13px;
  }
  .fsz-12{
	  font-size: 12px;
  }
  .red{
	  color:red !important;
  }
  .table-monitoring{
	  background: #FFF; 
	  line-height: 1.5;
  }
  .table-monitoring td{
	  border-top:1px solid rgba(0, 0, 0, 0.12);
	  border-bottom:1px solid rgba(0, 0, 0, 0.12);
  }
  table.table-monitoring tbody td, table.table-monitoring tfoot td{
	  font-size: 14px;
	  letter-spacing: normal
  }
  table.table-monitoring tbody tr:hover td{
	  background: #FFF;
	  cursor: default;
  }
  table.table-monitoring tr td .i img{
	  width:21px;
  }
  table.table-monitoring tr td .fsz-12 .ico{
	  margin-right: 3px;
	  margin-top: 0;
  }
	  table.table-monitoring tr td[data-role=amount] .fsz-12 .ico{
		  margin-right: 0;
		  margin-left: 3px;
		  vertical-align: middle;
	  }
  table.table-monitoring tr td .fsz-12{
	  display:flex;
	  justify-content: flex-end;
	  align-items:center;
  }
  table.table-monitoring tr td .fsz-12 .ico img{
	  display: block;
  }
  table.table-monitoring tr td .ico,
  table.table-monitoring tr td .i{
	  display: inline-block;
	  margin-top: 4px;
  }
  table.table-monitoring tbody tr.nulled td{
	  background: #000;
  }
  table.table-monitoring .name{
	  display:inline-block;
	  vertical-align:top;
	  max-width: 80px;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  white-space:nowrap;
	  -webkit-transition: all 0.3s;
	  -moz-transition: all 0.3s;
	  -o-transition: all 0.3s;
	  transition: all 0.3s;
  }
  table.table-course tbody td:first-child, table.table-course tfoot td:first-child{
	  color:#4a4a4a;
  }
  table.table-monitoring .btn-default{
	  font-size: 12px;
	  padding:4px 10px;
  }
  #modalValuta .modal-dialog{
	  width:100%;
  }
  .modalValuta .valuta-list ul li.category,
  .modalValuta .altcurrencies-images ul li.category{
	  font-weight: bold;
	  padding-left: 0;
  }
  .modalValuta .valuta-list ul li.category:first-child,
  .modalValuta .altcurrencies-images ul li.category:first-child{
	  margin-top: 0;
  }
  .modalValuta .valuta-list ul li.category,
  .modalValuta .altcurrencies-images ul li.category{
	  margin-top: 5px;
	  margin-bottom: 5px;
  }
  .modalValuta .valuta-list ul li.category:hover,
  .modalValuta .altcurrencies-images ul li.category:hover{
	  background: #FFF;
  }
  .modalValuta .valuta-search{
	  position: relative;
	  margin-bottom: 10px;
  }
  .modalValuta .form-control{
	  width: 100%;
	  max-width: inherit;
	  border:1px solid #385f6e;
	  -moz-border-radius: 0px;
	  -webkit-border-radius: 0px;
	  border-radius: 0px;
	  padding-right: 30px;
	  z-index: 90;
  }
  .modalValuta .valuta-search .submit{
	  background: url(images/search.svg) no-repeat center;
	  width: 30px;
	  height: 100%;
	  position: absolute;
	  z-index: 100;
	  right:0;
	  top:0;
	  border:0;
  }
  li.category {
	  background: #fff;
	  column-span: all;
	  position: sticky;
	  top: 0px;
  }
  .valuta-list{
	  font-size: 14px;
  }
	  .valuta-list-images ul li{
		  padding-left: 25px;
		  background-size: 16px;
		  background-position:3px center;
		  background-repeat: no-repeat;
		  padding-top: 0;
		  padding-bottom: 0;
		  line-height: 24px;
	  } 
	  .valuta-list-images ul li.disabled,
	  .altcurrencies-images ul li.disabled{
		  color:#a6a6a6;
	  }
	  .select-blue .dropdown-toggle.btn-images{
		  padding-left: 30px;
		  background-size: 16px;
		  background-position:6px center;
		  background-repeat: no-repeat;
	  }
  .altcurrencies-images ul li, .altcurrencies-images ul li:hover{
	  padding-left: 25px;
	  background-size: 16px;
	  background-position:3px 2px;
	  background-repeat: no-repeat;
  }
  table.table-course td[data-toggle="modal"]:hover{
	  cursor: pointer;
  }
  table.table-monitoring{
	  position: relative;
  }
  table.table-monitoring td[data-toggle="modal"]:hover .name{
	  color:#295e6c;
	  min-width: 100%;
  }
  table.table-monitoring tbody td,
  table.table-monitoring tfoot td{
	  font-weight: 400;
	  vertical-align: top;
  }
  table.table-monitoring thead{
	  background: #FFF;
  }
  table.table-monitoring thead th{ 
	  position: sticky;
	  top:0;
	  background: #FFF;
	  z-index: 100;
  }
  .modalInfo{
	  font-size: 14px;
	  color:#82858a;
  }
  .modalInfo .btn-default{
	  color:#FFF;
	  width: 100%;
	  margin-top: 30px;
  }
  .modalInfo a{
	  color:#588292;
	  text-decoration: underline;
  }
  .modalInfo a:hover{
	  text-decoration: none;
  }
  .modalInfo .modalInfo-name{
	  font-size: 24px;
	  font-weight: bold;
	  
	  display:inline-block;
	  vertical-align:top;
	  margin-bottom: 15px;
  }
  .modalInfo ul, .modalInfo ul li{
	  padding:0;
	  margin:0;
	  list-style: none;
  }
  .modalInfo .ul li{
	  display:flex;
	  margin-bottom: 3px;
  }
  .modalInfo .ul li .span1{
	  margin-right: 10px;
  }
  .modalInfo .ul li .span2{
	  font-weight: 500;
	  color:#000;
  }
  .modalInfo-ico{
	  margin-top: 20px;
	  padding-left: 30px;
	  background-position: 0 center;
	  background-repeat: no-repeat;
	  background-size: 20px;
  }
  .modalInfo .modal-dialog {
	  max-width: 350px;
  }
  .obmen-list{
	  min-width: 100%;
	  max-width: 100%;
	  color: #4a4a4a;
	  font-size: 13px;
  }
  .obmen-list ul, .obmen-list ul li{
	  padding:0;
	  margin:0;
	  list-style: none;
  }
  .obmen-list ul{
	  margin-left: -10px;
	  margin-right: -10px;
  }
  .converter{
	  overflow: hidden;
  }
  .converter .box .row{
	  max-width: calc(100vw + 54px);
	  margin-left: 0;
	  margin-right: 0;
  }
  .converter .box .row .col:first-child {
	  padding-left: 0;
  }
  .converter .box .row .col:last-child {
	  padding-right: 0;
  }
  .converter .box .row.align-top{
	  align-items: flex-start;
  }
	  .converter .box .row.align-top .col{
		  min-width: 100%;
		  max-width: 100%;
	  }
  .converter .box .row.align-top .advertising{
	  margin-bottom: 0;
	  display: none;
  }
  .shedule.no-bordered{
	  border:0;
  }
  .obmen-list ul li{
	  margin: 10px;
  }
	  .obmen-list ul li .nowrap{
		  overflow: hidden;
		  text-overflow: ellipsis;
		  white-space:nowrap;
		  max-width: 100%;
		  display:inline-block;
		  vertical-align:top;
	  }
	  .obmen-list ul li.advertising{
		  min-width: inherit;
		  max-width: inherit;
		  text-align: center;
		  /*box-shadow:0 2px 2px 0 rgb(0 0 0 / 13%);*/
	  }
	  .obmen-list ul li.advertising .in{
		  margin-left:-10px;
		  margin-right:-10px;
	  }
		  .obmen-list ul li.advertising .in a{
			  display:inline-block;
			  vertical-align:middle;
			  padding:0;
			  box-shadow: none;
		  }
	  .obmen-list ul li a{
		  display:flex;
		  justify-content: space-between;
		  align-items:center;
		  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 13%);
		  border-radius: 8px;
		  padding:10px;
	  }
	  .obmen-list ul li .valuta{
		  min-width: calc(50% - 25px);
		  max-width: calc(50% - 25px);
	  }
	  .obmen-list ul li .valuta{
		  display:flex;
		  align-items:center;
	  }
	  .obmen-list ul li a{
		  text-decoration: none;
	  }
	  .obmen-list ul li a:hover{
		  background: #f5f5f5;
		  text-decoration: none;
	  }
		  .obmen-list ul li .valuta .name{
			  min-width: calc(100% - 42px);
			  max-width: calc(100% - 42px);
			  margin-left: auto
		  }
		  .obmen-list ul li .valuta .ico{
			  margin-right: 10px;
			  min-width: 32px;
			  max-width: 32px;
		  }
			  .obmen-list ul li .valuta .ico img{
				  max-width: 100%;
				  width: 100%
			  }
	  .obmen-list ul li .converter-replace{
		  min-width: 26px;
		  max-width: 26px;
		  position: static;
		  margin-left: 12px;
		  margin-right: 12px;
	  }
  table.table-course tbody .table-highlight td{
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-animation: highlight1 0.9s ease-in 0.5s both;
	animation: highlight1 0.9s ease-in 0.5s both;
  }
  
  table.table-course tbody tr.table-highlight:nth-child(2n+2) td{
	-webkit-animation: highlight2 0.9s ease-in 0.5s both;
	animation: highlight2 0.9s ease-in 0.5s both;
  }
  
  table.table-course tfoot .table-highlight td{
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-animation: highlight3 0.9s ease-in 0.5s both;
	animation: highlight3 0.9s ease-in 0.5s both;
  }
  
  table.table-course tfoot tr.table-highlight:nth-child(2n+2) td {
	-webkit-animation: highlight4 0.9s ease-in 0.5s both;
	animation: highlight4 0.9s ease-in 0.5s both;
  }
  
  table.table-course tfoot tr td {
	  background: rgb(224, 224, 224);
  }
  table.table-course tfoot tr:nth-child(2n+2) td {
	  background: rgb(224, 224, 224, 0.7);
  }
  
  @-webkit-keyframes highlight1 {
	0% {
	  background: #009688;
	}
	30% {
	  background: rgb(0,150,136, 0.5);
	}
	60% {
	  background: rgb(0,150,136, 0.3);
	}
  
	100% {
	  background: #FFF;
	}
  }
  
  @keyframes highlight1 {
	0% {
	  background: #009688;
	}
	30% {
	  background: rgb(0,150,136, 0.5);
	}
	60% {
	  background: rgb(0,150,136, 0.3);
	}
	100% {
	  background: #FFF;
	}
  }
  
  @-webkit-keyframes highlight2 {
	0% {
	  background: #009688;
	}
	30% {
	  background: rgb(0,150,136, 0.5);
	}
	60% {
	  background: rgb(0,150,136, 0.3);
	}
	100% {
	  background: #f1f1f1;
	}
  }
  
  @keyframes highlight2 {
	0% {
	  background: #009688;
	}
	30% {
	  background: rgb(0,150,136, 0.5);
	}
	60% {
	  background: rgb(0,150,136, 0.3);
	}
	100% {
	  background: #f1f1f1;
	}
  }
  
  @-webkit-keyframes highlight3 {
	0% {
	  background: rgb(0,150,136);
	}
	30% {
	  background: rgb(0,150,136, 0.5);
	}
  
	100% {
	  background: rgb(224, 224, 224);
	} 
  }
  
  @keyframes highlight3 {
	0% {
	  background: rgb(0,150,136);
	}
	30% {
	  background: rgb(0,150,136, 0.5);
	}
  
	100% {
	  background: rgb(224, 224, 224);
	}
  }
  
  @-webkit-keyframes highlight4 {
	0% {
	  background: rgb(0,150,136);
	}
	30% {
	  background: rgb(0,150,136, 0.5);
	}
	100% {
	  background: rgb(224, 224, 224, 0.7);
	}
  }
  
  @keyframes highlight4 {
	0% {
	  background: rgb(0,150,136);
	}
	30% {
	  background: rgb(0,150,136, 0.5);
	}
	100% {
	  background: rgb(224, 224, 224, 0.7);
	}
  }
  .strong{
	  font-weight: bold;
  } 
  
  .mdl-progress{display:block;position:relative;height:4px;
	  max-width:100%;
	  width: 100%;
	  position: fixed;
	  z-index: 999999;
  }
  .mdl-progress>.bar{display:block;position:absolute;top:0;bottom:0;width:0%;transition:width .2s cubic-bezier(.4,0,.2,1)}
  .mdl-progress>.progressbar{background-color:rgb(0,150,136);z-index:1;left:0}
  .mdl-progress>.bufferbar{background-image:linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7)),linear-gradient(to right,rgb(0,150,136),rgb(0,150,136));z-index:0;left:0}
  .mdl-progress>.auxbar{right:0}
  @supports (-webkit-appearance:none){
	  .mdl-progress:not(.mdl-progress--indeterminate):not(.mdl-progress--indeterminate)>.auxbar,
	  .mdl-progress:not(.mdl-progress__indeterminate):not(.mdl-progress__indeterminate)>.auxbar{
		  background-image:linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7)),linear-gradient(to right,rgb(0,150,136),rgb(0,150,136));-webkit-mask:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=");
		  mask:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=")}
	  }
	  .mdl-progress:not(.mdl-progress--indeterminate)>.auxbar,
	  .mdl-progress:not(.mdl-progress__indeterminate)>.auxbar{
		  background-image:linear-gradient(to right,rgba(255,255,255,.9),rgba(255,255,255,.9)),linear-gradient(to right,rgb(0,150,136),rgb(0,150,136))
	  }
	  .mdl-progress.mdl-progress--indeterminate>.bar1,.mdl-progress.mdl-progress__indeterminate>.bar1{
			  -webkit-animation-name:indeterminate1;animation-name:indeterminate1}
	  .mdl-progress.mdl-progress--indeterminate>.bar1,.mdl-progress.mdl-progress__indeterminate>.bar1,
	  .mdl-progress.mdl-progress--indeterminate>.bar3,.mdl-progress.mdl-progress__indeterminate>.bar3{
		  background-color:rgb(0,150,136);
		  -webkit-animation-duration:2s;
		  animation-duration:2s;
		  -webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;
		  -webkit-animation-timing-function:linear;
		  animation-timing-function:linear
	  }
	  .mdl-progress.mdl-progress--indeterminate>.bar3,.mdl-progress.mdl-progress__indeterminate>.bar3{
		  background-image:none;
		  -webkit-animation-name:indeterminate2;
		  animation-name:indeterminate2
	  }
	  @-webkit-keyframes indeterminate1{
		  0%{left:0%;width:0%}50%{left:25%;width:75%}75%{left:100%;width:0%}
	  }
	  @keyframes indeterminate1{0%{left:0%;width:0%}50%{left:25%;width:75%}75%{left:100%;width:0%}}
	  @-webkit-keyframes indeterminate2{0%,50%{left:0%;width:0%}75%{left:0%;width:25%}100%{left:100%;width:0%}}
	  @keyframes indeterminate2{0%,50%{left:0%;width:0%}75%{left:0%;width:25%}100%{left:100%;width:0%}
  }
  .monitoring-article{
	  font-size: 12px;
	  color:grey;
	  margin-bottom: 40px;
	  padding:20px;
  }
	  .monitoring-article .h5{
		  text-align: center;
		  font-size: 12px;
		  color:grey;
		  font-weight: bold;
	  }
  .monitoring-article ol, .monitoring-article ol li{
	  margin:0;
	  padding:0;
	  list-style: none
  }
  .monitoring-article ol{
	  counter-reset: li;
  }
	  .monitoring-article ol li{
		  padding-left: 20px;
		  position: relative;
	  }
	  .monitoring-article ol li:before{
		  content: counter(li, decimal)'.';
		  counter-increment: li;
		  position: absolute;
		  left:0;
		  top:0px;
	  }
	  .monitoring-article .flex{
		  display:flex;
		  align-items:center;
		  flex-wrap:wrap;
	  }
	  .monitoring-article .flex textarea{
		  flex-grow:1;
		  margin-right: 10px;
		  font-size: 12px;
		  min-width: 100%;
		  max-width: 100%;
		  margin-bottom: 10px;
	  }
  .monitoring-article .h2{
	  text-align: center;
	  margin-bottom: 20px;
  }
  .sidebar-right.sidebar-left{
	  order:1;
  }
  .columns-flex > .main-column.main-column-right{
	  order:2;
	  margin-right: 0;
  }
  .mt-10{
	  margin-top: 10px;
  }
  table.table-course tbody td.vertical-center,
  table.table-course tfoot td.vertical-center{
	  text-align: center;
	  vertical-align: middle
  }
  /*td.align-middle{
	  position: relative;
  }
  td.align-middle .div{
	  position: absolute;
	  left:0;
	  top:0;
	  bottom:0;
	  right:0;
	  display:flex;
	  justify-content: center;
	  align-items:center;
	  flex-direction: column;
  }*/
  @media screen and (min-width:479px){
	  table.table-monitoring tbody td, table.table-monitoring tfoot td{
		  font-size: 16px;
	  }
	  table.table-monitoring thead th,
	  table.table-monitoring tbody td, table.table-monitoring tfoot td{
		  padding:10px 5px;
	  }
	  table.table-monitoring thead th:first-child, table.table-monitoring tbody td:first-child,
	  table.table-monitoring tfoot td:first-child{
		  padding-left: 5px;
	  }
	  .select-blue .dropdown-toggle.btn-images{
		  padding-left: 40px;
		  background-position:16px center;
	  }
	  .converter .box .row.align-top .advertising{
		  display: block;
	  }
	  .converter .box .row.align-top .col{
		  min-width: 50%;
		  max-width: 50%;
	  }
  }
  @media screen and (min-width:767px){
	  table.table-monitoring tbody td, table.table-monitoring tfoot td{
		  font-size: 20px; 
	  }
	  table.table-monitoring thead th,
	  table.table-monitoring tbody td, table.table-monitoring tfoot td{
		  padding:3px 5px;
	  }
	  table.table-monitoring thead th:first-child, table.table-monitoring tbody td:first-child,
	  table.table-monitoring tfoot td:first-child{
		  padding-left: 5px;
	  }
	  table.table-monitoring .name{
		  max-width: inherit;
	  }
	  table.table-monitoring .btn-default{
		  background: #295e6c;
		  border: 1px solid #295e6c;
		  padding: 9px 20px;
		  font-size: 14px;
		  width: inherit;
		  height: inherit;
	  }
	  #elMonitoring_widget .btn-default:hover,
	  #elMonitoring_widget .btn-default:focus{
		  color: #295e6c;
		  border-color: #295e6c;	
		  background: #FFF;
	  }
	  table.table-monitoring .name{
		  max-width: 150px;
	  }
	  .monitoring-article .flex{
		  flex-wrap:nowrap;
	  }
	  .monitoring-article .flex textarea{
		  min-width: inherit;
		  max-width: inherit;
	  }
	  table.table-monitoring tbody tr td .ico,
	  table.table-monitoring tbody tr td .i{
		  margin-top: 0;
	  }
  }
  @media screen and (min-width:1100px){
	  .columns-flex > .main-column.main-column-right{
		  margin-left: 12px;
	  }
  }
  
  
  
  
  
  
  
  .converter-replace,
  .converter .ili {
	  width: 26px;
	  height: 24px;
	  background: url(images/converter-replace.png) no-repeat center;
	  cursor: pointer;
	  position: absolute;
	  right: -13px;
	  top: 36px;
	  z-index: 100;
	  font-size: 13px;
	  color: #000;
	  text-align: center;
  }
  
  .converter .ili {
	  top: auto;
	  background: none;
	  bottom: 25px;
  }
  
  .mdl-progress {
	  top: 0;
  }
  
	  body.branding .mdl-progress {
		  max-width: 100%;
	  }
  
  .valuta-list-images ul li:hover{
	  background-size: 16px;
	  background-position:3px center;
	  background-repeat: no-repeat;
  }
  
  table.table-course.table-monitoring tbody.text-right td,
  table.table-course.table-monitoring tfoot.text-right td {
	  text-align: right
  }
  
  table.table-course.table-monitoring tbody td:first-child,
  table.table-course.table-monitoring tfoot td:first-child {
	  text-align: left;
  }
  
  .table-monitoring.fsp-95 [data-textFill] { font-size: 95% }
  .table-monitoring.fsp-90 [data-textFill] { font-size: 90% }
  .table-monitoring.fsp-85 [data-textFill] { font-size: 85% }
  .table-monitoring.fsp-80 [data-textFill] { font-size: 80% }
  .table-monitoring.fsp-75 [data-textFill] { font-size: 75% }
  .table-monitoring.fsp-70 [data-textFill] { font-size: 70% }
  .table-monitoring.fsp-65 [data-textFill] { font-size: 65% }
  .table-monitoring.fsp-60 [data-textFill] { font-size: 60% }
  .table-monitoring.fsp-55 [data-textFill] { font-size: 55% }
  .table-monitoring.fsp-50 [data-textFill] { font-size: 50% }
  
  
  .adWrapper.banner-50-monitoring {
	  min-height: 50px;
  }
  
  .animated-widget.animated-monitoring .animated-background {
	  height: auto;
  }
  
	  .animated-widget.animated-monitoring .row {
		  height: 70px;
		  width: 100%;
		  margin-left: 0;
		  margin-right: 0;
		  margin-bottom: 70px!important;
		  position: static;
	  }
	  
  .obmen-list ul li a {
	  background-color: #f1f1f1;
  }
  
	  .obmen-list ul li a:hover {
		  background-color: #e0e0e0;
	  }
  
  .flag-wrapper {
	  display: inline-block;
  }