@media only screen and (max-width: 600px) and (min-width: 400px)  {
	body{
		background:#fff;
		width:100%;
}
	.colortext{
padding:10px;
}
.content_widget{
padding:10px;
}
.toplogo img{
    max-height: 70px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: auto;
    background: center;
}

}
@media only screen and (max-width: 914px) and (min-width: 412px)  {
	body{
		background:#fff;
		width:100%;
		padding:5px;
		margin-left:auto;
		margin-right:auto;
}
		.colortext{
		 padding:10px;
		margin-left:10px;

}

.toplogo img{
    max-height: 70px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: auto;
    background: center;
}
	.content_widget{
	padding:10px;
}

}