html { background-color: #9ab24d; margin: 0px; font-family: 'Helvetica', 'Ariel', sans-serif; }
body { margin: 0px; background-color: #9ab24d; font-size: 200%; }
header { margin-top: 5px; padding: 10px; width: 100%; background: #ffffff; text-align: center; }
.title { font-weight: 400; font-size: 300%; letter-spacing: 6px; color: #ffffff; text-align: center; padding: 20px; }
main { background: #ffffff; padding: 20px; text-align: center; margin-bottom: 15px; }
main>div { width: 800px; margin: auto; }
.green { color: #9ab24d; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

label { font-weight: normal; }

.separator { margin-top: 30px; }

.videowrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; }
.videowrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.saada { background-image: url("/kuusk/templates/kuusk.ee/baltic-agro/saada.jpg"); background-size: 180px 184px; height: 180px; width: 184px; }

@media all and (max-width: 768px) {
	main>div { width: 100%; }
	.title { font-weight: 400; font-size: 150%; letter-spacing: 1px; }
}

.modal-content>div { padding: 30px; }