table {
	border-collapse: collapse;
}
.full-width {
	width: 100%;
}
.groove-custom-profile-setting-section {
	padding:15px 30px;
	border:none;
	background-color:white;
}
#groove-custom-profile-wait-overlay{
	width:100%;
	height:100%;
	overflow:hidden;
	position:fixed;
	bottom:0;
	right:0;
	display:none;
	background-color:rgba(80,80,80,0.5);
	z-index:1;
}
#groove-custom-profile-wait-overlay img{
	position:absolute;
	top:50%;
	left:50%;
	margin:-64px 0 0 -64px;
}
table.groove-custom-profile-setting-container {
	margin: 40px 0 0 0;
	background:#ffffff;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #e4e4e4;
	width: 100%;
	border-spacing: 0;
	background-image: url('../img/setting-bg.png');
	background-repeat: repeat;
	table-layout:fixed;
	border-collapse: separate;
}
.groove-custom-profile-setting-container > tbody > tr > td{
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #e4e4e4;
}
.groove-custom-profile-setting-title-cell {
	padding:20px 0 0 20px;
}
.groove-custom-profile-setting-title {
	color:#00a5b3;
	font-size:30px;
	margin: 0px 0 20px 0;
	line-height: 120%;
}
.groove-custom-profile-setting-section-help-text {
	font-style: italic;
	font-size:12px;
	margin-bottom:8px;
}
.groove-custom-profile-info-icon {
	background-image:url('../img/info-icon.png');
	background-repeat: no-repeat;
	background-position:0 50%;
	width:16px;
	height:16px;
	vertical-align:top;
	display:inline-block;
}
.groove-custom-profile-setting-submit-button {
	background-color:#fcc302;
	border: none;
	padding: 10px 15px;
	color: white;
	border-radius: 5px;
	box-shadow: 0 0 3px 3px #f1f1f1;
	cursor:pointer;
	font-size:12px;
	width:110px;
	margin:20px;
	float:right;
}
.groove-custom-profile-setting-submit-button:hover {
	background-color:#00a5b3;
}
.groove-custom-profile-setting-section-header {
	color:#00a5b3;
	font-size:18px;
}
.groove-custom-profile-setting-section-sub-header {
	font-weight: bold;
	margin-bottom:5px;
}
.groove-custom-profile-configure-element {
	padding:0 10px 0 10px;
	border-style:solid;
	border-color:#e4e4e4;
	border-width:5px 1px 1px 1px;
	margin:20px 0;
}
.groove-custom-profile-setting-configure-block {
	margin:10px 0;
}
.groove-custom-profile-inline-help-text {
	background-color: #eafdfd;
	padding: 10px;
	border: 1px solid #e4e4e4;
	margin: 10px;
	display: inline-block;
	font-size:12px;
}
.groove-custom-profile-setting-wrapper {
	width: 70%;
	display: inline-block;
}
/* ----------- Sidebar ---------------- */
.ambitionally-sidebar-container {
	display: inline-block;
	width: 25%;
	margin: 40px 0 0 30px;
	vertical-align: top;
}
.ambitionally-sidebar-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 120%;
	padding: 20px 0 8px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #666;
}
.ambitionally-sidebar-logo {
	text-align: center;
	padding: 10px 0;
}
.ambitionally-sidebar-logo img {
	width: 85%;
}
.ambitionally-sidebar-description,
.ambitionally-sidebar-website-link {
	font-size: 14px;
	line-height: 150%;
	color: #444;
}
.ambitionally-sidebar-website-link {
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
}
.ambitionally-sidebar-description ul {
	list-style: disc;
	padding-left: 40px;
}