/* here you can put your own css to customize and override the theme */
body {
  font-size: 13px; 
}

.img-center {
    margin: 0 auto;
}

.nav-pills > li > a, .nav-tabs > li > a {
    font-size: 13px;
    border-radius: 2px 2px 0px 0px;
}

.table td, .table th {
    font-size: 13px;
}

.criaLink {
    cursor: pointer;
}

.venda {
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px 10px 10px;
}
.vendaDesc {
    cursor: pointer;
}