@import url('//fonts.googleapis.com/css?family=Open+Sans:400,600i,600,700');

body {
    margin: 0;
}
.instrument {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    max-width: 1170px;
    height: 100px;
/*    background: linear-gradient(#d6d9e8, #f2f4f7, #e6ecf3);*/
    background: linear-gradient(#e6ecf3, #f2f4f7, #d6d9e8);
    color:#444444;
}

.symbol {
    font-weight: bold;
    font-size: 16px;
}
.market {
    display: inline;
    font-weight: bold;
}
.live {
    display: inline-block;
    background: #c5fe00;
    padding: 0 6px;
    color: #444444;
    font-weight: bold;
}
.BSE-container, .NSE-container {
    max-width: 100%;
    display: inline-block;
    height: 100px;
    text-align: center;
    width: 50%;
    box-sizing: border-box;
}
.BSE-container {
    border-right: 1px solid #D6D7DB;
    /* margin-right: 10px; */
}
.NSE-container {
    border-left: 1px solid #D6D7DB;
}
.marketlive-container{

}

/* .date-container, .upper-row, .last-container  {
    display: block;
    padding-left: 30px;
} */
.date-container {
    padding-top: 4px;
    text-transform: uppercase;
}
.last-container {
    /* padding-top: 4px;
    padding-bottom: 4px; */
    position: relative;
    font-weight: 600;
    font-size: 24px;
}
.last-container.negative:before {
    /* content: '';
    position: absolute;
    right: 45px;
    top: 25px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 15px solid #e60000; */

    content: url("down.png");
    display: block;
    position: absolute;
    margin-left: -20px;
    margin-top: 4px;
    zoom: 150%;
}
.last-container.positive:before {
    /* content: '';
    position: absolute;
    right: 45px;
    top: 25px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 15px solid green; */

    content: url("up.png");
    display: block;
    position: absolute;
    margin-left: -20px;
    margin-top: 4px;
    zoom: 150%;
}

/* .BSE-container {
    background: #eef5ff;
}
    .BSE-container .last {
        color: #062a68;
    }

.NSE-container {
    background: #898989;
}
    .NSE-container .last {
        color: #fff;
    } */

/* .change-volume-container {
    display: block;
    text-align: center;
    font-size: 12px;
} */

    .volume-container {
        margin-left: 10px;
    }
    
.info {  
    background: blue;
    color: #fff;
    font-size: 13px;
    border-radius: 50%;
    margin:0 5px;
    width:18px;
    line-height:18px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    font-style: italic;
}

.BSE-container .info {
    background: #106288;
}
.NSE-container .info {
    background: #106288;
}

.left-row,
.middle-row,
.right-row{
    display: inline-block;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: middle;
}
.right-row {
    text-align: center;
    padding-left: 10px;
    padding-right: 20px;
}
.left-row {
    padding-right: 50px;
    padding-left: 20px;
}
.marketlive-container {
    line-height: 29px;
}

@media(max-width:900px){
    .BSE-container, .NSE-container{
        height: auto;
    }
    .instrument{
        height: auto;
    }
}

@media(max-width:600px){
    .BSE-container, .NSE-container {
        width: 100%;
        display: block;
    }
}