body {
	font-family: 'Proxima Nova Regular', sans-serif;
	color: #999;
}


h1 {
	font-family: 'Proxima Nova Regular', sans-serif;
	font-size: 30px;
	padding-top: 23px;
	padding-left: 70px;
	margin-top: 0px;
	color: #555;
	font-weight: 100;
}

p {
	font-family: 'Proxima Nova Regular', sans-serif;
	font-size: 18px;
	padding: 0px 15px;
	margin-top: 0px;
	line-height: 1.4em;
	color: #333;
}

p.no_pad /* Bad dag! */
{
  padding: 0;
}

.fr-box p {
	padding: 0;
}

.bc {
	font-family: 'Proxima Nova Regular', sans-serif;
	font-size: 16px;
	padding-left: 15px;
	color: #999;
	vertical-align: middle;
	line-height: 40px;
	box-sizing: border-box;
	float: left;
}

a:not([href]) {
	cursor: pointer;
}

a.textlink {
	color: #000;
}

a.textlink:hover {
	color: blue;
}

a.textlink:active {
	color: green;
}

.pshare {
	font-size: 24px;
	padding: 55px;
	line-height: 1.5em;
	font-family: 'Livory Regular';
	color: #333;
}

.pshare p {
	font-size: inherit;
	font-family: inherit;
}

/* For temporary identity page */

.whitebg {
	background-color: #fff;
}

.padleft {
	padding-left: 70px;
}

td {
	border: 1px solid #444444;
	padding: 5px;
}

table {
	padding: 0px 15px;
	border-collapse: collapse;
}

.jconfirm.jconfirm-kindex .jconfirm-box .jconfirm-content-pane {
	border-top: solid;
	border-width: 1px;
	margin: 0;
}

.jconfirm.jconfirm-kindex .jconfirm-box .jconfirm-title-c {
	color: #8240A9;
	margin-top: 20px;
}

.jconfirm.jconfirm-kindex .jconfirm-box .jconfirm-title-c .jconfirm-title {
	font-weight: 600;
}

.jconfirm.jconfirm-kindex .jconfirm-box {
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.36, 0.55, 0.19, 1);
	transition-property: all, margin;
	padding: 20px;
	border: none !important;
	border-radius: 0px !important;
}

.jconfirm.jconfirm-kindexs .jconfirm-box .jconfirm-buttons button {
	border-radius: 0px !important;
}

.kindex-button {
	display: inline-block;
	padding: 10px 18px !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	float: left !important;
	background-color: #8240A9 !important;
	color: white !important;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 0px !important;
	min-height: 1em !important;
	-webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
	transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
	transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
	transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
	-webkit-tap-highlight-color: transparent;
	border: none;
	background-image: none;
}