body {
    /* background: #191919; */
    color: white;
    font-family: 'Open Sans', sans-serif;
	font-size: 1em;
    margin: 0;
    background: linear-gradient(45deg, #49a09d, #5f2c82);
}

h2 {
    font-size: 1.2em;
    text-align: center;
}

center {
    color: white;
    text-decoration: none;
    }

social img {
height: 28pt;
}

social a {
text-decoration: none;
}
   
#main {
	margin: 8pt;
	margin-top: 0;
	
}

#header {
    width: 100%;
    text-align: center;
    color: white;
    float: left;
    display: block;
}

#excerpt {
    background: #28314988;
    margin: 10pt;
    border-radius: 10pt;
    padding: 10pt;
}

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;
}

#source a {
    text-decoration: none;
    color: white;
    background: #403666cc;
    border-radius: 10px;
    padding: 5pt;
    font-weight: bold;
}




.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);
}

tr:hover th {
	background:none;
}

input[type='checkbox'] {
    -webkit-appearance:none;
    width:38px;
    height:38px;
 background: white;
     background-size: cover;
    border-radius:5px;
    border:2px solid #fff;
}
input[type='checkbox']:checked {
    background: #222;
}

input[type='checkbox'].plus {
 background-image: url("./img/plus.png");
     background-size: cover;
}
input[type='checkbox'].clover {
 background-image: url("./img/clover.png");
     background-size: cover;
}
input[type='checkbox'].diamond {
 background-image: url("./img/diamond.png");
     background-size: cover;
}
input[type='checkbox'].snake {
 background-image: url("./img/snake.png");
     background-size: cover;
}
input[type='checkbox'].hex {
 background-image: url("./img/hex.png");
     background-size: cover;
}

input[type='checkbox'].mark {
 background: #45b798;
     background-size: cover;
}

@media only screen and (max-width: 800px) {
.container {
    overflow: scroll;
    /* float: left; */
    width: 100%;
}

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;
}

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;
}

.counter{
  padding:8px; 
  color:#ccc;
  display: block;
  text-align: center;
}