@CHARSET "UTF-8";

.tag_list-header {
	top: 80px;
	position: sticky;
	background: white;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px #dcdcdc solid; 
}

.tag_list-header span {
	font-family: 'Montserrat', Arial;
	font-size: 24px;	
}

.tag_list{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 1px;		
}

.tag_list-input-box {
	top: 131px;
	position: sticky;
	background: white;
	text-align: center;	
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.tag_list input {
	width: 100%;
	height: 30px;
	background: url("../img/lupa.svg") no-repeat scroll;
	background-size: 17px 17px;
	background-position: calc(100% - 7px) center;
	border: 1px black solid;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 30px;
	box-sizing: border-box; 
	-webkit-box-sizing:border-box; 
	-moz-box-sizing: border-box;
}

.tag_list-link {
	font-family: 'Montserrat', Arial;
	font-size: 13px;
	margin-bottom: 10px;
}

.tag_list-link a {
	text-decoration: none;
	color: black;
}

.tag_list-hidden {
	display: none;
	font-family: 'Montserrat', Arial;
	font-size: 15px;
	margin-bottom: 10px;
}

.tag_list-hidden a {
	text-decoration: none;
	color: black;
}


