.content-header {
	margin-bottom: 20px;
}

.content-header img {
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
}

.content-header > h1 {
	font-size: 2.2em;
	line-height: 1;
	letter-spacing: -1px;
	border-bottom: solid 1px color(black, 15);
	color: color(black, 30);
	padding-bottom: 10px;
	margin: 0;
}

div[data-role="content"] > h2 {
	font-size: 1.1em;
	margin-top: 40px;
}

label {
	margin-top: 20px !important;
}

label:first-child {
	margin-top: 0 !important;
}

.ui-footer {
    bottom: 0;
    left: 0;
    width: 100%;
    position: fixed;
}

.ui-checkbox label {
    margin-top: 0 !important;
}

/*---------------------------------------------- alert
*/

.alert {
    padding: 8px 35px 8px 14px;
    text-shadow: none;
    border-radius: 10px;
}

.alert.alert-danger {
    background-color: #BC1F44;
}

.alert.alert-success {
    background-color: #85b200;
}