* {
	box-sizing: border-box;
}

[class*="col-"] {
	float: left;
	padding: 10px;
}

.col-1 {
	width: 8.33%;
}

.col-2 {
	width: 16.66%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.33%;
}

.col-5 {
	width: 41.66%;
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: 58.33%;
}

.col-8 {
	width: 66.66%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.33%;
}

.col-11 {
	width: 91.66%;
}

.col-12 {
	width: 100%;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

body {
	background: url("ruudud.png");
	background-color: #ffffff;
	font-family: 'Roboto', 'Open Sans', sans-serif;
	font-weight: 400;
	color: #2b2b2b;
}

H1 {
	font-weight: 700;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 0px;
	text-align: center;
	text-transform: uppercase;
}

p {
	font-size: 16px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 0px;
}

a {
	text-decoration: none;
	color: #000000;
}

img {
	height: 90%;
	width: auto;
	display: block;
	margin-left: auto;
    margin-right: auto;
}

button {
	font-size: 16px;
	padding: 10px 20px;
	display: inline-block;
	cursor: pointer;
	background-color: #000000;
	font-family: 'Source Code Pro', monospace;
	border: none;
	color: white;
}

.sisu {
	background-color: #ffffff;
	opacity: 0.95;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin: auto;
	width: 70%;
}

.disclaimer {
	font-size: 0.8em;
}

/* questions section*/
.questions_form {
	border-width: 2px;
	border-style: solid;
	padding: 0px;
}

.questions_row {
	border-bottom: 1px solid #2b2b2b;
}

.questions {
	min-height: 55px;
	border-left: 1px solid #2b2b2b;
	border-right: 1px solid #2b2b2b;
	padding: 7px;
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 0.9em;
}

.vastus {
	font-weight: 700;
	font-size: 22px;
	text-align: center;
}

/* questions section end*/
/* Mosaic section*/
.tulemus {
	width: 100%;
	margin: auto;
}

.tulemus img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

.ruut:before{
    content: ' ';
    display: block;
    width: 100%;
    padding-top: 100%;
}

.ruut {
	position: relative;
	float: left;
	width: 2.5%; /* Muuta, kui ruutude arv muutub*/
	height: auto;
	display: block;
}

.viimane{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
/* Mosaic section end*/

/* Tooltip section*/
.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 60px;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	font-size: 10px;
	position: absolute;
	z-index: 1;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}
/* Tooltip section end*/


@media screen and (max-width: 900px) {
	.sisu {
		width: 100%;
	}
}

@media screen and (max-width: 700px) {
	.sisu {
		width: 100%;
	}
	.questions {
		min-height: 76px;
		font-size: 0.74em;
	}
	H1 {
		font-weight: 700;
		font-size: 22px;
	}
}