#plaCard {
  display:none;
}

img.frame_me {
  -webkit-box-shadow: 8px 8px 13px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 8px 8px 13px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 8px 8px 13px 0px rgba(0, 0, 0, 0.25);
  border: 7px #737373 solid;
  border-radius: 6px;
  margin: 1em 2em;
  height: auto;
}

ol.mb-1 li:not(:last-child) {
  margin-bottom: 1rem;
}

ol.mb-2 li:not(:last-child) {
  margin-bottom: 2rem;
}

p {
  margin-bottom: 1.5rem;
}

portal p {
  margin-bottom: 1.5rem;
}

.KBDetailsContainer__articleContent a.jmtButton {
  background: #C93D3F;
  background-image: -webkit-linear-gradient(top, #C93D3F, #850F12);
  background-image: -moz-linear-gradient(top, #C93D3F, #850F12);
  background-image: -ms-linear-gradient(top, #C93D3F, #850F12);
  background-image: -o-linear-gradient(top, #C93D3F, #850F12);
  background-image: -webkit-gradient(to bottom, #C93D3F, #850F12);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #FFFFFF;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 500;
  padding: 12px;
  text-shadow: 1px 1px 15px #000000;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  color: white;
}

.KBDetailsContainer__articleContent a.jmtButton:hover {
  background: #AD191D;
  border: solid #FFFFFF 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none;
}

/* PHONE SCRIPT SAMPLES */
.phonescript {
	font-size:14px;
}

.phonescript p {
	padding-top:10px;
}

.phonescript ul {
	margin-top:5px;
	line-height:1em;
	margin-left:20px;
}

.phonescript li {
	margin:5px;
	padding:5px;
	line-height:1.2em;
}

.phonescript .query {
	font-weight: bold;
	padding-top:10px;
}

.phonescript .instruction {
	font-style: italic;
	color:grey;
}

.phonescript .choice {
	color:green;
	font-weight:bold;
}

.phonescript .placeholder {
	font-family: monospace;
	color:#27476f;
}
