/* Make it possible to have multiline table cells by removing white-space:nowrap */
.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: normal;
}
.wy-table-responsive {
    margin-bottom: 24px;
    max-width: 100%;
    overflow: visible;
}
/* Azure Load Testing callout banner (docs/hosted-load-testing.rst) */
.azure-banner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 20px;
    margin-bottom: 24px;
    border: 1px solid #2980b9;
    border-radius: 8px;
    background: rgba(41, 128, 185, 0.04);
}
.azure-banner .azure-banner-logo {
    height: 24px;
    width: auto;
    display: block;
    margin: 0;
}
.azure-banner p {
    margin: 0;
    color: #404040;
    font-size: 16px;
    line-height: 25px;
}
