html,body {
	padding:0;
	margin:0;
	box-sizing: border-box;
	text-decoration: none;
}

.container {
	margin: 3px;
	padding: 2px;
}

.mint-swipe {
	margin-top: 40px;
	height: 150px;
}

.mint-swipe-item {
	color: #fff;
	font-size: 20px;
	line-height: 150px;
	text-align: center;
}

.mu-item-right {
	width: auto;
	min-width: 40px;
	max-width: 100px;
}
.mu-text-field{
	margin-bottom: 0px;
	min-height: 32px;
}
.mu-text-field-content{
	padding-bottom: 4px;
}

.slide-one {
	background: #096;
}

.slide-two {
	background: #666;
}

.slide-three {
	background: #c70028;
}

.mint-navbar .mint-tab-item-label {
	font-size: 16px;
}

.mint-navbar .mint-tab-item {
	padding: 10px 0px !important;
}
.mint-navbar .mint-tab-item.is-selected {
	border-bottom-width: 2px;
}

.item-list {
	text-align: center;
	padding-top: 20px;
	font-size: 20px;
}

#bottom-nav {
	position: fixed;
	bottom: 0;
	width: 100%;
}

.popup {
	width: 100%;
	max-widh: 350px;
}

.red {
	color: red!important;
}
.green {
	color: #44FF44!important;
}
.grey {
	color: grey!important;
}