#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;
    vertical-align: top;
}
div#ifc_widgetlivequotes{
    border: solid 1px #90969e;
    border-bottom: 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: 18px;
    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: 12px;
}
#ifc_widgetlivequotes #stateClmn {
    padding-left: 1px;
}
#ifc_widgetlivequotes ul .row:nth-child(2n){
    background-color: #FFFFFF;
}
#ifc_widgetlivequotes ul .row:nth-child(2n+1) {
    background-color: #F2F2F2;
}
#ifc_widgetlivequotes ul li.row{
    padding-left: 5px !important;
}
#ifc_widgetlivequotes #stateClmn {
    width: 6%;
}
#ifc_widgetlivequotes #nameClmn {
    width: 31%;
}
#ifc_widgetlivequotes #bidClmn {
    width: 31%;
}
#ifc_widgetlivequotes #askClmn {
    width: 31%;
}
.Titlelivequotes {
    background:#768699;
    border-left: 1px solid #B9C0C6;
    border-right: 1px solid #B9C0C6;
    border-top: 1px solid #B9C0C6;
    height: 10px;
    list-style: none outside none;
    width: 100%;
}
.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 #90969e;
    border-top: 0;
    background: #ffffff;
    font-size: 10px;
    color: #94c93d;
    width: 100%;
    padding: 10px;
}

#ifc_nedlivequotes a, .ifc_nedlivequotes a {
	margin-right:5px;
    color: #4a4a4a;
}

#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;
    display: block;
}