.micro-vfl-item{
    margin-top: 5px;
    color: #FFCA2A;
    width:100%;
    height:24px;
    font-size: 12px;
    line-height:24px;
    /*border:1px solid #403A3A;*/
    font-family: 'dejavusanscondensdzj';
    text-align: center;
}
.hteam-container{
    text-align: right;
    /*border:1px solid red;*/
    width: 44%;
}
.ateam-container{
    text-align: left;
    width: 44%;
    /*border:1px solid green;*/
}
.result-container{
    color: white;
    width: 9%;
    /*border:1px solid blue;*/
}
.hteam-container,
.ateam-container,
.result-container{
    display: inline-block;
}
.micro-snatch:hover{
    cursor: pointer;
    background-color:#FFCA2A;
    color: black;
}
.micro-snatch-off:hover div{
    color: #A7A7A7 !important;
}
.micro-snatch-off div{
    color: #8B8B8B !important;
}
.micro-snatch-off{
    background-color: #616161;
    margin: 0 3px;
    text-align: center;
    width:31.3%;
    color: #8B8B8B;
    display: inline-block;
    border: 1px solid #515151;
    cursor: default;
}
.micro-snatch-win div{
    color: #FFF !important;
}
.micro-snatch-win{
    background-color: #008700;
    margin: 0 3px;
    text-align: center;
    width:31.3%;
    color: white;
    display: inline-block;
    border: 1px solid #515151;
    cursor: default;
}

.micro-snatch{
    background-color:#383838;
    margin: 0 3px;
    text-align: center;
    width:31.3% !important;
    display: inline-block;
    border:1px solid #484848;
}
.micro-sn-type{
    color:#757575;
    text-align: left;
}
.micro-sn-val{
    text-align: right;
}
.micro-sn-type, .micro-sn-val{
    padding-right: 11px;
    padding-left: 11px;
    font-size: 15px;
    display: inline-block;
    width: 50%;
}
.micro-sn-active{
    background: #ffad19;
    background: -moz-linear-gradient(top,  #ffad19 0%, #ffb914 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffad19), color-stop(100%,#ffb914));
    background: -webkit-linear-gradient(top,  #ffad19 0%,#ffb914 100%);
    background: -o-linear-gradient(top,  #ffad19 0%,#ffb914 100%);
    background: -ms-linear-gradient(top,  #ffad19 0%,#ffb914 100%);
    background: linear-gradient(to bottom,  #ffad19 0%,#ffb914 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad19', endColorstr='#ffb914',GradientType=0 );
    color: #000000;
}