html,body {
  padding:0;
  margin:0;
}
body {
    padding: 0;
    margin:0;
    height:100vh;
    width:100vw;
    overflow-x: hidden;
    overflow-y:auto;
}
input[type=file] {
  display:none;
}
.table td, .table th {
    padding: 0.25rem;
    vertical-align: middle;
}
.custom-card-title {
    font-variant: all-petite-caps;
}
#canvasDisplayCell,
#canvasDisplay {
    vertical-align: middle;
    background:transparent;
}
#canvasDisplayCell {
    display: inline-block;
    height:calc( (1.5em + .5rem + 2px) * 2 );
    overflow:auto;
}
.previewedImage {
    border: 1px dotted #6c757d;
    height: 200px;
    margin: 1px auto;
    overflow: auto;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}