
body {
 // font-size: .875rem;
}


@media (max-width: 768px) {
  .sidebar {
    top: 5rem;
  	background-color: white;/*theme??? */
  	padding: 0;
  }
}


/* custom buttons */

pre
{
	text-align: left;
}

.pre
{
    white-space: pre;
    font-family: monospace;
   /** display: block;*/
    unicode-bidi: embed;
    font-size: 12px;
}

canvas {
	/*min-width: 640px;*/
	overflow: scroll;
	margin-bottom:20px;
}

td.right, th.right
{
	text-align: right;
}

td.nowordbreak
{
	word-break: keep-all;
}
/*td.ellipsis
{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 320px;
}*/

td.nowrap
{
	white-space: nowrap;
}



/* test ivm ajax forms */
div.ajaxblockdata
{
	/*background-image: linear-gradient(45deg, #cccccc 25%, #dddddd 25%, #dddddd 50%, #cccccc 50%, #cccccc 75%, #dddddd 75%, #dddddd 100%);
	background-size: 42.00px 42.00px;*/
	
	padding: 4px;//ivm focus rings rond inputs
}

div.ajaxblockmessage
{
	height: 2rem;
}

td
{
	vertical-align: middle;
}

table.small
{
	font-size: 11px;
}

