.currency-rates th, .currency-rates td, .stock-exchange th, .stock-exchange td, .calc-results th, .calc-results td, .finance-widget th, .finance-widget td
{
    padding: 5px;
    text-align: left;
}

.currency-rates th, .stock-exchange th, .calc-results th, .finance-widget th
{
    font-weight: 500;
}

.currency-rates td, .stock-exchange td, .calc-results td,
{
    white-space: nowrap;
}

.currency-rates, .stock-exchange, .finance-widget
{
    width: 100%;
}

.video-container
{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 1px 5px #666666;
	-moz-box-shadow: 0px 1px 5px #666666;
	box-shadow: 0px 1px 5px #666666;
}

.video-container iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ek-calc label
{
	width: 100%;
	font-size: 14px;
}

.ek-calc input, .ek-calc select
{
	margin-bottom: 20px;
	margin-top: 5px;
    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    box-sizing: border-box;
    padding: 0.7em;
    width: 100%;
}

.ek-calc select
{
	width: 100%;
	height: 30px;
}

.ek-calc input:focus
{
	border: 1px solid #666;
}

#in-calc-results, #rp-calc-results
{
	display: none;
}

.calc-results
{
	width: 100%;
	margin-top: 20px;
}

.calc-results h5
{
	border-bottom: 1px solid #666;
}

.calc-results table
{
	width: 100%;
}

.calc-results tr
{
	border-bottom: 1px solid #ccc;
}

.ek-calc .button-link {
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	border: none;
	color: #ffffff;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	width: 100%;
}

.ek-calc .button-link:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
	cursor: pointer;
}
