

@media only screen and (max-width: 375px)
{
	.mdl-stepper {
    width: 100%;
	}
}

@media only screen and (min-width: 841px)
{
	.mdl-stepper--horizontal .mdl-step__label, 
	.mdl-step__title, .mdl-step__title-message, .mdl-step__title-text 
	{
	min-width: 200px;
	}
	
	.mdl-stepper--horizontal .mdl-step>.mdl-step__actions [data-stepper-next]{
	 background-color: rgb(0,150,136);
	 color: white;
	}
}

.rc-anchor-invisible-text{
	width: auto !important;
}

.mdl-stepper:not(.mdl-stepper--horizontal)>.mdl-step:not(:last-child):after {
	display: none;
}

.mdl-step {
	height: auto;	
}

.mdl-step__label {
	margin-bottom: 0;
	padding: 4px 24px 4px 24px;
}

.mdl-step__content {
	margin: 6px 24px 0;
	height: auto;
	overflow: visible;
}

.mdl-step__actions {
	margin: 0 24px;
}

#reg-stepper {
   padding: 5px 0;
   margin-top: 5px;
   box-shadow: none;
   background-color: inherit;   
}

#postcode {
	text-transform: uppercase;
}

.content-grid .mdl-cell {
	min-width: 250px;
}

.cell-header {
	padding: 10px;
	color: grey;
	font-size: 16px;
	text-align: right;
}


.mdl-step:not(:last-child) {
    margin-bottom: 0;
}