/* FOREX PAGE *****************************************************************/

.forex-title-date, .forex-title-time {
	color: #255680
}

.forex-table-set th {
	background: #eee;
}

.forex-converter-form input {
	display: inline-block;
	width: 30%;
	padding: 0.5em;
}

.forex-converter-form select {
	display: inline-block;
	width: 30%;
}

.forex-converter-form .btn {
	display: inline-block;
	color: #fff !important;
	padding: 0.25em 0.5em;
	position: relative;
	top: -2px;
	margin-left: 0.5em;
}


/* SM ***/
@media screen and (min-width: 576px) {
	.forex-converter-form .btn {
		font-size: 0.8em;
		padding: 0.5em 0.5em 0.6em;
	}
}

/* MD ***/
@media screen and (min-width: 768px) {
	.forex-converter-form .btn {
		top: -1px;
	}
}

/* LG ***/
@media screen and (min-width: 992px) {
}


/* XL ***/
@media screen and (min-width: 1200px) {
}

/* TINY ***/
@media screen and (max-width: 320px) {
}