.container {
    /* font-size: 64pt; */
    text-align: center;
}

body {
    /* background: #191919; */
    color: white;
    font-family: 'Open Sans', sans-serif;
	font-size: 1em;
    margin: 0;
    background: linear-gradient(45deg, #49a09d, #5f2c82);
}

a {
	text-decoration: none;
	color: white;
}

h2 {
    font-size: 1.2em;
    text-align: center;
}

#main {
	margin: 8pt;
	margin-top: 0;
	text-align: center;
}

#header {
    width: 100%;
    text-align: center;
    color: white;
    float: left;
    display: block;
	margin: 0;
}

#excerpt {
    background: #28314988;
    margin: 10pt;
    border-radius: 10pt;
    padding: 10pt;
}

#excerpt a {
    color: white;
	text-decoration: none;
}

stabilo {
    background: #14ffec;
    color: #191919;
    font-weight: bold;
    padding-left: 5pt;
    padding-right: 5pt;
}

li {
	display: block;
	padding: 0.18em;
}

#comparison img {
	 
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    display: block;

}

#disclaimer  {
    font-size: 0.7em;
    font-style: italic;
	text-align: center;
}

#applink {
	text-align: center;
}

#applink a {
	text-decoration: none;
}

#applink img {
    height: 1.5em;
    padding: 0.5em;
}

#source {
	text-align: center;
text-decoration: none;
    color: black;
    background: #ffffff80;
    border-radius: 10px;
 
    font-weight: bold;
}

#source a {
    text-decoration: none;
    color: black;

}




.form-group {
	text-align: center;
}

.form-group input {
	    padding: 1em;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
}

table {
	width: 800px;
	border-collapse: collapse;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	margin-left: auto;
    margin-right: auto;
}

table a {
	color: white;
	text-decoration: none;
}

tr:nth-child(odd) {
    background-color: rgba(255,255,255,0.1);
	text-transform: uppercase;
	margin-top: 5px;
	    display: block;
	
}

tr:hover th {
	background:none;
}

@media only screen and (max-width: 800px) {
	#source {    line-height: 32pt;}
.container {
    overflow: scroll;
    /* float: left; */
    width: 100%;
	
/*	font-size: 48pt; */
}

table {
    width: 100%;
	font-size: 0.85em;
}

#comparison {
	    overflow: scroll;
}

#comparison img {
	margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    display: block;

}


}

th,
td {
	padding: 15px;
	background-color: rgba(255,255,255,0.2);
	color: #fff;
}

th {
	text-align: left;
	display: none;
}

thead {
	background: #403666cc;
	th {
		background-color: #55608f;
	}
}

thead tr th {
/*	background: none !important; */
}


#ganjil th {
	background-color: rgba(255,255,255,0.1);
}

#ganjil td {
	background-color: rgba(255,255,255,0.1);
}

tbody {
	tr {
		&:hover {
			background-color: rgba(255,255,255,0.3);
		}
	}
	td {
		position: relative;
		&:hover {
			&:before {
				content: "";
				position: absolute;
				left: 0;
				right: 0;
				top: -9999px;
				bottom: -9999px;
				background-color: rgba(255,255,255,0.2);
				z-index: -1;
			}
		}
	}
}

/* index table */

.results tr[visible='false'],
.no-result{
  display:none;
}

.results tr[visible='true']{
  display:table-row;
}

.results tr[visible='true']:nth-child(odd) {
	    display: block;
	
}

.counter{
  padding:8px; 
  color:#ccc;
  display: block;
  text-align: center;
}

/*  spinner  */

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.lds-spinner {
  position: relative;
}
.lds-spinner div {
  left: 94px;
  top: 48px;
  position: absolute;
  -webkit-animation: lds-spinner linear 1s infinite;
  animation: lds-spinner linear 1s infinite;
  background: #fdfdfd;
  width: 12px;
  height: 24px;
  border-radius: 40%;
  -webkit-transform-origin: 6px 52px;
  transform-origin: 6px 52px;
}
.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -0.916666666666667s;
  animation-delay: -0.916666666666667s;
}
.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -0.833333333333333s;
  animation-delay: -0.833333333333333s;
}
.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.666666666666667s;
  animation-delay: -0.666666666666667s;
}
.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.583333333333333s;
  animation-delay: -0.583333333333333s;
}
.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.416666666666667s;
  animation-delay: -0.416666666666667s;
}
.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.333333333333333s;
  animation-delay: -0.333333333333333s;
}
.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.166666666666667s;
  animation-delay: -0.166666666666667s;
}
.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.083333333333333s;
  animation-delay: -0.083333333333333s;
}
.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.lds-spinner {
  width: 64px !important;
  height: 64px !important;
  -webkit-transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
  transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
}
