h1 {
	margin:0px;
}
div.promo {
	width:800px;
	height:120px;
	background:grey;
	margin:auto;
	display:inline-block;
}

span.promo {
	font-size:10px;
	line-height:10px;
	display:block;
	padding-top:2px;
	background:white;
}

.mwidth {
	max-width:980px;
}

.mdl-menu__item i {
	position:relative;
	top:3px;
	font-size:20px;
	right:5px;
}

div.comment:nth-child(even) {
  border-top:1px solid grey;
  		padding-top: 15px;
  		margin-top: 15px;
}

div.comment {position:relative;padding-right:30px;}

div.btn {position:absolute;right:0px;top:0px;}

.mdl-layout__container {
	height:inherit;
}

@media screen and (max-width:990px){
	div.mbody {
		padding: 0px 10px;
	}
}
.mdl-card {
	min-height:122px;
	width:100%;
}
.mdl-card__title {
	padding-bottom:0px;
}
.mdl-card__supporting-text {
	padding-top:5px;
}