body {
	background-color: #EEE;
	font-family: Arial, sans-serif;
	overflow-wrap: break-word;

}

html, body {width: auto!important; overflow-x: hidden!important}
#container {
	overflow: scroll;
	background-color:#F0F0F0;
	word-break: normal;
	overflow-wrap: normal;

	margin-left: auto;
	margin-right:auto;

}
/*#header {
	clear:both;
	background-color: #787878;
	color: white;
	font-size: 40;
	text-align: left;
	padding: 10px;
	border:0;
	text-decoration: none;
}*/
#content {
	padding: 10px;
}
h1, h2, h3{
	margin: 0;
}
#nav {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0b0146;

}

#nav li a:hover:not(.active) {background-color: #ff8001;}
#nav li {float: right;}
#nav li:not(.accountList){
	list-style-type: none;
	float: left;
}



#nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
#nav .selected{
	color: #ffcc01;
	font-weight:bold;
	background-color:#ff8001;
}
#main{
	float: center;
	text-align: center;
	overflow: scroll;
	word-break: normal;
	overflow-wrap: normal;

	margin-left: auto;
	margin-right:auto;
	padding: 20px 16px;
}
#main2{


}
#account{
	width: 300;
	padding: 5px 50px;
	text-align: center;
  margin-left:auto;
  margin-right:auto;
}
#footer{

	clear:both;
	padding: 10px;
	background-color:#ffcc01;
	color: white;
	text-align: right;
}
#bold{
	font-weight:bold;
}
.storeLinks{
	color: black;
}
.myEmailText{
	color: black;
}
.buttonLinks{
	color: black;
}
.videoPadding{
	padding-bottom: 20px;
}
.boxed {
	background-color: #bfbfbf;
 	border: 1px solid black ;
}
.payButton {
	text-align: center;
}
.video {
	text-align: center;
}
.TopBar{
	color: black;
}

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  visibility: hidden;
  zoom: .0001;
  transition: .25s ease;
}


.read-more-state:checked ~ .read-more-wrap .read-more-target  {
  opacity: 1;
  zoom: 1;
  font-size: inherit;
  visibility: visible;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}
.hide{
display:none;
}

.show{
display:block;
}
pre, code{
	direction: ltr;
	text-align: center;
}
pre {border: solid 1px blue;
	font-size: 1.3 em;
 	color: blue;
	margin: 10px;
	padding:10px;
	background: #FFFFB3}
code {font-size:1.2em;
	color: #008099}


.wrapper {
	float: center;
	text-align: center;
  margin-top: 20;
  margin-right: 20px;
	word-break: normal;
	overflow-wrap: normal;
  left: 100;

	padding: 1px 1px;
}
.wrapper2 {
  display: flex;
  float: center;
  padding-left: 5%;
  padding-right: 5%;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 25px;
}

.item {
  border: 5px solid gray;
  border-radius : 20px;
  padding: 20px;
  margin: 20px;
  width : 200px;
}

#pluginList {
  float:center;
}


.endOfNav{
  float: none;
   width: unset;
}
.accountNav{
  float: right;
  width: unset;
}
.accountList{
  float: none;
}

@media screen and (max-width: 900px){

    .endOfNav{
      float: left;
      width: 70%;
    }
    .accountNav{
      float: right;
    }


    #nav li.right,
    #nav li:not(.accountList) {float: none;}

    #pluginList {
      float:center;

    }
    #bundleList {
      float:center;
    }
		#account {
			width: unset;
			float: unset;
			padding: unset;
			text-align: unset;

    }

		.wrapper {
			grid-template-columns: repeat(1, 1fr);
		}
		.wrapper2 {
			grid-template-columns: repeat(1, 1fr);
		}

    #main .right,
    #main #main2 {float: none;}


}


/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


/* loading screen */
.page    { display: none; padding: 0 0.5em; }
.page h1 { font-size: 2em; line-height: 1em; margin-top: 1.1em; font-weight: bold; }
.page p  { font-size: 1.5em; line-height: 1.275em; margin-top: 0.15em; }
#loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(192, 192, 192, 0.5);
  background-image: url("https://i.stack.imgur.com/MnyxU.gif");
  background-repeat: no-repeat;
  background-position: center;
}


.search-container {
  float: right;
}


.search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.search-container button:hover {
  background: #ccc;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}


.collapsibleContent {
  overflow: hidden;
  transition: max-height 0.2s ease-out;
	display:block;
}
