

.active, li.active:hover{
	color: #19AF9F;
}



body,td,th {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
	margin: 0 auto;
}

iframe{
	border: 0px;
	margin: 20px;
/* 	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); */
	animation : shimmer 3.5s infinite linear;
	background: linear-gradient(to right, #f4f4f4 4%, #eaeaea 25%, #f4f4f4 36%);
    background-size: 1000px 100%;
}



@keyframes shimmer {
  0% {
    background-position: -1250px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

body {
     background-image: url("/_assets/gradient.jpg");
    background-repeat: repeat-y;

}

ol {
    font-family: "proxima-nova",sans-serif;
	list-style: none;
	padding: 0px;
	margin-left: 10%;
}

li {
	border-bottom: solid 1px rgba(0, 0, 0, 0.07);
    padding: 5px 0px 5px 0;
    color: #afafaf;
    font-size: 15px;
    font-weight: 400;
    transition: color .05s ease-out;
    cursor: pointer;
}

h4{
	margin-top: 30px;
	margin-bottom: 7px;
	color: white;
	    font-size: 1.1em;
}

li:hover {
    color: #ffffff;
    
}


li:first-child {
    border-top: solid 1px rgba(0, 0, 0, 0.08);
}

li a {
	padding-left: 20px;
	font-size: .85em;
	text-decoration: none;
}

li a, a:link, a:visited, a:active {
	color: #666666;
}

p {
	font-size: 16px;
    font-family: "proxima-nova",sans-serif;
    padding-left: 14px;
    margin-bottom: -10px;
    color: #000;
    font-weight: 500;
}

h1 {
	margin: 0 auto;
	margin-bottom: -8px;
}

h2 {
	width: 400px;
	border-bottom: 1px solid black;
}

h3 {
	margin-bottom: .5em;
}


.rhs {
    left: 260px;
    top: 0px;
    position: absolute;
    width: calc(100% - 260px);
    height: calc(100%);
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}

.wrapper {
    
        width: 350px;
        height: calc(350px + 150px); /* height of animation plus buttons at top*/
        position:absolute; 
        left:0; right:0;
        top:0; bottom:0;
        margin:auto;

        /*this to solve "the content will not be cut when the window is smaller than the content": */
        max-width:110%;
        max-height:110%;
        overflow:none;
}

.left-col {
	margin: 0 auto;
	width: 275px;
	min-height: 120%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f9f9f9;
	background-color: #231F20;
    padding-bottom: 100px;
    
}

.logo {
	position: relative;
    width: 80%;
    top:40px;
    left:10%;
    padding-bottom: 70px;
}

.shadow {
	position: relative;
	float: right;
}



.rhsButtons {
    height: 50px;
}

.rhsButtons a{
    transition: opacity .2s ease-out;
    opacity: .4;
    color: black;
    text-decoration: none;
    
}
.rhsButtons a:first-child{
    border-right: solid 1px grey;
    padding-right: 14px;
    margin-right: 10px
}

.act {
    opacity: 1 !important;
    
}

.rhsButtons a:hover {
    opacity: 1;
}

#downloadZip {
    transition: opacity .2s ease-out;
    float: right;
    opacity: .7;
}

#downloadZip:hover{
    opacity: 1;
}

#refresh{
    top: 3px;
    position: relative;
    margin-left: 20px
}

.active {
    font-weight: 600;
    
}

#copyrite {
    font-family: "proxima-nova",sans-serif;
    color: #666666;
    font-size: 12px;
    padding-left: 15px;
    width:202px;
    position: absolute;
    height: 90px;
    bottom: 0px;
}
#copyrite h4 {
     font-size: 12px;
     margin-bottom: -5px;
}

#copyrite p {
    opacity: .7;
    font-size: 10px;
    padding-left: 0px;
    
}



#elf {
    left: 270px;
    position: absolute;
    z-index: 100;
}

#clickTrap {

    background : transparent;
    z-index: 100;
    position: absolute;
}