﻿ #divInstrumentContent{
    margin:0;
}
.graph .right, .graph .right img, .graph .right .name {
float: right;
}
.graph .top {
overflow: hidden;
margin-bottom: 20px;
}
.graph .name {
color: #092d45;
font-size: 20px;
font-weight: normal;
margin: 5px 10px 0 0;
width: 160px;
height: 32px;
overflow: hidden;
}
.percent.less, .percent.more {
border-top: 1px solid #fff;
display: inline-block;
height: 19px;
width: 55px;
text-align: center;
font-weight: bold;
line-height: 19px;
}
.graph .left {
float: left;
text-align: left;
}

.graph .left .percent.more, .graph .left .percent.less {    
direction: ltr;
width: auto !important;
font-size: 15px;
}
.graph .left .number {
font-size: 15px !important;
color: #000;
width: 90px;    
}
.graph .graphImage {
background: url(https://images.globes.co.il/images/transparent.gif) no-repeat 0 0;
width: 300px;
height: 95px;
}
.info table {
width: 100%;
border-top: 1px #999 solid;
margin-top: 4px;
font-size: 12px;
}
 
.info .name  a {
font-size: 14px;
font-weight: bold;
width: 175px;
}
.info .name img{
margin-left:5px;
}
.info table td {
border-bottom: 1px #ddd solid;
height: 20px;
border-top: 1px #fff solid;
vertical-align: middle;
font-size: 14px;
width: 40%;
}
#divInstrumentContent > .number {
font-size: 14px;
width: 90px;
}
.info .percent {
font-size: 14px;
text-align: right;
direction: ltr;
 
}
.info .percent.less, 
.graph .left .percent.less {
color: #c00;
}
.info .percent.more,
.graph .left .percent.more
 {
color: #090;
}
