﻿/* Target the punctuation class specifically for colons */
.token.operator {
  /* Set the background color to transparent to remove it */
  background: transparent !important;
  color: #b65e07;
}

button.copy-to-clipboard-button {
        margin: 2px 20px 2px 0px;
    }
	
pre.language-json 
{
	max-height: 558px;
}