input[type="checkbox"], input[type="radio"] {
	margin-right: 7px;
}

.checkbox-group {
	border-bottom: 1px solid #e5e5e5;
}
.app-settings {
	border-top: 1px solid #e5e5e5;
}
.app-settings label {
	display: inline-block;
	width: 100px;
}
.note {
	display: block;
	margin: 2px 30px 1px;
	font-size: 11px;
	font-style: italic;
}
#facebook-album-content {
	min-width:50%; 
	max-width: 65%; 
	padding: 0 20px 0 0;
}
.settings-box {
	background: white url(../images/blizzard.png);
	padding: 12px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	margin: 4px 0;
}

.author {
	color: #BE7755;
}
.author .by {
	font-size: 15px;
	margin-left: 10px;
}
.author .name {
	font-size: 30px;
	font-weight: bold;
}
.author .website {
	margin-top: 5px;
	margin-left: 120px;
}
.author .website a {
	color: black;
	text-decoration: none;
}

.donate {
	font-size: 14px;
}
.donate .btn {
	display: block;
	background:#BE7755;
	padding: 10px;
	border-radius: 4px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	color: white;
	text-shadow: 1px 1px 0 black;
	text-decoration:none;
	text-align: center;
}
.video {
	margin: 30px 0;
}
.video iframe {
	max-width: 100%;
	height: auto;
}
.news {
	border-left: 2px solid #E5E5E5;
	border-bottom: 2px solid #E5E5E5;
	padding-left: 7px;
	padding-bottom: 7px;
}
