@font-face {
	font-family: 'Manjari';
	src: url('webfont/subset-Manjari-Regular.eot');
	src: url('webfont/subset-Manjari-Regular.eot?#iefix') format('embedded-opentype'),
		url('webfont/subset-Manjari-Regular.woff2') format('woff2'),
		url('webfont/subset-Manjari-Regular.woff') format('woff'),
		url('webfont/subset-Manjari-Regular.ttf') format('truetype'),
		url('webfont/subset-Manjari-Regular.svg#Manjari-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.mal{
font-family: 'Manjari' !important;;
}

.mal16{
font-family: 'Manjari' !important;;
font-size:16px !important;
}
.mal18{
font-family: 'Manjari' !important;;
font-size:18px !important;
}

.mal22{
font-family: 'Manjari' !important;;
font-size:22px !important;
}

.mal32{
font-family: 'Manjari' !important;;
font-size:32px !important;
}

.mybloglist{float: left;
    margin-right: 20px;
	max-width:40%;}
	


@media (min-width: 320px) and (max-width: 480px) {
.mybloglist{float: none;
    margin-right:0px;
	max-width:100%;}
	.autoheight{height:auto !important;}
}