body {
    margin: 0px;
    padding: 0px;
    min-width: 300px;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

.header {
    display: block;
    height: 50px;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 7px;
    background: url(../images/logo.png) no-repeat;
    cursor: pointer;
}

.right_logo {
	
	float: right;
    margin-right: 20px;
	
}


.row {
    height: 39px;
    margin-bottom: 11px;
    text-align: center;
}

.icons {
    float: left;
    margin-left: 20px;
    width: 44px;
    line-height: 36px;
	    margin-right: 10px;
}

.icons img {
    width: 42px;
    height: 32px;
    vertical-align: middle;
}

.charts {
    margin: 0px 163px 0px 26px;
    white-space: nowrap;
}
.charts>div:last-child{
    margin-bottom: 6px;
}
.charts .bears, .charts .bulls {
    display: inline-block;
    margin-top: -1px;
    height: 40px;
    vertical-align: top;
}

.bulls {
    padding-right: 50px;
    background: transparent url(../images/bulls.png) no-repeat right 0px;
}

.bears {
    margin-left: -5px;
    padding-left: 50px;
    background: transparent url(../images/bears.png) no-repeat left 0px;
}

.bulls div {
    margin: 0px 4px 0px 0px;
    height: 40px;
    background: transparent url("../images/back_green.png") no-repeat;
    background-size: 100% 100%;
}

.bears div {
    margin: 0px 2px 0px 0px;
    height: 40px;
    background: transparent url("../images/back_red.png") no-repeat;
    background-size: 100% 100%;
}

.label {
    display: inline-block;
    margin: 10px 5px;
    padding: 0px 1px;
    border-radius: 4px;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}

.bulls>div>span>span, .bears>div>span>span{
    font-size: 16px;
}

.bulls .label {
    float: left;
    
}

.bears .label {
    float: right;
    
}
.widget {
    border: 1px solid #09c3ff;
    margin: 3px;
}

