.widget-topemissions {padding:0px;margin:0px;}
.widget-topemissions .table {height: 300px;padding:0px;margin:0px; float: left; background-color: #fff;}

.widget-topemissions .line {clear: both; height:2px;}
/*top issues box*/
.widget-topemissions .label {
    height:149px; 
    float: left; 
    position: relative;
    display: inline-block;
    background-color: #f3f3f3;
    font-size: 0.95em; 
    font-weight: 500; 
    text-transform: uppercase; 
    overflow: hidden;
}
.widget-topemissions .title {
    position: absolute;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform:  translateX(-50%) translateY(-50%) rotate(-90deg);}
.widget-topemissions .cell, .top_3, .bottom_3, .top_4, .bottom_4 {height:149px; float: left; color: #fff;}
/*êóòèéêèòå íàé-îòâúí*/
.widget-topemissions .code {cursor: pointer;}
.widget-topemissions .code, .premium_issue_ticker {line-height:28px; vertical-align: middle; text-transform: uppercase; text-align: center; font-size: 1em;}
.widget-topemissions .price, .premium_issue_box_right {line-height:36px; vertical-align: top; text-align: center; font-size: 1.8em;}
.widget-topemissions div.price > span.banknotes{font-size: 1.2em;}
.widget-topemissions div.price > sup.coins{vertical-align: super; margin-left: 5px; font-size: 0.7em;}
.widget-topemissions .change {vertical-align: top; text-align: center; margin: 0px auto; font-weight: 300; width: 70%; padding: 3px 3px;}
.widget-topemissions .top {background-color: #008f00;}
.widget-topemissions .bottom {background-color: #ff0000;}
.widget-topemissions .name {height:42px; line-height:21px;margin: 3px;vertical-align: middle; text-align: center; font-size: 0.8em; text-transform: capitalize;}
.widget-topemissions .hide {opacity: 0;}
.widget-topemissions .clear {clear: both; height:0px;}

@media only screen and (min-width: 631px)
{
    .widget-topemissions .table {width: 300px;}	
    .widget-topemissions .row {width:91%;margin-left:9%}
    .widget-topemissions .label {width:9%}
    .widget-topemissions .cell	{width: 33.3333333%;}
    .top_3, .bottom_3, .top_4, .bottom_4 {display: none;width:0px;}
}
@media only screen and (max-width: 630px)
{
    .widget-topemissions .table {min-width: 300px; width:100%;max-width:590px;}	
}

@media only screen and (min-width: 480px) and (max-width: 630px)
{
    .widget-topemissions .cell, .top_3, .bottom_3, .top_4, .bottom_4 {width: 20%;}
    .widget-topemissions .row {width:95%;margin-left:5%}
    .widget-topemissions .label {width:5%}
}

@media only screen and (min-width: 390px) and (max-width: 479px){
    .top_4, .bottom_4 {display: none;width:0px;}
    .widget-topemissions .cell, .top_3, .bottom_3	{width: 25%;}
    .widget-topemissions .row {width:94%;margin-left:6%}
    .widget-topemissions .label {width:6%}
}

@media only screen and (max-width: 389px)
{
    .top_3, .bottom_3, .top_4, .bottom_4 {display: none;width:0px;}
    .widget-topemissions .cell	{width: 33.3%;}
    .widget-topemissions .row {width:93%;margin-left:7%}
    .widget-topemissions .label {width:7%}
}