body{
    font-family: "Roboto", Arial, Helvetica, Sans-serif;
    color: #58585a;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0
}

.bg-cotacao{
    position: relative;
    overflow: hidden;
    /*margin-top: -30px;*/
    background-color: rgba(21,57,100, 0.8);
    z-index: 9;
    border-bottom: 2px #939ba1 solid;
	height: 35px;
}

.bg-ticker{
    white-space: nowrap;
    padding: 7px 0;
    color: #FFFFFF;
    font-size: 12px;
    height: 30px;
    width: 100%;
    text-transform: uppercase;

}

.bg-cotacao .list-unstyled {
	max-width: 1100px;
    margin: 0;
}

.pointer {
    cursor: pointer;
}