﻿/** DENY NAI popup **/
#basicpopup {
	box-shadow: 0 0 10px rgba(0,0,0,0);
	display: none;
	margin: 1em;
	background-color: #fff !important;
	border: solid 2.0em #fff !important;
}

pre.prettyprint {
	padding: 9px 14px;
}

.fulltable {
	max-width: 100%;
	overflow: auto;
}

.container {
	padding-left: 0;
	padding-right: 0;
}

.lineheight {
	line-height: 3em;
}

.page-header {
	border-bottom: none;
}

.initialism {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 12px;
}

.c2a-close-button {
	float: right;
	margin-top: -40px;
	margin-right: -40px;
	cursor: pointer;
	color: #fff;
	border: 1px solid #000000;
	border-radius: 30px;
	background: #000000;
	font-size: 31px;
	font-weight: bold;
	display: inline-block;
	line-height: 0px;
	padding: 7px 4px;
	vertical-align: top;
	height: .9em;
	position: absolute;
	top: 0;
	right: 0;
}

	.c2a-close-button:before {
		content: "×";
	}

/** Deny NAI  **/
