.QwtSearch
	{
	width : 100%;
	margin : 20px 0px 50px 0px;
	
	border: solid 1px #d9d9d9;
	border-radius : 3px;
	
	justify-content : flex-end;
	align-items : center;
	}

.QwtSearchLeft
	{
	flex-grow : 1;
	}
	
.QwtSearchRight
	{
	height : 80px;
	align-items : center;
	cursor : pointer;
	}
	
.QwtSearchRight:hover
	{
	background-color : #f5f5f5;
	}
	
.QwtSearch input
	{
	width : 100%;
	height : 80px;
	
	font : normal 16px Montserrat,Calibri,sans-serif;
	color : #434343;
	
	padding : 0px 30px 0px 30px;
	border : solid 1px #ffffff;
	border-radius : 3px;
	}

.QwtSearch img
	{
	height: 25px;
	margin : 0px 30px 0px 30px;
	
	cursor : pointer;
	}

.QwtResults
	{	
	width : 100%;
	}

.QwtResultLine
	{
	padding : 30px;
	margin-bottom : 20px;
	
	border : 1px solid #ffffff;
	border-radius : 2px;
	
	justify-content : flex-start;
	
	cursor : pointer;
	text-decoration : none;
	}
	
.QwtResultLine:hover
	{
	border-color : #70cef2;
	}
	
.QwtResultLineHeader
	{
	align-items : center;
	margin-bottom : 20px;
	}
	
.QwtResultLineHeader img
	{
	width : 30px;
	height : 30px;
	margin-right : 15px;
	}
	
.QwtSiteName
	{
	margin-bottom : 10px;

	font : normal 14px Montserrat,Calibri,sans-serif;
	color : #434343;
	}

.QwtUrl
	{
	font : normal 12px Montserrat,Calibri,sans-serif;
	color : #999999;
	}
	
.QwtTitle
	{
	margin-bottom : 10px;

	font : normal 18px Montserrat,Calibri,sans-serif;
	color : #0b5394;
	
	}
	
.QwtDescription
	{
	font : normal 14px Montserrat,Calibri,sans-serif;
	color : #434343;
	line-height : 1.5em;
	}
	

	
/* Smartphone */
@media only screen and (max-width:480px)
	{		
	.QwtSearch
		{
		flex-wrap : nowrap;
		}
		
	.QwtResultLine
		{
		padding : 10px;
		}
	}

	
/* Tablet	*/	
@media only screen and (min-width:481px) and (max-width:800px)
	{
	}