.container {
    max-width: 1200px;
}

h2, h4 {
    font-weight: 600;
}

.list-group-item {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
}

.table th, .table td {
    vertical-align: middle;
}

.badge {
    font-size: 0.9em;
}

img.rounded.border {
    border: 2px solid #ccc;
}
