﻿.CurrencyCalculator .pnlAmount
{
	margin: 5px;
	padding-bottom: 10px;
	font-size: 11px;
	color: rgb(0, 30, 75);
}

.CurrencyCalculator .pnlSmallResultLabel
{
	margin: 5px;
	font-weight: bold;
	font-size: 11px;
	color: rgb(0, 30, 75);
}

.CurrencyCalculator #pnlSmallResultText
{
	margin: 5px;
	font-weight: bold;
	color: rgb(0, 30, 75);
	padding-bottom: 10px;
	text-align: center;
}

.CurrencyCalculator .ltlAmount
{
	margin-right: 5px;
	font-weight: bold;
}

.CurrencyCalculator #txtAmount
{
	margin-right: 5px;
	width: 95px;
	text-align: center;
	height: 20px;
	font-size: 11px;
}

.CurrencyCalculator .ltlAmountCzk
{
}

.CurrencyCalculator #eurResult
{
	padding: 2px;
}

.CurrencyCalculator #usdResult
{
	padding: 2px;
}

.CurrencyCalculator #ltlSmallLinkMoreCurrencies
{
	margin-right: 70px;
}

.CurrencyCalculatorLarge .pnlOneRowCalc
{
	padding: 5px;
}

.CurrencyCalculatorLarge #txtAmountCurrencyCalculatorLarge
{
	margin-right: 20px;
}

.CurrencyCalculatorLarge #comboZCurrencyCalculatorLarge
{
	margin-right: 20px !important;
}

.CurrencyCalculatorLarge #combDo
{
	margin-right: 20px;
}

.CurrencyCalculatorLarge .exactMatch
{
	background-color: lightgreen !important;
}

.CurrencyCalculatorLarge .lblObjem
{
	padding-right: 5px;
}

.CurrencyCalculatorLarge .lblCurrencyZ
{
	padding-right: 5px;
}

.CurrencyCalculatorLarge .lblCurrencyDo
{
	padding-right: 5px;
}
