.detalhes-boleto {
    list-style: none;
}

.detalhes-boleto li:before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url("../img/icon_check.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px auto;
}

.uk-tab {
    height: 100%;
}

.uk-panel.selected {
    background-color: #e9eded;
}
