.multiwidget_oanda-realtime-interest-widget {
    padding-bottom: 40px;
}

.multiwidget_oanda-realtime-interest-widget .widget-title {
    border-top: 4px solid #000;
    border-bottom: 2px solid #000;
    margin-bottom: 17px;
    font-size: 21px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 3px;
    padding-top: 3px;    
}

.oanda-realtime-tab-forex, .oanda-realtime-tab-interest {
    margin-bottom       : 2px;
    width               : 140px;
    background-color    : #FFF;
    border              : 1px solid #000;
    float               : left;
    cursor              : pointer;
}

.oanda-realtime-tab-interest {
    float               :right;
    width               : 143px;
}

.oanda-realtime-tab {
    text-transform      : uppercase;
    font-size           : 15px;
    line-height         : 17px;
    color               : #000;
    background-color    : #FFF;
    padding-left        : 6px;
    font-weight         : bold;
}

.oanda-realtime-tab-on {
    color               : #FFF;
    background-color    : #000;
}

.oanda-realtime-container {
    border: 1px solid #000;
    height: 208px;
    overflow:hidden;
}
.oanda-realtime-div, .oanda-interest-div {
    height: 208px;
    overflow:hidden;
}
.oanda-interest-div {
    padding-top: 15px;
    padding-left: 20px;
}
/*
#int_rate {
    margin: 15px 32px 15px 32px;
}
*/


/*
div.oanda-interest-rate-chart div.interest_rate_flag img {
	height:20px;
	width:34px;
}
*/

div.oanda-interest-rate-chart div.interest_rate_flag {
	float   : left;
	height  : 13px;
	width   : 36px;
}

div.oanda-interest-rate-chart div.interest_rate_currency {
	float :left;
	width : 38px;
	height: 13px;
    font-weight: bold;
    font-size: 13px;
    line-height: 13px;
}

div.oanda-interest-rate-chart div.interest_rate_bar {
	float:left;
	background-color:#658e02;
	height:13px;	
}

div.oanda-interest-rate-chart div.interest_rate {
	float:left;
	height:13px;
    font-weight: bold;
    font-size: 13px;
    line-height: 13px;
    padding-left: 15px;
}

div.oanda-interest-rate-chart div.interest_rate_next_line {
	clear:both;
    padding-top: 10px;
}

