.macro-day {

border: 1px solid rgb(100, 100, 100);
padding:10px;
margin: 5px;
}

.macro-day-label {
	/*width: 100px;*/
	font-family: museo_sans300, sans-serif;
}

.macro-day-input {

margin-bottom: 5px;

}

.missing-input {

	background-color: rgba(255,0,0,0.5) !important;
}


/*Dashboard*/

#days-remaining-row {
	margin-left: 15px;
	margin-right: 15px;
}

#days-remaining-days {
	font-size: 75px;
	font-weight: 600;
	text-align: right;
}

#checkin-buttons {
	vertical-align: bottom !important;
}

#days-remaining {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
	vertical-align: bottom;
}

/* Macro Goal Update */

.macro-update-perc {
	font-size: 12px;
	color: rgb(40,40,40);
	font-family: museo_sans300, sans-serif;

}

#update-ratio-btn-parent {
	height: 50px; max-height: 50px;
	text-align: center;
	vertical-align: middle;
	font-size:24px;
	font-family: museo_sans500, sans-serif;
	color: #e67e22;
	padding-top: 15px;

}


/*General*/

#aam-submit {
	font-family: museo_sans500, sans-serif;
	font-size: 16px;
	color: rgb(100,100,100);
}

.aam-submit {
	font-family: museo_sans500, sans-serif;
	font-size: 16px;
	color: rgb(100,100,100);
}

.aam-input-header {
	font-family: museo_sans300, sans-serif;
	color: rgb(80,80,80);
}

.aam-title-header {
	font-family: museo_sans300, sans-serif;
	color: rgb(100,100,100);
}

.aam-h2 {
	font-size:22px;
	font-family: museo_sans500, sans-serif;
	color: rgb(40,40,40);
}

.aam-h3 {
	font-size:18px;
	font-family: museo_sans300, sans-serif;
	color: rgb(40,40,40);
}

.aam-h5 {
	font-size:14px;
	font-family: museo_sans300, sans-serif;
	color: rgb(40,40,40);
}

input[name='macro-day-field'] {
	height: 100%;
	font-family: museo_sans300, sans-serif;
	color: rgb(40,40,40);
}

.aam-input {
	font-family: museo_sans300, sans-serif;
	color: rgb(40,40,40);
}