
@media (min-width: 901px) {
	#header {
		height: 170px;
	}

#random {
	background-color: aliceblue;
	line-height: 24px !important;
	padding-left: 5%;
}
	
.concurs-stop-text {
	margin-top: 20px;
	color: green;
	text-align: center;
}
	.answer-form {
		position: fixed;
		top: 248px;
		left: 68%;
		z-index: 1050;
		background-color: rgb(200,150,100); /* #e1b792fa; */
		width: 290px;
    	color:white !important;
	}
}

@media (max-width: 900px) {
	#header {
		height: 210px;
	}

	#random {
    padding: 7px;
    background-color: aliceblue;
    line-height: 24px !important;
}

	.answer-form {
		position: fixed;
		top: 290px;
		left: 68%;
		z-index: 1050;
		background-color: #e1b792fa;
		width: 275px;
		height: 382px;
	}
}

.concurs-info {
	color: white !important;
    padding-top: 12px;
}

.concurs-info-text {
    font-style: italic;
    line-height: 17px;
    font-size: 14px;
}

#random {
	padding: 30px;
	background-color: aliceblue;
	line-height: 24px !important;
}

.info {
	margin-bottom: 4px;
	margin-top: 22px;
	font-size: 14px;
}

.msg {
	margin-bottom: 15px;
    display: block;
    font-size: 14px;
    margin: 10px;
}

small.err {
	font-size: 12px;
    display: block;
    margin-top: 6px;
}

.hide-form {
	display: none !important;
}

input {
	margin: 0 !important;
	text-align: left;
	padding-left: 4px !important;
}

.hidden {
	visibility:hidden;
}

.form-margin-bottom {
	margin-bottom: 6px;
}

 