@media only screen and (min-width: 601px) {
  .mspace {
		padding-bottom: 80px;
	}
	.nodisplay {
		color:white!important;
	}
}

@media only screen and (max-width: 600px) {
  .mspace {
		padding-bottom: 50px;
	}

	.row {
		text-align: left;
		margin-left: 3px;
		margin-right: 3px;
	}
	.nodisplay {
		display:none;
	}

}

