@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');

/* ==== clear ==== */

html, body, h1, h2, h3, h4, h5, h6, 
blockquote, address, form, fieldset,
ul, ol, li, img, div, span, p, object, iframe,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
}

body, html, main {
	/* important */
}

/* ==== clear end ==== */

html,  body,  .view {
	font-family: 'Roboto', sans-serif;
}

BODY
{
background:#f2f2f2;
}

.logo { width:100%; text-align:center; background:#ffffff; border-bottom:3px solid #c11b17; border-top:1px solid #c11b17; margin:20px 0px; padding:20px 0px }
	.logo img { width:auto; margin:20px 0px }

@media (max-width: 300px) {
.logo img { width:90%; }
}

a {
color: #DA091B; text-decoration:none
}