.estonian-word {
	overflow: hidden;
	padding: 5px;
	box-shadow: 0 3px 0 0px hsl(0, 0%, 100%), 0 4px 0 0px rgba(0,0,0,.15);
}

.estonian-word select {
	width: 100%;
	height: 36px;
	-webkit-border-radius: 18px;
	-webkit-border-bottom-right-radius: 18px;
	-moz-border-radius: 18px;
	background-color: #f7f7f7;
	color: rgb(0, 0, 0);
	padding: 10px 12px;
	height: 44px;
}

.estonian-word .thank-you-message {
	font-size: 18px;
}

.estonian-word .input-group {
	width: 100%;
}

.estonian-word .form-control {
	padding: 10px 18px;
}

.estonian-word .btn {
	height: 44px;
}

.estonian-word .error-msg {
	color: red;
	padding: 2px 10px;
}

.estonian-word p {
	font-size: 18px;
}

.estonian-word .error-modal {
	position: fixed;
	z-index: 9999;
	width: 100%;
	right: 0;
}

.estonian-word .modal-content {
	max-width: 700px;
	margin: 0 auto;
	padding: 5px;
	min-height: 60px;
	text-align: center;
}

@media (max-width: 480px) {
	.estonian-word {
		box-shadow: none;
		border-bottom: 1px solid rgba(0,0,0,.15);
		padding: 0;
		margin: 8px;
	}
}