.jcmod {
	left: 20%;
	/*margin: -250px 0 0 -32%;*/
	opacity: 0;
	position: absolute;
	top: -50%;
	visibility: hidden;
	width: 65%;
	box-shadow: 0 3px 3px rgba(0,0,0,.25);
	box-sizing: border-box;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}
/*.jcmod:target {
	opacity: 1;
	top: 50%;
	visibility: visible;
}*/
.jcmod.modtarget {
	opacity: 1;
	top: 20%;
	visibility: visible;
}
.jcmod .jccssheader, .jcmod .jccssfooter {
	border-bottom: 1px solid #e7e7e7;
	border-radius: 5px 5px 0 0;
}
.jcmod .jccssfooter {
	border: none;
	border-top: 1px solid #e7e7e7;
	border-radius: 0 0 5px 5px;
}
.jcmod h2 {
	margin: 0;
	color: #333333;
}
.jcmod .jccsscontent, .jcmod .jccssheader, .jcmod .jccssfooter {
	padding: 5px;
	color: #333333;
}
.jcmod-content {
	background: #f7f7f7;
	position: relative;
	z-index: 20;
	border-radius: 5px;
	color: #333333;
}
.jcmod .jccsscontent {
	background: #fff;
}
.jcmod .jcoverlay {
	background-color: #000;
	background: rgba(0,0,0,.8);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}
.jccsscontent ul li a {
	color: #333333;
	text-decoration: none;
}
/* Responsive Options */
@media screen and (min-width: 768px) {
	/*.jcmod{
		width:600px;
		margin:-250px 0px 0px -18.2%;
		top: -50%;
	}*/
}
.jcmodcss-button {
    /* Structure */
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Firefox: Get rid of the inner focus border */
.jcmodcss-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.jcmodcss-button {
    font-family: inherit;
    font-size: 100%;
    padding: 0.5em 1em;
    color: #444; /* rgba not supported (IE 8) */
    color: rgba(0, 0, 0, 0.80); /* rgba supported */
    border: 1px solid #999;  /*IE 6/7/8*/
    border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/
    background-color: #E6E6E6;
    text-decoration: none;
    border-radius: 2px;
}

.jcmodcss-button-hover,
.jcmodcss-button:hover,
.jcmodcss-button:focus {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.10)));
    background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: -moz-linear-gradient(top, rgba(0,0,0, 0.05) 0%, rgba(0,0,0, 0.10));
    background-image: -o-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
}
.jcmodcss-button:focus {
    outline: 0;
}
.jcmodcss-button-active,
.jcmodcss-button:active {
    box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset;
    border-color: #000\9;
}
.jcmodcss-button[disabled],
.jcmodcss-button-disabled,
.jcmodcss-button-disabled:hover,
.jcmodcss-button-disabled:focus,
.jcmodcss-button-disabled:active {
    border: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity=40);
    -khtml-opacity: 0.40;
    -moz-opacity: 0.40;
    opacity: 0.40;
    cursor: not-allowed;
    box-shadow: none;
}

.jcmodcss-button-hidden {
    display: none;
}

/* Firefox: Get rid of the inner focus border */
.jcmodcss-button::-moz-focus-inner{
    padding: 0;
    border: 0;
}

.jcmodcss-button-primary,
.jcmodcss-button-selected,
a.jcmodcss-button-primary,
a.jcmodcss-button-selected {
    background-color: rgb(0, 120, 231);
    color: #fff;
}
/* Close Button */
.jcclosebox3 { 
	width: 25px;
	right: 0px;
	position: absolute;
	margin: 5px;
}
.jcclosebox3 svg {
	display: block;
}
.jccssclose-x {
  stroke: black;
  fill: transparent;
  stroke-linecap: round;
  stroke-width: 5;
}
