body, p, h1, h2, h3, h4, h5 { padding: 0; margin: 0; }

body { background: #ffffff; color: #000000; font-family: Helvetica, Arial, Sans-Serif; }

#setup	{ padding: 20px 40px; }

.alert-top {
	margin-top: 20px;
}

#setup h2 {
	padding: 20px 0;
	clear: left;
}

#setup .row {
	display: block;
	min-height: 40px;
	border-bottom: 1px solid #ccc;
	clear: left;
}

#setup .row.no-border {
	border-bottom: none;
}

#setup .label1, #setup .value {
	float: left; 
	display: block;
	text-align: left;
}

#setup .label1 {
	clear: left;
	text-align: right;
	width: 220px;
	padding: 15px 8px;
}

#setup .value {
	padding: 8px; 
	width: 500px;
	max-width: 100%;
}

#setup textarea, #setup input[type="text"] {
	width: 100%;
}

div.input-group {
    margin-bottom: 8px;
}

img {
	max-width: 95%;
	height: auto;
}

.logo-item {
	margin-bottom: 10px;
	text-align: center;
}