.nav_menu {
    float: left;
    background: #fc942d !important;
    }

.toggle a i {
    font-size: 26px;
    color: #fff !important;
}
.nav.navbar-nav>li>a {
    color: #ffffff !important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ffffff;
}
td{
	font-family: 'Lato', sans-serif;
}
.buttons-csv {
    background: #5cb85c;
    color: #fff;
}

@media only screen and (max-width: 1024px){
    .right_col {
    overflow: scroll;
}
}