#ifc_widgetlivequotes ul {
    	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#ifc_widgetlivequotes * {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    font-size: 12px;
}
#ifc_widgetlivequotes ul .head {
    height: 42px;
    padding-bottom: 1px;
    padding-top: 2px;
}
#ifc_widgetlivequotes ul .head {
    background-color: whitesmoke;
    border-bottom: 1px solid #B9C0C6;
    border-top: 1px solid #B9C0C6;
    color: #000000;
    font-size: 12px;
    line-height: 15px;
	padding:12px;
}
#ifc_widgetlivequotes #stateClmn {
    border-left: 1px solid #DEE1E4;
    padding-left: 1px;
}
#ifc_widgetlivequotes #askClmn {
    border-right: 1px solid #DEE1E4;
}
#ifc_widgetlivequotes ul .row:nth-child(2n){
    background-color: #FFFFFF;
}
#ifc_widgetlivequotes ul .row:nth-child(2n+1) {
    background-color: #F2F2F2;
}
#ifc_widgetlivequotes #stateClmn {
    width: 6%;
}
#ifc_widgetlivequotes #nameClmn {
    width: 31%;
}
#ifc_widgetlivequotes #bidClmn {
    width: 31%;
}
#ifc_widgetlivequotes #askClmn {
    width: 31%;
}
.Titlelivequotes {
    background-color: #30b4e7;
    border-left: 1px solid #B9C0C6;
    border-right: 1px solid #B9C0C6;
    border-top: 1px solid #B9C0C6;
    height: 8px;
    list-style: none outside none;
    width: 99%;
}
.black, .course_nochange {
    color: black !important;
}
.red, .course_down {
    color: red !important;
}
.green, .course_up {
    color: green !important;
}

#ifc_nedlivequotes, .ifc_nedlivequotes {
                	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    text-align: right;
	border: solid 1px #DEE1E4;		
	background-color: #30b4e7;               
        font-size: 10px; 
        color:#9ba69d;
            width: 99%;
       /* border-bottom-left-radius:  12px;
        border-bottom-right-radius:  12px;
        -moz-border-radius-bottomleft: 12px;
        -moz-border-radius-bottomright:  12px;
        -webkit-border-bottom-left-radius:  12px;
        -webkit-border-bottom-right-radius: 12px;*/
}

#ifc_nedlivequotes a, .ifc_nedlivequotes a {
	margin-right:5px;
        color:#fafafa;
}

#ifc_nedlivequotes p, .ifc_nedlivequotes p{
    padding: 0px 10px 0px 0px;
    margin: 3px 0px 0px 0px;
}
#ifc_widgetlivequotes ul>li.row{
    margin-left: 0;
    margin-right: 0;
	padding: 12px;
}