/*
Media queries
*/
@import url('./s3.css') screen and (max-width: 1199px);
@import url('./s2.css') screen and (max-width: 767px);

@import url('./common-s1.css') screen and (max-width: 479px);
@import url('./s1.css') screen and (max-width: 479px);


*:empty {
	margin: 0;
}

#mq_msg {
	display: none;
}


#___gcse_0 {
	background: grey;
	width: 90%;
}

#___gcse_0 div {
	width: 100%;
}

#___gcse_0 td {
	border: none;
}
