.parallax {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
    height: 400px;
}

span.imp {
    background: #eee;
    padding: 2px 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

table.table {
    font-size: 0.95rem;
}

table.table th {
    font-weight: normal;
}

