
.now, .sortable{
	table-layout:fixed;
	margin-top:0;
	width:100%;
	border-collapse:collapse;
	
}
.now thead td{
	font-size: 15px;
	background-color:#666;
	color:#fff;	
	padding:5px;
	
}
.now tbody td,  .now tbody th{
	padding: 0.4em;
	border: 1px solid #FBEAB7;
	font-size:14px;
	background-color: #fff;
	vertical-align:middle;
}
.now tbody th{
	border: 1px solid #fff;
}
.now td{
    text-align: center;
}
.now tbody th{
	background-color: #FBEAB7;
	color:#000;
}
.now tbody tr:hover td,.now tbody tr:hover th{
	background-color:#FBEAB7;

}
.now tbody tr:hover th{
	background-color:#fff
}
.now{
    margin-bottom: 0px ;
}

.rate {
    border-radius: 15px;
    padding: 5px;
}

.main {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 5px;
}

.main .large {
    font-size: 30px;
    font-weight: bolder;
    max-width: 350px;
    overflow: hidden;
    margin: 5px;
}

.main .currency-unit {
    font-size: 14px;
    font-weight: bolder;
    display: block;
    margin-bottom: 5px;
}
.meta-rates {
    direction: ltr;
    height: 27px;
    font-size: 20px;
    font-weight: bolder;
}