/*
Override the table no-wrap
See here: https://stackoverflow.com/questions/16570087/multiple-lines-of-text-in-single-cell-of-simple-table
*/
.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: normal;
}

dl.py.property {
    display: block !important;
}

@media only screen and (min-width: 768px) {
    .plantuml > img:active {
        position: relative;
        left: -40%;
        width: 100vw;
        top: 20%;
        z-index: 999;
        box-shadow: 3px 3px 10px grey;
        transform: scale(1.5);
    }
}

@media only screen and (min-width: 992px) {
    .plantuml > img:active {
        position: relative;
        left: -10%;
        width: 50vw;
        top: 18%;
        z-index: 999;
        box-shadow: 3px 3px 20px grey;
        transform: scale(1.5);
    }
}

/*
Hide captions to avoid repetition of section titles on index page
*/

.toctree-wrapper .caption {
    display: none;
}
