/* Small hacks to 'glue' the command and results together nicely */
.src {
    margin-bottom: 0;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
}

.src::before {
    content: '$ ';
}

.example {
    border: 2px solid silver;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
