/* calc specific styles here */

/*#ff-calc-left-column .ff-calc-input {
	width: 40%;
	float: right;
}

#ff-calc-left-column .ff-calc-label {
	display: inline-block;
}*/

@media all and (min-width: 651px){
	#ff-calc-historical-rate {
		position: absolute;
		display: inline-block;
		top: 0;
		margin-top: 150px;
	}
	#ff-calc-narrow-header {
		display: none;
	}
}

@media all and (max-width: 650px){
	#ff-calc-wide-header {
		display: none;
	}
    #ff-calc-historical-rate {
        margin-top: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: solid 1px #ccc;
    }
}

.ff-calc-margin-bottom {
	margin-bottom: 10px;
}

