@media (max-width: 500px) {

.wrapper {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	margin: 0px;
}

#selectors {
	position: relative;
	display: block;
	width: 100%;
	height: 350px;
	top: 0px;
	right: 0px;
	left: 0px;
}

#filter_word {
	position: absolute;
	display: block;
	width: 100%;
	top: 0px;
	left: 0px;
}

#filter_keyword {
	position: absolute;
	display: block;
	width: 100%;
	top: 75px;
	left: 0px;
}

#filter_date_from {
	position: absolute;
	display: block;
	width: 100%;
	top: 150px;
	left: 0px;
}

#filter_date_to {
	position: absolute;
	display: block;
	width: 100%;
	top: 225px;
	left: 0px;
}


#sens_articles {
	position: absolute;
	display: none;
	width: 100%;
	top: 355px;
	right: 0px;
	left: 0px;
	border: 0px solid pink;
}

#sens_articles_phone {
	position: relative;
	display: block;
	width: 100%;
	top: 10px;
	right: 0px;
	left: 0px;
	border: 0px solid pink;
}





#selectmenu1	{
	width: 100%;
	height: 40px;
}

#selectmenu2	{
	width: 61%;
	height: 40px;
}

#selectmenu3	{
	width: 37.5%;
	height: 40px
}

#selectmenu4	{
	width: 61%;
	height: 40px;
}

#selectmenu5	{
	width: 37.5%;
	height: 40px;
}


input[type="text"] {
	margin: 0px;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #3C3939;
	border-style: solid;
	border-width: 1px;
	border-color: #e4e4e4;
	padding-top: 10.5px;
	padding-bottom: 10.5px;
	padding-left: 10px;
}

input[type="text"]:focus {
	border-style: solid;
	border-width: 1px;
	border-color: #980529;
	color: #3C3939;
}

input[type="text"]:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #980529;
	color: #3C3939;
}

.sens_table_left {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #3C3939;
	text-align: left;
	font-weight: 400;
	line-height: 20px;
	padding-left: 10px;
	height: 0px;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 8px;

}


.sens_table_left_bold {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #3C3939;
	text-align: left;
	font-weight: 600;
	padding-left: 10px;
	height: 0px;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 0px;

}

.footer_text {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #3C3939;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 400;
	height: 40px;
	border-top: solid #000000 1px;

}



}