.options-caption-0{
    display:none;
}
.options-caption-1{
    top: 1rem;
    left: 1rem;
    right: unset;
    padding: 0;
}
.options-caption-2{
    top: 1rem;
    left: unset;
    right: 1rem;
    padding: 0;
}
.options-caption-3{
    bottom: 1rem;
    left: unset;
    right: 1rem;
    padding: 0;
}
.options-caption-4{
    bottom: 1rem;
    left: 1rem;
    right: unset;
    padding: 0;
}
.options-caption-5{
    top: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
.options-caption-4{
    bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.img-caption{
	max-width:10vw;
}
.fd-devises-white {
	background: rgba(255,255,255,0.95);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.95) 0%, rgba(238,238,238,0.95) 44%, rgba(221,221,221,0.95) 68%, rgba(221,221,221,0.95) 90%, rgba(238,238,238,0.95) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.95)), color-stop(44%, rgba(238,238,238,0.95)), color-stop(68%, rgba(221,221,221,0.95)), color-stop(90%, rgba(221,221,221,0.95)), color-stop(100%, rgba(238,238,238,0.95)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.95) 0%, rgba(238,238,238,0.95) 44%, rgba(221,221,221,0.95) 68%, rgba(221,221,221,0.95) 90%, rgba(238,238,238,0.95) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.95) 0%, rgba(238,238,238,0.95) 44%, rgba(221,221,221,0.95) 68%, rgba(221,221,221,0.95) 90%, rgba(238,238,238,0.95) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.95) 0%, rgba(238,238,238,0.95) 44%, rgba(221,221,221,0.95) 68%, rgba(221,221,221,0.95) 90%, rgba(238,238,238,0.95) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.95) 0%, rgba(238,238,238,0.95) 44%, rgba(221,221,221,0.95) 68%, rgba(221,221,221,0.95) 90%, rgba(238,238,238,0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );

	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
}

.fd-devises-black {
	background: rgba(255,255,255,0.3);

	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
}

.border-right-white {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.border-left-black {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.font-size-large{
	font-size:large;
}

.border-top-5{
	border-top:5px !important;
	border-right:0px;
	border-bottom:0px;
	border-left:0px;
	border-style:solid !important;
	border-color:#aaaaaa !important;
}

.border-right-5{
	border-top:0px;
	border-right:5px !important;
	border-bottom:0px;
	border-left:0px;
	border-style:solid !important;
	border-color:#aaaaaa !important;
}

.border-bottom-5{
	border-top:0px;
	border-right:0px;
	border-bottom:5px !important;
	border-left:0px;
	border-style:solid !important;
	border-color:#aaaaaa !important;
}

.border-left-5{
	border-top:0px;
	border-right:0px;
	border-bottom:0px;
	border-left:5px !important;
	border-style:solid !important;
	border-color:#aaaaaa !important;
}

.border-top-2{
	border-top:2px !important;
	border-right:0px;
	border-bottom:0px;
	border-left:0px;
	border-style:solid !important;
	border-color:#aaaaaa !important;
}

.border-right-2{
	border-top:0px;
	border-right:2px !important;
	border-bottom:0px;
	border-left:0px;
	border-style:solid !important;
	border-color:#aaaaaa !important;
}

.border-bottom-2{
	border-top:0px;
	border-right:0px;
	border-bottom:2px !important;
	border-left:0px;
	border-style:solid !important;
	border-color:#aaaaaa !important;
}

.border-left-2{
	border-top:0px;
	border-right:0px;
	border-bottom:0px;
	border-left:2px !important;
	border-style:solid !important;
	border-color:#aaaaaa !important;
}

.border-dotted{
	border-style:dotted !important;
}

.border-dashed{
	border-style:dashed !important;
}